mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #853] Error: construct app client #513
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#513
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 @MonkyMars on GitHub (Oct 15, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/853
Describe the bug
When opening the binary installed via either pacman or cargo; it displays:
And exits
To Reproduce
Opening the installed binary using
spotify_playerExpected behaviour
The authentication flow should continue and let me login into my spotify account.
Log and backtrace
No logs regarding the error I mentioned.
Please refer to this URL for more details.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
CachyOS
spotify_player 0.21.1
Installed via either cargo or pacman: same error.
@sebvu commented on GitHub (Oct 16, 2025):
I would look at the 'solution' comment posted in #837
https://github.com/aome510/spotify-player/issues/837#issuecomment-3321454295
I do not know if it's the recommended solution since everyone has their own specific issues, but it worked for me.
@ElphaTech commented on GitHub (Oct 19, 2025):
It also worked for me. Just do
rm -rf ~/.cache/spotify-playerand then run spotify_player again. It will prompt you to login again.