Skip to content

Instantly share code, notes, and snippets.

@insanity54
Created April 29, 2015 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save insanity54/38bd3dac14e1bfd6d0a4 to your computer and use it in GitHub Desktop.
Save insanity54/38bd3dac14e1bfd6d0a4 to your computer and use it in GitHub Desktop.
try again on vps
root@vultr:~/scripts/ChordRelayChat# python2.7 main.py -remote 73.207.38.249:8000
self id = 27
joining
poking ["73.207.38.249", 8000]
fingering
joined
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/root/scripts/ChordRelayChat/chord/chord.py", line 61, in run
getattr(self.obj_, self.method_)()
File "/root/scripts/ChordRelayChat/chord/chord.py", line 248, in run
self.socket_.bind((self.local_addr.ip, int(self.local_addr.port)))
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 98] Address already in use
--- A python written IRC Server project ---
-L- Starting server...
-E- Server aborted due to an error
-E- [CannotListenError]: Couldn't listen on 127.0.0.1:6667: [Errno 98] Address already in use.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment