-
Notifications
You must be signed in to change notification settings - Fork 102
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
Actually packages got updates. Issues with new packages #6
Comments
Hi @Scottvishnu, thanks for posting an issue about this. I've had a chance to look into the problem and these errors are caused by Socket.IO (and other related dependencies) updating to support v5 of the Socket.IO protocol. This was a breaking change, thus, the v4 client (which nxbt uses) was incompatible, causing errors. I've updated nxbt to support the new v5 protocol in the dev branch and pinned the version so this error shouldn't occur with future Socket.IO protocol updates. Before pushing these changes to pypi, would you be able to test the updated version of nxbt? This should be a fairly simple process (instructions below):
Let me know if this works! |
For me it's now works with the new updates. |
Excellent, thanks again for bringing this to my attention. I've incorporated the bug fixes/version bumps into the latest release. This should be available on PyPi now (v0.1.3). If you have ideas for the project, feel free to post in the discussions section or create a new idea issue. With that, I think we can close this issue. |
Hello,
I installed nxbt and got problems.
demo and tui works without issue.
webapp has the Error:
The client is using an unsupported version of the Socket.IO or Engine.IO protocols
(29307) accepted ('192.168.1.2', 50146)
192.168.1.2 - - [01/Jan/2021 13:32:40] "GET / HTTP/1.1" 200 10876 0.018651
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)
192.168.1.2 - - [01/Jan/2021 13:32:40] "GET /socket.io/?EIO=3&transport=polling&t=NQzxuHt HTTP/1.1" 400 219 0.000838
192.168.1.2 - - [01/Jan/2021 13:32:40] "GET /favicon.png HTTP/1.1" 200 27202 0.003434
192.168.1.2 - - [01/Jan/2021 13:32:41] "GET /socket.io/?EIO=3&transport=polling&t=NQzxuXe HTTP/1.1" 400 219 0.000564
192.168.1.2 - - [01/Jan/2021 13:32:43] "GET /socket.io/?EIO=3&transport=polling&t=NQzxv9T HTTP/1.1" 400 219 0.000427
192.168.1.2 - - [01/Jan/2021 13:32:47] "GET /socket.io/?EIO=3&transport=polling&t=NQzxv_c HTTP/1.1" 400 219 0.000654
192.168.1.2 - - [01/Jan/2021 13:32:52] "GET /socket.io/?EIO=3&transport=polling&t=NQzxxD- HTTP/1.1" 400 219 0.000599
If i open the website, i got a page but i can't interact with.
I tried to update all relevant files. But still got the same error.
After all, i install previous packages after i removed(flask-socketio python-socketio python-engineio).
pip3 install "Flask-SocketIO<5"
pip3 install "python-socketio<5"
Only a temporary fix for me (and others if someone try to run it.)
Hope i am not the only one.
The text was updated successfully, but these errors were encountered: