mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 08:35:49 +03:00
[GH-ISSUE #325] After the enter redirected URL, no effects from code #186
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#186
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 @AlessandroMinervini on GitHub (Oct 5, 2018).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/325
Hi!
I followed the instructions of https://spotipy.readthedocs.io/en/latest/# and i think the authentication was successful.
After the enter of redirected URL i want to try to search an artist and print the results but i have no effects in output, and don't show any error
the code:
@novatorem commented on GitHub (Oct 5, 2018):
Someone correct me if I'm wrong, this may be because you don't have the scope, this is for the token:
token = util.prompt_for_user_token('username', 'scope', cient_id...)https://developer.spotify.com/documentation/general/guides/scopes/
I think they changed it some time back as it used to be public.
@AlessandroMinervini commented on GitHub (Oct 5, 2018):
Thanks!