[GH-ISSUE #146] current_user_playlists() method is missing from the spotipy object #67

Closed
opened 2026-02-27 23:20:40 +03:00 by kerem · 2 comments
Owner

Originally created by @roman-ku on GitHub (Jan 5, 2017).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/146

The spotipy object is missing the current_user_playlists() method.

When you try to do it, you get the following error:
AttributeError: 'Spotify' object has no attribute 'current_user_playlists'

I checked the client.py and it's missing from there.

Originally created by @roman-ku on GitHub (Jan 5, 2017). Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/146 The spotipy object is missing the [current_user_playlists()](http://spotipy.readthedocs.io/en/latest/#spotipy.client.Spotify.current_user_playlists) method. When you try to do it, you get the following error: `AttributeError: 'Spotify' object has no attribute 'current_user_playlists'` I checked the `client.py` and it's missing from there.
kerem closed this issue 2026-02-27 23:20:40 +03:00
Author
Owner

@plamere commented on GitHub (Jan 5, 2017):

I see it here:

https://github.com/plamere/spotipy/blob/master/spotipy/client.py#L349

<!-- gh-comment-id:270621807 --> @plamere commented on GitHub (Jan 5, 2017): I see it here: https://github.com/plamere/spotipy/blob/master/spotipy/client.py#L349
Author
Owner

@roman-ku commented on GitHub (Jan 5, 2017):

Welp.

I was using version 2.3.8, just upgraded to 2.4.3 and it's in there.

<!-- gh-comment-id:270622286 --> @roman-ku commented on GitHub (Jan 5, 2017): Welp. I was using version 2.3.8, just upgraded to 2.4.3 and it's in there.
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#67
No description provided.