[GH-ISSUE #12] user_playlists() not returning full list #2

Closed
opened 2026-02-27 23:20:20 +03:00 by kerem · 1 comment
Owner

Originally created by @cory-weiner on GitHub (Jun 27, 2014).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/12

Previously, user_playlists returned a complete list of the users playlists, including starred playlists, and collaborative playlists they created/followed.

Now, the request does not return starred playlists or collaborative playlists.

Originally created by @cory-weiner on GitHub (Jun 27, 2014). Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/12 Previously, user_playlists returned a complete list of the users playlists, including starred playlists, and collaborative playlists they created/followed. Now, the request does not return starred playlists or collaborative playlists.
kerem closed this issue 2026-02-27 23:20:21 +03:00
Author
Owner

@cory-weiner commented on GitHub (Jun 27, 2014):

It looks like this is an issue with the API, not with the spotipy wrapper.

Per Spotify developer:
http://stackoverflow.com/questions/24456441/users-playlists-not-returning-starred-collaborative-playlists/24457344#24457344

Collaborative playlists are not included in this endpoint.

They must have also made a change so starred playlists are excluded as well.

<!-- gh-comment-id:47380641 --> @cory-weiner commented on GitHub (Jun 27, 2014): It looks like this is an issue with the API, not with the spotipy wrapper. Per Spotify developer: http://stackoverflow.com/questions/24456441/users-playlists-not-returning-starred-collaborative-playlists/24457344#24457344 Collaborative playlists are not included in this endpoint. They must have also made a change so starred playlists are excluded as well.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#2
No description provided.