mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #704] Missing required parameter: redirect_uri #1351
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1351
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 @daUnknownCoder on GitHub (Apr 4, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/704
Describe the bug
i cant authenticate the player...
To Reproduce
spotify_player authenticateit gives me this link:
https://accounts.spotify.com/authorize?response_type=code&client_id=65b708073fc0480ea92a077233ca87bd&state=v5oNw_iGgMw-Z2ko-RrVFw&code_challenge=L4Z7j6UI1ufdwhen clearly, my clientid is different, and the config is in
~/.config/spotify-player/app.tomlExpected behaviour
To work ig?
Log and backtrace
Log and backtrace of a run reproducing the bug to help debug the issue, which are usually located in
$HOME/.cache/spotify-player/.spotify_player authenticate
No cached credentials found, please authenticate the application first.
Browse to: https://accounts.spotify.com/authorize?response_type=code&client_id=65b708073fc0480ea92a077233ca87bd&state=v5oNw_iGgMw-Z2ko-RrVFw&code_challenge=L4Z7j6UI1ufd
Screenshots
Environment
@aome510 commented on GitHub (Apr 16, 2025):
The link doesn't seem right. Mine looks like this
the
client_idis correct. The one in your config is only used for Spotify connect while the one in the link is to initiate the application's Spotify client.