-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported version of the Socket.IO or Engine.IO protocols error #45
Comments
Same here. |
You will have to downgrade your socketio and engineio to 4.x and 3.x respectively. pip install --upgrade python-socketio==4.6.1 |
upgrade your python version >=3.8, then simply install the requirements |
In my case, Python version is 3.9.6 but the issue still persists and when I downgrade socketio and engineio, I face the below issue: AttributeError: 'Server' object has no attribute 'get_environ' Can anyone suggest a solution here? |
You cannot use a flask-socketio more recent than 4.3.2, and on the other side, this no longer works with the recent Flask, so you also have to use Flask==2.0.3 and Werkzeug==2.0.3. This
|
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) |
Upgraded the version of the library mentioned above, but still cannot be used |
I'm not able to see the device connected to the USD port.
frida-ps -U
works and lists the processes.When the app starts I see the following:
The text was updated successfully, but these errors were encountered: