Hello!
After launching the GUI:
from dorna_gui import Gui
Gui().run()
a browser window opens and the server does not start, but the inscription appears:
The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this error will be logged with level INFO)
I tried updating the python-socketio, python-engineio and Flask-SocketIO packages with different versions, but nothing helped.
Please tell me how to solve this problem?
Hello!
After launching the GUI:
a browser window opens and the server does not start, but the inscription appears:
The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this error will be logged with level INFO)I tried updating the python-socketio, python-engineio and Flask-SocketIO packages with different versions, but nothing helped.
Please tell me how to solve this problem?