ZerioDev / Music-bot

A complete code to download for a cool Discord music bot !
https://discord.gg/5cGSYV8ZZj
GNU General Public License v3.0
864 stars 1.05k forks source link

The music bot still stops after that disconects #260

Closed Ticst closed 1 year ago

iGameCreep commented 1 year ago

Hello ! Can you try with this one ? It is using the latest version of the package discord-player, should have less bugs. https://github.com/iGameCreep/Music-bot

muhitrhn commented 1 year ago

Yo @iGameCreep I installed the code from the repo you provided. but can't play music. When I do /play, it just shows the song has started then no music and this error Error emitted from the queue Cannot play a resource that has already ended. in logs

matt-t-jones commented 1 year ago

Thanks for your work on this @iGameCreep ! I was about to go through and update it but you took care of it 👍

jodic97 commented 1 year ago

Yo @iGameCreep I installed the code from the repo you provided. but can't play music. When I do /play, it just shows the song has started then no music and this error Error emitted from the queue Cannot play a resource that has already ended. in logs

Hey! Same error happens but with Error emitted from the queue Cannot read properties of undefined (reading 'name'). I think it's either @discordjs/voice issue probably. I tried rerolling both discord-player and @discordjs, along with @discordjs/voice, but I think it's from the voice package, that both the new repository uses and discord-player module. The fix could be either found in this issue or this other issue. Let me know which one works better, but I think it's on the developer's end and we are expecting a workaround or something.

itsjustyryr commented 1 year ago

Yo @iGameCreep I installed the code from the repo you provided. but can't play music. When I do /play, it just shows the song has started then no music and this error Error emitted from the queue Cannot play a resource that has already ended. in logs

Hey! Same error happens but with Error emitted from the queue Cannot read properties of undefined (reading 'name'). I think it's either @discordjs/voice issue probably. I tried rerolling both discord-player and @discordjs, along with @discordjs/voice, but I think it's from the voice package, that both the new repository uses and discord-player module. The fix could be either found in this issue or this other issue. Let me know which one works better, but I think it's on the developer's end and we are expecting a workaround or something.

I agree here with @jodic97 , try changing the code from the original repository with the new repo, and keep troubleshooting. I might launch a unworked, still problematic version (skip, queue and embeds are not creating) but the best fix for this is disconnecting the bot. Filter and volume commands are working perfectly!