Skip to content

Instantly share code, notes, and snippets.

@insanity54
Created April 29, 2015 16:38
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/31fb526a1f3e1510f61d to your computer and use it in GitHub Desktop.
Save insanity54/31fb526a1f3e1510f61d to your computer and use it in GitHub Desktop.
root@vultr:~/scripts/ChordRelayChat# python2.7 main.py -D 8000 -remote None
None
self id = 27
joining
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...
<chord.chord.Local object at 0x7f5ef6aff9d0>
<chord.chord.Local object at 0x7f5ef6aff9d0>
<chord.chord.Local object at 0x7f5ef6aff9d0>
<chord.chord.Local object at 0x7f5ef6aff9d0>
<chord.chord.Local object at 0x7f5ef6aff9d0>
<chord.chord.Local object at 0x7f5ef6aff9d0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment