-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playlists not loading #337
Comments
Reproducing on my device (ie fraction of playlists won't display when selected, but will play if I long press and expose menu ( eg "play, radio, queue, etc"). "Download" is not an option in the long press menu. Metrolist version Android version Device Additional information |
I think I found the problem. First I created a test playlist and added 80 songs to it which made it about ~3 hours long in total. On this stage it perfectly synced with Metrolist. Then I add 80 more songs to the same test playlist, which made it more than 5 hours long. After that Metrolist wasn't able to pull this playlist anymore. I don't know if the issue is the amount of songs or the playlist total time length (might be both), but this is that's causing the problem |
It seems like it's an issue with the API to fetch the YouTube music data in playlists over 100 songs. Some Other apps relying on the same API present the problem. For example in Innertune: It seems that it has already been fixed on the API, if I'm not wrong the developers must update their projects to use the newer version so everything works again. |
Agreed. Reproduced issue caused by playlists >100 songs. Appears to be same issue as ticket numbers #324 , #357 (probably others too). Appears to be related to API get playlist items "limit" parameter default is 100 (other get calls, such as liked sings and albums, also have same limit default = 100)
Appears to break the "continuations" in the modules. Agree @miguelcanosantana , suggests dev needs to update modules in source files and update release package. Fixes to modules appear to have been done elsewhere: |
Checklist
Steps to reproduce the bug
See attachment
Expected behavior
See attachment
Actual behavior
See attachment
Screenshots/Screen recordings
a.mp4
b.mp4
Logs
No logs
Metrolist version
11.0.0
Android version
Android 15, GrapheneOS
Additional information
Half of the playlists from Youtube Music are not loading
The text was updated successfully, but these errors were encountered: