mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #817] master build fails to construct app client #488
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#488
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 @jasht1 on GitHub (Aug 28, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/817
Describe the bug
The player stopped the audio session suddenly and was not able to create a new librespot session via
shift+D. I closed the player and anytime I've tried to launch it since has resulted in :To Reproduce
install latest master:
cargo install --git https://github.com/aome510/spotify-player.git --features image,notify,fzflaunch:
spotify_playerExpected behaviour
should open the client and be able to create a librespot session.
Log and backtrace
Nothing obvious to me in the log and the backtrace was empty.
^ this was empty
Environment
Additional context
This build was working fine for me yesterday.
@studentredeemer commented on GitHub (Aug 29, 2025):
This is also happening to me on arch. It was working fine yesterday, then today I get the same error. Overnight, spotify logged me out of all my devices, but I'm unsure if that is related. I tried to re-authenticate and changed my client_id back to the default, but the bug remains.
@jasht1 commented on GitHub (Aug 29, 2025):
I should note I was also logged out of all my devices prior to experiencing this issue, I hadn't mentioned it as I hadn't made any connection, but as we both experienced it it may well be related.
@belettee commented on GitHub (Aug 30, 2025):
I had the same issue. Like my other clients,
spotify_playergot logged out. Deleting~/.cache/spotify-player/credentials.jsonand going through the login flow again fixed it for me.@aome510 commented on GitHub (Aug 31, 2025):
Please try the latest version (
v0.21.0) to see if the error still persists. I also recommend to delete old token/credentials in the cache folder beforehand@javfg commented on GitHub (Sep 1, 2025):
I'm still getting the error in 0.21.0. Not sure if it is a mistake on my side. I've deleted
~/.cache/spotify-player.There is indeed no
redirect_uriquery param in the URL the browser sends back after clicking oncontinue to the app, onlycodeandstate.@JohnOberhauser commented on GitHub (Sep 2, 2025):
I'm having this same issue. Deleted the cache as well
@wiraki commented on GitHub (Sep 3, 2025):
I had the same issue after updating to 0.21 but deleting the cache fixed it.
@JohnOberhauser commented on GitHub (Sep 4, 2025):
@javfg I was able to get it to work by switching from firefox to chromium. I'm not sure if it was something with firefox itself, or my extensions or the fact I use strict mode.
@javfg commented on GitHub (Sep 4, 2025):
That fixed it for me too! Thanks!