Announcements

Help Wizard

Step 1

NEXT STEP

I'm using the Get Current User's Playlists API. Why is the following playlists display null?

I'm using the Get Current User's Playlists API. Why is the following playlists display null?

{ "href": "https://api.spotify.com/v1/users/igmddx8viou6ig6s7e3dj0mzd/playlists?offset=0&limit=50&locale=zh-CN,...", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 4, "items": [ null, null, { "collaborative": false, "description": "Adraliaris.Karen Wilson", "external_urls": { "spotify": "https://open.spotify.com/playlist/4G8FP2fGlExNDurxBSMNFj" }, "href": "https://api.spotify.com/v1/playlists/4G8FP2fGlExNDurxBSMNFj", "id": "4G8FP2fGlExNDurxBSMNFj", "images": null, "name": "Pure music", "owner": { "display_name": "FSDF", "external_urls": { "spotify": "https://open.spotify.com/user/igmddx8viou6ig6s7e3dj0mzd" }, "href": "https://api.spotify.com/v1/users/igmddx8viou6ig6s7e3dj0mzd", "id": "igmddx8viou6ig6s7e3dj0mzd", "type": "user", "uri": "spotify:user:igmddx8viou6ig6s7e3dj0mzd" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAQc879phPxXzuNwi1t4Y5+yVDSFT", "tracks": { "href": "https://api.spotify.com/v1/playlists/4G8FP2fGlExNDurxBSMNFj/tracks", "total": 0 }, "type": "playlist", "uri": "spotify:playlist:4G8FP2fGlExNDurxBSMNFj" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "https://open.spotify.com/playlist/6lgcttHFbgEHx1a6GHjDgE" }, "href": "https://api.spotify.com/v1/playlists/6lgcttHFbgEHx1a6GHjDgE", "id": "6lgcttHFbgEHx1a6GHjDgE", "images": null, "name": "with you", "owner": { "display_name": "FSDF", "external_urls": { "spotify": "https://open.spotify.com/user/igmddx8viou6ig6s7e3dj0mzd" }, "href": "https://api.spotify.com/v1/users/igmddx8viou6ig6s7e3dj0mzd", "id": "igmddx8viou6ig6s7e3dj0mzd", "type": "user", "uri": "spotify:user:igmddx8viou6ig6s7e3dj0mzd" }, "primary_color": null, "public": true, "snapshot_id": "AAAABoQI6XLhpLv17b+4GRXr8ePxRVpK", "tracks": { "href": "https://api.spotify.com/v1/playlists/6lgcttHFbgEHx1a6GHjDgE/tracks", "total": 203 }, "type": "playlist", "uri": "spotify:playlist:6lgcttHFbgEHx1a6GHjDgE" } ] }

Reply
2 Replies

Same issue, started happing 2-3 days ago

I'm experiencing the same issue. It was working fine at 2024-11-27T14:07:17 but 6 hours later 2024-11-27T20:08:20 it started to fail and never recovered since:

{
  body: {
    href: 'https://api.spotify.com/v1/users/MY_USER_ID/playlists?offset=0&limit=50',
    limit: 50,
    next: null,
    offset: 0,
    previous: null,
    total: 31,
    items: [
      null,     [Object], [Object], [Object],
      null,     null,     [Object], [Object],
      [Object], null,     null,     null,
      null,     null,     null,     null,
      null,     null,     null,     [Object],
      [Object], [Object], [Object], [Object],
      [Object], [Object], [Object], [Object],
      [Object]
    ]
  },
  statusCode: 200
}

 

Suggested posts

Let's introduce ourselves!

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…

ModeratorStaff / Moderator/ 4 years ago  in Social & Random