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
i'm created socketio request with "path = uri.path or '/' + 'socket.io/?EIO=3&transport=polling'"
Socketio request return : content-type: text/plain; charset=UTF-8
error log:
File "usocketio/client.py", line 83, in connect
File "usocketio/protocol.py", line 43, in decode_payload
IndexError: memoryview index out of range
The text was updated successfully, but these errors were encountered:
Please help me,
i'm using socket.io server with nodejs
i'm created socketio request with "path = uri.path or '/' + 'socket.io/?EIO=3&transport=polling'"
Socketio request return : content-type: text/plain; charset=UTF-8
error log:
File "usocketio/client.py", line 83, in connect
File "usocketio/protocol.py", line 43, in decode_payload
IndexError: memoryview index out of range
The text was updated successfully, but these errors were encountered: