Skip to content

Decode message sent from server when connecting #925

Answered by miguelgrinberg
imjuzcy asked this question in Q&A
Discussion options

You must be logged in to vote

Not sure if this is the only problem, but the page you linked uses an old version of Socket.IO that is incompatible with the current one. You may want to try downgrading your Python client to the latest 4.x release. See version compatibility for details. This server you are connecting to is using the Engine.IO protocol version 3. You can see the EIO=3 in the connection URL that it uses. The Python client is sending EIO=4.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@imjuzcy
Comment options

Answer selected by imjuzcy
Comment options

You must be logged in to vote
2 replies
@arffsaad
Comment options

@joevo2
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants