httprebind icon indicating copy to clipboard operation
httprebind copied to clipboard

socket.error: [Errno 98] Address already in use

Open marz-hunter opened this issue 5 years ago • 0 comments

Traceback (most recent call last): File "httprebind.py", line 287, in main() File "httprebind.py", line 266, in main SocketServer.ThreadingUDPServer(('', port), UDPRequestHandler).serve_forever, File "/usr/lib/python2.7/SocketServer.py", line 420, in init self.server_bind() File "/usr/lib/python2.7/SocketServer.py", line 434, in server_bind self.socket.bind(self.server_address) File "/usr/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) socket.error: [Errno 98] Address already in use

marz-hunter avatar Jul 13 '20 01:07 marz-hunter