tyskie
Results
2
comments of
tyskie
Hello, I have this error too. It occurs when I start spotifyd without credentials (username/password). If I start spotifyd with my credentials I am the only one that sees this...
Hi, I have found that `spotifyd.service` is so kind to accept `StandardOutput=null`. As in ``` [Service] ExecStart=/usr/bin/spotifyd --no-daemon Restart=always RestartSec=12 StandardOutput=null ``` That will do it for now. I'm not...