SushiBtw / discord-music-player

Complete framework to facilitate music commands using discord.js v14 & v13.
https://discord-music-player.js.org/
MIT License
158 stars 65 forks source link

[BUG] DMPError VoiceConnection Error in Linux #311

Open bountythebeast opened 1 year ago

bountythebeast commented 1 year ago

Error appears when attempting to play music from youtube link in Linux.

When running in linux, the below error is returned. When running on windows, it plays as expected.

message:https://www.youtube.com/watch?v=nXSr5dDxZas&list=RDnXSr5dDxZas&start_radio=1&ab_channel=NightblueMusic [2022-12-09 18:55:42]: ERROR Unhandled rejection: There was an Error while starting the Voice Stream DMPError [VoiceConnectionError]: There was an Error while starting the Voice Stream at Queue.join (/home/container/node_modules/discord-music-player/dist/managers/Queue.js:135:19) at async Object.exports.run (/home/container/commands/music-play.js:3:2)

Versioning:

Additional Comments I assume that i'm at fault here, and that this is not a bug with the project... Though any insight into how to resolve this would be greatly appreciated.