Discover Weekly playlist appears as null when using Get User Playlists API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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, ...]
```
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, ...]
```
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page