-
Notifications
You must be signed in to change notification settings - Fork 959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
obeservation spotipy user_playlists.py example #591
Labels
Comments
@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 🙏 |
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 ***@***.***> wrote:
@lfg6000 <https://github.com/lfg6000> nice catch, that makes sense. If
you know how to, it would be highly appreciated if you could open a pull
request to update the example accordingly 🙏
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#591 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBTRWK7CQXOIYGBUD5HXELSLX6F5ANCNFSM4SYZMIOA>
.
|
stephanebruckert
added a commit
that referenced
this issue
Oct 23, 2020
…aylists using the spotipy api: current_user_playlists() (fixes #591) (#595) * - Added scope, 'playlist-read-private', to examples that access user playlists using the spotipy api: current_user_playlists() (fixes #591) * Fix example to use user_playlists again Co-authored-by: Stephane Bruckert <stephane.bruckert@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: