Lavalink.py: Websockets versions are incompatible

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.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 44 (15 by maintainers)

Most upvoted comments

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

state.py doesn’t need editing on V2+

You can upgrade websockets to 5.0.1 without any issues. discord.py websockets were downgraded due to an error, but that error has been fixed since. Downgrade: https://github.com/Rapptz/discord.py/commit/e04629999ba32142ba11c20191fca5eed60930f3 Websocket issue: https://github.com/aaugustin/websockets/issues/350