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
{{ message }}
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
Traceback (most recent call last):
File "/home/pi/Desktop/finalclient.py", line 12, in
ws.connect("Actual socket address'")
File "/usr/local/lib/python2.7/dist-packages/websocket/_core.py", line 220, in connect
self.handshake_response = handshake(self.sock, *addrs, **options)
File "/usr/local/lib/python2.7/dist-packages/websocket/_handshake.py", line 69, in handshake
status, resp = _get_resp_headers(sock)
File "/usr/local/lib/python2.7/dist-packages/websocket/_handshake.py", line 133, in _get_resp_headers
status, resp_headers, status_message = read_headers(sock)
File "/usr/local/lib/python2.7/dist-packages/websocket/_http.py", line 245, in read_headers
status_message = status_info[2]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
==================
Traceback (most recent call last):
File "/home/pi/Desktop/finalclient.py", line 12, in
ws.connect("Actual socket address'")
File "/usr/local/lib/python2.7/dist-packages/websocket/_core.py", line 220, in connect
self.handshake_response = handshake(self.sock, *addrs, **options)
File "/usr/local/lib/python2.7/dist-packages/websocket/_handshake.py", line 69, in handshake
status, resp = _get_resp_headers(sock)
File "/usr/local/lib/python2.7/dist-packages/websocket/_handshake.py", line 133, in _get_resp_headers
status, resp_headers, status_message = read_headers(sock)
File "/usr/local/lib/python2.7/dist-packages/websocket/_http.py", line 245, in read_headers
status_message = status_info[2]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: