mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 08:35:49 +03:00
[GH-ISSUE #591] obeservation spotipy user_playlists.py example #352
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#352
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 @lfg6000 on GitHub (Oct 20, 2020).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/591
First i want to say thanks for contributing to Spotipy, it is really awesome.
Observation
but received an empty list so i added a scope param to the oAuth call and was able to get my playlists.
Question
Hopefully i have not wasted your time with by asking a question that has a really obvious answer,
Louie
original example code - the returned playlists is empty
modified example code - the returned playlists is populated
@stephanebruckert commented on GitHub (Oct 20, 2020):
@lfg6000 nice catch, you are right according to https://developer.spotify.com/documentation/web-api/reference/playlists/get-a-list-of-current-users-playlists/.
If you know how to, it would be highly appreciated if you could open a pull request to update the example accordingly 🙏
@lfg6000 commented on GitHub (Oct 21, 2020):
ok, i will open a pull request (it will be my first so it may be a few days
as work thru it).
On Tue, Oct 20, 2020 at 5:27 PM Stéphane Bruckert notifications@github.com
wrote: