Websockets versions are incompatible
See original GitHub issuewsproto 0.11.0 has requirement h11~=0.7.0, but you'll have h11 0.8.0 which is incompatible.
discord-py 1.0.0a1467+g6b75179 has requirement websockets<4.0,>=3.0, but you'll have websockets 5.0.1 which is incompatible.
This results in the bot not playing anything.
Issue Analytics
- State:
- Created 5 years ago
- Comments:44 (15 by maintainers)
Top Results From Across the Web
incompatible version of websocket websocket-client from fresh ...
An incompatible websocket library is conflicting with the one we need. You can remove the incompatible library and install the correct one ...
Read more >Handshake failed due to unsupported WebSocket version: 8 ...
Due to time constraints I ended up not using STOMP as the sub protocol and went for WebSocket only. Still using Spring though....
Read more >Changelog - websockets 10.4 documentation - Read the Docs
When a release contains backwards-incompatible API changes, the major version is increased, else the minor version is increased. Patch versions are only for ......
Read more >112677 - Web Sockets is fatally incompatible with TLS (wss ...
Issue 112677: Web Sockets is fatally incompatible with TLS (wss://) that require client side authentication even in trivial scenarios.
Read more >Troubleshooting connection issues | Socket.IO
You are trying to reach a plain WebSocket server; The server is not reachable; The client is not compatible with the version of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Judging by this
You have another webserver running (integrated with your bot?) Try change the WS port from 80 as this may be conflicting
state.py doesn’t need editing on V2+