Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HELP] i can't start peerflix-server #71

Closed
yas9999 opened this issue May 13, 2016 · 2 comments
Closed

[HELP] i can't start peerflix-server #71

yas9999 opened this issue May 13, 2016 · 2 comments

Comments

@yas9999
Copy link

yas9999 commented May 13, 2016

Hello,
i can't start peerflix-server it show me this message :(

sudo peerflix-server
info - socket.io started
warn - error raised: Error: listen EADDRINUSE
resuming from previous state
loading a5a8174f6820867bd7d273b07988e5bb697bb49c

events.js:72
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE
at errnoException (net.js:901:11)
at Server.listen2 (net.js:1039:14)
at listen (net.js:1061:10)
at Server.listen (net.js:1135:5)
at join (/usr/local/lib/node_modules/peerflix-server/node_modules/torrent-stream/node_modules/peer-wire-swarm/index.js:87:10)
at Swarm.listen (/usr/local/lib/node_modules/peerflix-server/node_modules/torrent-stream/node_modules/peer-wire-swarm/index.js:211:2)
at EventEmitter.engine.listen (/usr/local/lib/node_modules/peerflix-server/node_modules/torrent-stream/index.js:718:9)
at module.exports (/usr/local/lib/node_modules/peerflix-server/server/engine.js:50:10)
at EventEmitter.
.extend.load (/usr/local/lib/node_modules/peerflix-server/server/store.js:77:13)
at /usr/local/lib/node_modules/peerflix-server/server/store.js:108:17

Please help me

@asapach
Copy link
Owner

asapach commented May 14, 2016

It looks like you have something else listening on port 6881. Do you have another torrent client running? Try commenting out this piece: https://github.com/asapach/peerflix-server/blob/master/server/engine.js#L50-52

@yas9999
Copy link
Author

yas9999 commented May 14, 2016

Thank you so much @asapach 👍
i guess transmission-daemon was listening on port 6881

Best regards,

@yas9999 yas9999 closed this as completed May 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants