Getting socketio.exceptions.ConnectionError: Unexpected status code 404 in server response when trying to use event-based handler with Tornado #1320
Replies: 1 comment
-
This issue was due to an ill-placed tornado handler in the list of URLs, hence closing this. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am trying to use the event-based handler with our existing Tornado Backend.
I referred link and tried to integrate code like below,
Server Code
The server is started on a random port (8823) with the command -
python3 WebServer 8823 0.0.0.0
Testing the working with the Client Code
I am trying to test this code with the client code and the client code is modified to use port 8823, instead of 5000.
But, I keep getting the below error,
Python Version used - 3.10.12
socketio Version Used - 5.11.2
Beta Was this translation helpful? Give feedback.
All reactions