socket.io client always closing #991
Unanswered
Notadumdum
asked this question in
Q&A
Replies: 1 comment 13 replies
-
The log does not show anything abnormal. It seems the server disconnected you after you sent your authorization details. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hey i tried making this connection work... i first installed the updated version of python-socketio[client]==5.7.1 but apparently this version supports EIO=4 and the socket.io client i'm trying to open is EIO=3.. so i had to uninstall it and install an old version python-socketio==4.6.1 . after that i tried running this code
and here is what came back...
i had to kill the terminal cause it was trying to reconnect
please if you have any questions to make my explanations clear you can comment and i'll answer thank you if you can give an advice
Beta Was this translation helpful? Give feedback.
All reactions