Replies: 1 comment
-
Do you have logs from the server? Impossible to know what's going on without the logs. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running flask-socketio server (version 5.2.0) along with unity clients (running socketio version 3.x.x or 4.x.x ). The issue I'm having is whenever a client tries to connect to the server, I get HTTP 400 error message:
The server code looks as follows:
The client code (unity) looks as follows:
I've also tried using different version of Flask, Flask-SocketIO, python-engineio, python-socketio and Werkzeug without success.
Appreciate any insights!
Beta Was this translation helpful? Give feedback.
All reactions