You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
urb@san:~/python-websocket-server$ python3 server.py
Traceback (most recent call last):
File "server.py", line 22, in
server = WebsocketServer(PORT)
File "/home/urb/python-websocket-server/websocket_server/websocket_server.py", line 117, in init
TCPServer.init(self, (host, port), WebSocketHandler)
File "/usr/lib/python3.8/socketserver.py", line 452, in init
self.server_bind()
File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind
self.socket.bind(self.server_address)
TypeError: str, bytes or bytearray expected, not int