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

Error: listen EADDRINUSE #403

Closed
Stiveknx opened this issue Aug 17, 2015 · 2 comments
Closed

Error: listen EADDRINUSE #403

Stiveknx opened this issue Aug 17, 2015 · 2 comments

Comments

@Stiveknx
Copy link
Contributor

@Stiveknx Stiveknx commented Aug 17, 2015

It's been very a common error.
Checkout some debugs:

http://pastebin.com/raw.php?i=0NReWmLt

@Stiveknx Stiveknx closed this Aug 17, 2015
@Stiveknx

This comment has been minimized.

Copy link
Contributor Author

@Stiveknx Stiveknx commented Aug 17, 2015

Nevermind, webtorrent was runing in another tab, that's why the error was throwing ...

But, here's a question: Why I can't run two proccess at the same time?

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Aug 30, 2015

@Stiveknx

This error means that the port WebTorrent wants to use (port 8000) is already in use. This could be from an other instance of WebTorrent, or any another program.

You can run WebTorrent on a different port by using the --port argument:

webtorrent --port 8001

This way you can run two instances of WebTorrent on different ports.

Related: #411

@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.