mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 16:45:52 +03:00
[GH-ISSUE #99] Problem running sample code #46
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#46
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 @kakyoism on GitHub (Jun 11, 2016).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/99
I ran the sample code "Shows the contents of every playlist owned by a user:" from here:
http://spotipy.readthedocs.io/en/latest/#examples
and got this Terminal sequence:
I've white-listed my redirect_uri, exported id/secret/redirect_uri (double-checked that all changes are in effect), and ran the code as is. But the URL opened in my browser says:
The same happened after I removed the "remembered" Spotify credential from my browsers (Safari, Chrome).
@stephanebruckert commented on GitHub (Jan 1, 2020):
It's ok to get an error message when the browser opens. What you need to get is the URL itself, copy it and paste it into your terminal.
I'm closing as this issue is old and has been working for others. Feel free to reopen if needed. Cheers