Reply To: [NEW UPDATE] Spotify Connect Server – beta available!

Max2Play Home Forums Max2Play Development (Ideas, Wishes) [NEW UPDATE] Spotify Connect Server – beta available! Reply To: [NEW UPDATE] Spotify Connect Server – beta available!

5. Mai 2017 at 13:51 #28715

Hi !

It doesn’t work for me.
I’m not Linux expert.Help me please!!

I check status with systemctl status Spotify-connect.service:

● spotify-connect.service – Librespot
Loaded: loaded (/etc/systemd/system/spotify-connect.service; enabled)
Active: activating (auto-restart) (Result: exit-code) since Fri 2017-05-05 12:34:32 CEST; 2s ago
Process: 3885 ExecStart=/root/librespot –name SpotiPi –username ******** –password ******** –disable-dis covery –cache /tmp –bitrate 320 –device hw:0 > /dev/null 2>&1 (code=exited, status=203/EXEC)
Main PID: 3885 (code=exited, status=203/EXEC)

May 05 12:34:32 max2play systemd[1]: spotify-connect.service: main process exited, code=exited, status=203/EXEC
May 05 12:34:32 max2play systemd[1]: Unit spotify-connect.service entered failed state.

I have a hifiberry digi+ pro
This is device:
pi@max2play:~ $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: sndrpihifiberry [snd_rpi_hifiberry_digi], device 0: HiFiBerry Digi+ Pro HiFi wm8804-spdif-0 []
Subdevices: 0/1
Subdevice #0: subdevice #0

This is the server definition:

[Unit]
Description=Librespot
Requires=network-online.target
After=network-online.target

[Service]
User=root
Restart=always
RestartSec=10
ExecStart=/root/librespot –name SpotiPi –username ******** –password ******** –disable-discovery –cache /tmp –bitrate 320 –device hw:0 > /dev/null 2>&1

[Install]
WantedBy=multi-user.target

Thank you!!