MusicBot
MusicBot copied to clipboard
Cannot play the music in voice channel (M1) "Failed to deserialize player"
What went wrong?
Cannot play the music in voice channel (M1)
"Failed to deserialize player" is print on the terminal
.
How do we reproduce this?
run the run.py
Which version of the bot are you using?
release-151221
Which operating system are you using?
macOS Catalina or higher, with Apple M1 chip
Just checking...
- [X] I have confirmed that my issue has not already been reported.
- [X] I am using Python 3.8 or higher.
- [X] I have updated my Python dependencies.
The upstream library for Discord does not yet seem to support Opus/voice on Apple chipsets.
Has this been resolved?
I don't have an M1 apple to test with, but this issue might have been resolved.
See these two links for more details related to this error:
https://github.com/Rapptz/discord.py/issues/8046
and
https://github.com/python/cpython/issues/92892