mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #284] Problem with current_user_recently_played function #158
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#158
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JessicaMartini212887 on GitHub (May 8, 2018).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/284
Hi, I write here because I'm working at my thesis and I have a problem with the function current_user_recently_played. I want to create an extension to Spotify which creates personalized playlists on the basis of the timestamp and the features of tracks, so I need to use this function but the response is this:
AttributeError: 'Spotify' object has no attribute 'current_user_recently_played'. I have watched client.py and it seems ok, so I can't understand the problem.How can I solve this?
Thank you very much
@gil commented on GitHub (May 15, 2018):
Check this -> #211
@conorhennessy commented on GitHub (Mar 28, 2019):
I believe this issue should be closed as solution is linked to