hmes98318 / Music-Disc

A Discord music bot, supports YouTube, Spotify, SoundCloud, Deezer streams and web dashboard.
https://musicdisc.ggwp.tw
MIT License
107 stars 105 forks source link

Got this error #30

Closed taninsk137 closed 1 year ago

taninsk137 commented 1 year ago

Error in the log: There was a problem with the song queue => Cannot play a resource that has already ended.

in Discord its queue the song normally but there is no music playing in the channel.

hmes98318 commented 1 year ago

Try kicking the bot out of the voice channel and then rejoining or restarting the bot.
I need more time to investigate this error.

taninsk137 commented 1 year ago

try kick the bot and rejoin the server, not working. give admin role, not working restart the bot, not working try change token or create new bot still not working.

i deployed it on glitch.com create project from ur up-to-date github

hmes98318 commented 1 year ago

Will the same error occur when using the Docker image as well?

taninsk137 commented 1 year ago

sry, i didnt try that. but 1.4.1 before you add the dashboard it works perfectly

hmes98318 commented 1 year ago

In version v1.4.2, I encountered the same error on glitch.com, but it worked fine on replit.com.
I suspect that some npm modules are not compatible with the virtual machine's system.
glitch.com uses Ubuntu 16.04.7 LTS, while replit.com uses Ubuntu 20.04.2 LTS.
(Obtained detailed information using the status command.)

taninsk137 commented 1 year ago

thanks ^^