mirror of
https://github.com/misiektoja/spotify_profile_monitor.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #28] Oauth User mode error during configuration #18
Labels
No labels
Stale
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify_profile_monitor#18
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 @tomballgithub on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/misiektoja/spotify_profile_monitor/issues/28
I following the directions and when I try to use this mode via:
python spotify_profile_monitor.py --oauth-user-creds redacted:redacted --token-source oauth_user redacted_uriI get a message that I need to open this URL and paste the result in:
https://accounts.spotify.com/authorize?client_id=redacted&response_type=code&redirect_uri=http%3A%2F%2F127.0.0.1%3A1234&scope=user-read-private+playlist-read-private+playlist-read-collaborative+user-library-read+user-read-recently-played+user-top-read+user-follow-read&show_dialog=TrueBut that URL produces:
INVALID_CLIENT: Invalid redirect URII've tried it multiple times with two different sets of credentials and tried to open the URL on two different systems logged into my account.
I've never tried this mode, but client mode stopped working today (I submitted issue against spotify_monitor).
The very detailed instructions don't say anything about needing to open a URL.
@tomballgithub commented on GitHub (Sep 19, 2025):
Well, the issue was that the redirect url in my app had a trailing slash.
It must exactly match what is in the directions:
http://127.0.0.1:1234If you cut/paste the text, it works. If you right click and copy the URL, you may end up with a trailing / and that will fail.