mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #48] EADDRINUSE on swarm start up #42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kingroryg on GitHub (Jul 13, 2015).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/48
I get this weird error while starting peerflix-server .
@asapach commented on GitHub (Jul 13, 2015):
EADDRINUSE means that somebody else is using the port we're trying to bind to. This is happening when the swarm is starting up on port 6881. Please check for other running torrent clients.
@kingroryg commented on GitHub (Jul 13, 2015):
i was running normal peerflix on another tab for testing .