Need help skipping song when Miniget error occurs #1352
Unanswered
nicocespede
asked this question in
Q&A
Replies: 1 comment 5 replies
-
fd20875 should possibly fix this issue. I will release this update soon in |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, for some time whenever I got an error I've been just destroying the queue and making the bot to stop playing music, but now I'd like it to just skip the song which got the
MinigetError
and go on with the rest of the queued songs.This is how I refactored my 'error' listener:
However, after this code executes, I just get the
[PlayerError] Cannot play a resource that has already ended.
error.Is there any way I can do this and skip the song properly?
Beta Was this translation helpful? Give feedback.
All reactions