mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #898] spt suddenly doesn't start up #385
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#385
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 @tommyalatalo on GitHub (Oct 1, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/898
Today spt completely stopped starting up for some unknown reason.
I can run
spt --versionand it will output0.25.0. But running justsptdoes nothing, there is no output, no error or any other information, the terminal just contiues on the next line as if thesptcommand was just a no-op command.Is there any way to print some kind of debug information? The
--helpinformation doesn't specify any debugging flags like--verboseor similar. All I can see now is that the command exits with error code101.I'm on Arch Linux 5.14.8-arch1-1, and I had spt working just yesterday, don't really know what happened to it now.
@Rigellute commented on GitHub (Oct 4, 2021):
Hmm... strange. Unfortunately we don't have any helpful debugging setup. I'm looking to address this by using
tracingto write logs to a file.Perhaps the token cache is corrupted. Try removing the file
~/.config/spotify-tui/.spotify_token_cache.jsonOr if you prefer
And then start up again.
If that doesn't help, you could also try complete re-init by removing the config directory
~/.config/spotify-tui/and starting up again. You'll need your client id/secret again.Do you have any spotify-tui config? Edit the theme or keybinds?
@azinsharaf commented on GitHub (Feb 23, 2022):
removing the config file fixed it for me.