Skip to content

DisTubeError [NO_UP_NEXT]: There is no up next song (crash) #196

Answered by LackyPal
Walkoud asked this question in Q&A
Discussion options

You must be logged in to vote

Check if there is autoplay disabled and no songs in the queue except current song.

if (!Queue.autoplay && Queue.songs.length <= 1) return;

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by skick1234
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #195 on November 02, 2021 10:46.