You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It invalidates TOML so spotifyd will throw error:
Error:
0: could not load the config file
1: invalid TOML value, did you mean to use a quoted string? at line 5 column 10
Hello,
on the page https://spotifyd.github.io/spotifyd/installation/Raspberry-Pi.html
I found out that configuration file ~/.config/spotifyd/spotifyd.conf example is corrupted.
Line with :
should have value in quotes
It invalidates TOML so spotifyd will throw error:
Error:
0: could not load the config file
1: invalid TOML value, did you mean to use a quoted string? at line 5 column 10
Location:
/rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/core/src/result.rs:1914
note:
the config format should be valid TOML
we recently changed the config format, see #765
The text was updated successfully, but these errors were encountered: