mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #80] Login Issue #36
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#36
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 @Duncanswilson on GitHub (Jan 21, 2016).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/80
Hello,
Just up front this may all be my ignorance of this api, but I'm currently not able to be login.
I'm calling
and the issue I am running into is that when I login my web browser opens and goes to Spotify's error page and when I enter that url I (obviously) run into this:
I've learned that this error is caused by the user already being logged in; but as soon as I logout then the redirect breaks when I attempt to login....
Thanks in advance! :)
@joohoi commented on GitHub (Jan 22, 2016):
You might want to change your redirect_uri backslashes to actual forward slashes
https:\www.google.com to https://www.google.com
@stephanebruckert commented on GitHub (Jan 1, 2020):
Yes check the
redirect_uriis correct