Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

user's playlist don't seem to update when fetched

user's playlist don't seem to update when fetched

Plan - Premium family

Country - France

 

Hi dear devs (1st post here 👋),
I'm facing an issue using endpoint users/{user_id}/playlists with my user_id (don't know if i'm allowed to post it here).

 

When used from my app, the API only responds 6 playlists items, even though I have more, and when I make the request using API's demo it does show my 24 playlists. Am I missing some kind of cache feature that would respond an old version of the response ?

Just to make a test, I tried to rename a shown playlist and add a track to it, then make a request. The name changed but the track didn't appear. No problem what so ever when requesting an user I've never used (juste unable to update his playlist to test on change)
FYI I'm using requests library in a python script, but I've tried with curl too, using several token generated using my client id/secret


Obviously I would to fetch my playlists update...
Many thanks to the wizards that would help me 🙏

Reply
1 Reply

I am guessing the 18 playlists you can't see are private (i.e., not displayed on your profile).  Make sure you are requesting the scope playlist-read-private when you are requesting an access token.

Suggested posts