question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Websockets versions are incompatible

See original GitHub issue
wsproto 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:closed
  • Created 5 years ago
  • Comments:44 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
Devoxincommented, Jun 7, 2018

Judging by this

0|pika.py- | [2018-06-07 14:54:04,240] 127.0.0.1 GET /stats h11 200 42 11303
0|pika.py- | [2018-06-07 14:54:11,155] 127.0.0.1 GET /stats h11 200 42 10270

You have another webserver running (integrated with your bot?) Try change the WS port from 80 as this may be conflicting

1reaction
Devoxincommented, Jun 7, 2018

state.py doesn’t need editing on V2+

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found