Created
April 29, 2015 16:38
-
-
Save insanity54/31fb526a1f3e1510f61d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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