|
发表于 2017-7-9 20:18:36
|
显示全部楼层
exceptions must be old-style classes or derived from BaseException, not NoneType
exceptions must be old-style classes or derived from BaseException, not NoneType
Thread-1 started
Traceback (most recent call last):
File "simdht_worker.py", line 395, in
dht = DHTServer(master, "0.0.0.0", 6881, max_node_qsize=200)
File "simdht_worker.py", line 188, in __init__
self.ufd.bind((self.bind_ip, self.bind_port))
File "/usr/lib64/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 98] Address already in use
Exception in thread Thread-2 (most likely raised during interpreter shutdown): |
|