Endpoint return null track with non-null wrapper
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Endpoint Get Playlist Items can give null track with non-null wrapper. The same sometimes happen with search endpoint (one of items is null). Reproduced when call Web API from android and from console on page of endpoint.
For example
https://api.spotify.com/v1/playlists/37i9dQZF1DXdbXrPNafg9d/tracks?market=FR&limit=50&offset=50
Contains
{
"added_at": "2023-11-03T04:00:00Z",
"added_by": {
"external_urls": {
"spotify": "https://open.spotify.com/user/"
},
"href": "https://api.spotify.com/v1/users/",
"id": "",
"type": "user",
"uri": "spotify:user:"
},
"is_local": false,
"track": null,
"primary_color": null,
"video_thumbnail": {
"url": null
}
},
Labels:
- Labels:
-
api
-
Possible Bug
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