Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
Please see below the most popular frequently asked questions.
Loading article...
Loading faqs...
Please see below the current ongoing issues which are under investigation.
Loading issue...
Loading ongoing issues...
My Question or Issue
I'm using the Spotify API to pull back a list of liked tracks.
This has been working fine until today, but it got stuck where the `next` page is actually the previous page.
For example, I'm calling
"limit" : 50,
"next" : "https://api.spotify.com/v1/me/tracks?offset=0&limit=50",
"offset" : 50,
"previous" : null,
"total" : 188
Solved! Go to Solution.
Thanks for the clear and detailed bug report @Knifevillage @rsouthward! We looked into it on our side and I think the problem is now fixed. Would you mind letting me know if you are still experiencing the problem?
Same issue here, endpoint has been functioning correctly till about 12:00 local time, now seeing the same behaviour where next parameter is stuck / toggling between the 'first page' and 'second page'.
Also, if you try to load the 3rd page manually, by passing in offset=100, limit=50, the 'next' page comes back with offset=50, so it seems that the next page is always the 'previous' page, and 'previous' is never populated.
FYI: Issue is not reproducible in the use case of getting all tracks of a 'regular' user playlist, i.e. the following endpoint:
https://api.spotify.com/v1/playlists/playlist_id/etc
Thanks for the clear and detailed bug report @Knifevillage @rsouthward! We looked into it on our side and I think the problem is now fixed. Would you mind letting me know if you are still experiencing the problem?
@rsouthward, @spotifyjosh Checked it, seems like it is working properly again. Thank you!
im having this same issue, its driving me mad at this point
Hey there you, Yeah, you! 😁 Welcome - we're glad you joined the Spotify Community! While you here, let's have a fun game and get…