-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workingcan't reproduceThis issue cannot be reproducedThis issue cannot be reproducedinformation requestedWaiting for the author to provide additional informationWaiting for the author to provide additional information
Description
The script just goes into an infinite loop, I locally fixed this by adding a check to get_playlist_tracks() to make sure we aren't iterating on a redundant offset, however my code quality is trash so just making an issue:
iteration = 0
while len(results["items"]) > 0 and not (results["offset"] == 0 and iteration > 0):
iteration += 1Thanks,
Elliott
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcan't reproduceThis issue cannot be reproducedThis issue cannot be reproducedinformation requestedWaiting for the author to provide additional informationWaiting for the author to provide additional information