Created
April 29, 2015 16:37
-
-
Save insanity54/41f55a4b8f273db99ea9 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
$ python2.7 main.py -D 8000 -remote None | |
None | |
self id = 86 | |
joining | |
joined | |
--- 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. | |
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 "/home/chris/scripts/Blame-test/001/ChordRelayChat/chord/chord.py", line 61, in run | |
getattr(self.obj_, self.method_)() | |
File "/home/chris/scripts/Blame-test/001/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 224, in meth | |
return getattr(self._sock,name)(*args) | |
error: [Errno 98] Address already in use | |
<chord.chord.Local object at 0x7f752ce16210> | |
<chord.chord.Local object at 0x7f752ce16210> | |
<chord.chord.Local object at 0x7f752ce16210> | |
<chord.chord.Local object at 0x7f752ce16210> | |
<chord.chord.Local object at 0x7f752ce16210> | |
<chord.chord.Local object at 0x7f752ce16210> | |
<chord.chord.Local object at 0x7f752ce16210> | |
<chord.chord.Local object at 0x7f752ce16210> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment