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

Who Me Too'd this topic

Discover Weekly playlist appears as null when using Get User Playlists API

I have a simple script that looks through a user's playlists (in this case I use to browse through my own) and I then search for a playlist named "Discover Weekly" which should be my Discover Weekly playlist. Ever since last week, my script no longer works because, apparently the Discover Weekly playlist is no longer on the result list. I noticed that the result list comes with a "null" value which I think is where the Discover Weekly playlist should be.

You can even try it on the Spotify Web UI for the API, by going to the Get User's Playlists and putting my username "gamed7" and click on "Try it" (make sure offset is 0). The result list comes like so:

```
...
"items": [null, ...]
```
Who Me Too'd this topic