mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #644] Application hangs with no output #1311
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#1311
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 @nikero41 on GitHub (Dec 27, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/644
Describe the bug
When trying to run the command I get no output and the process stays open without doing anything.
If I try to run
spotify_player authenticateI getNo cached credentials found, please authenticate the application first.and a login URL.When authenticating with the URL nothing changes and running
spotify_player authenticate, outputs the same messageTo Reproduce
Install spotify_player with homebrew
Run
spotify_playerKill process and run
spotify_player authenticateExpected behaviour
Running
spotify_playerstarts the TUI app.Log and backtrace
The only log has my config in it.
Backtrace files are empty
Environment
Additional context
I had to use the the fix in #580 in the past