spotifyd-http
spotifyd-http copied to clipboard
crashes, how to debug?
I so far had two incidents where the spotifyd-http instance crashed without any telling output to the console.
How would I go about finding out what the issue was?
I am currently running spotify-http in a detached screen instance.
I'm a bit surprised that there's no output. Try running it with RUST_LOG=debug in your environment. It should be printing a lot more, and hopefully print something useful before dying.