Skip to content

Instantly share code, notes, and snippets.

@insanity54
Created April 29, 2015 16:37
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/41f55a4b8f273db99ea9 to your computer and use it in GitHub Desktop.
Save insanity54/41f55a4b8f273db99ea9 to your computer and use it in GitHub Desktop.
$ 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