TBK / MusicBot

MusicBot for Discord - Docker edition
https://hub.docker.com/r/discordmusicbot/
MIT License
14 stars 3 forks source link

Not connected, while it is. #22

Closed Fonta closed 7 years ago

Fonta commented 7 years ago

I guess it's the new websockets zip you've added to the dockerfile, creates a lot of errors. The bot does connect to the channel, but keeps retrying.

https://hastebin.com/etiwiniyuj.log

Fonta commented 7 years ago

While version 3.3 doesn't work, version 3.2 works just fine:

&& pip3 install --upgrade --force-reinstall https://github.com/aaugustin/websockets/archive/3.2.zip \
TBK commented 7 years ago

It is still an issue with websockets version 3.4?

The websockets lib has had a lot of changes/improvements lately.

Fonta commented 7 years ago

Trying right now.

Fonta commented 7 years ago

3.4 seems to work!

TBK commented 7 years ago

Super :)