spotify / web-api

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
983 stars 79 forks source link

Request does not fetch all albums in playlist #1549

Open PiepsC opened 4 years ago

PiepsC commented 4 years ago

Maybe this is bandwidth related, but I see no option to offset to query the remainder. My playlist has 300 tracks and it doesn't even fetch half of them using the get "https://api.spotify.com/v1/playlists/" URL.

Tried pruning several fields but to no avail. Tried looking for a way to offset sequential requests, nothing. Not sure what to do from here on out as the docs do not provide a starting point on either why this is happening or how to work around it.

PiepsC commented 4 years ago

Turns out this endpoint does not accept offsetting. Instead I'm forced to use the following: https://developer.spotify.com/documentation/web-api/reference/playlists/get-playlists-tracks/

Not entirely sure why.