-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnohup.out
More file actions
16 lines (16 loc) · 784 Bytes
/
Copy pathnohup.out
File metadata and controls
16 lines (16 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Traceback (most recent call last):
File "testServer.py", line 17, in <module>
server = MyTCPServer(('127.0.0.1', 13373), MyTCPServerHandler)
File "/usr/lib/python3.4/socketserver.py", line 429, in __init__
self.server_bind()
File "/usr/lib/python3.4/socketserver.py", line 440, in server_bind
self.socket.bind(self.server_address)
OSError: [Errno 98] Address already in use
Traceback (most recent call last):
File "testServer.py", line 17, in <module>
server = MyTCPServer(('127.0.0.1', 13373), MyTCPServerHandler)
File "/usr/lib/python3.4/socketserver.py", line 429, in __init__
self.server_bind()
File "/usr/lib/python3.4/socketserver.py", line 440, in server_bind
self.socket.bind(self.server_address)
OSError: [Errno 98] Address already in use