spotify-tui icon indicating copy to clipboard operation
spotify-tui copied to clipboard

spt suddenly doesn't start up

Open tommyalatalo opened this issue 2 years ago • 2 comments

Today spt completely stopped starting up for some unknown reason. I can run spt --version and it will output 0.25.0. But running just spt does nothing, there is no output, no error or any other information, the terminal just contiues on the next line as if the spt command was just a no-op command.

Is there any way to print some kind of debug information? The --help information doesn't specify any debugging flags like --verbose or similar. All I can see now is that the command exits with error code 101.

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.

tommyalatalo avatar Oct 01 '21 10:10 tommyalatalo

Hmm... strange. Unfortunately we don't have any helpful debugging setup. I'm looking to address this by using tracing to write logs to a file.

Perhaps the token cache is corrupted. Try removing the file ~/.config/spotify-tui/.spotify_token_cache.json

Or if you prefer

rm ~/.config/spotify-tui/.spotify_token_cache.json

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?

Rigellute avatar Oct 04 '21 10:10 Rigellute

removing the config file fixed it for me.

azinsharaf avatar Feb 23 '22 17:02 azinsharaf