Raspotify on FriendlyCore Xenial img
Posted: Sun May 03, 2020 2:57 pm
Hello everybody,
I'm looking to install Raspotify on the basic Xenial image of my NeoPlus2.
https://github.com/dtcooper/raspotify
However, the automatic installer fails as it is made solely for the Raspberry Pi.
I tried the manual installation. At first there were some missing dependencies which I installed and seemed like raspotify was installed.
However, checking its status with:
I get the errors below:
Loaded: loaded (/lib/systemd/system/raspotify.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: signal) since Sun 2020-05-03 13:40:30 BST; 92ms ago
Process: 2323 ExecStart=/usr/bin/librespot --name ${DEVICE_NAME} $BACKEND_ARGS --bitrate ${BITRATE} $CACHE_ARGS $VOLUME_ARGS $OPTIONS (code=killed, signal=ILL)
Process: 2320 ExecStartPre=/bin/chown raspotify:raspotify /var/cache/raspotify (code=exited, status=0/SUCCESS)
Process: 2317 ExecStartPre=/bin/mkdir -m 0755 -p /var/cache/raspotify (code=exited, status=0/SUCCESS)
Main PID: 2323 (code=killed, signal=ILL)
May 03 13:40:30 NanoPi-NEO-Plus2 systemd[1]: raspotify.service: Unit entered failed state.
May 03 13:40:30 NanoPi-NEO-Plus2 systemd[1]: raspotify.service: Failed with result 'signal'.
~
~
Any help would be great!
I'm looking to install Raspotify on the basic Xenial image of my NeoPlus2.
https://github.com/dtcooper/raspotify
However, the automatic installer fails as it is made solely for the Raspberry Pi.
I tried the manual installation. At first there were some missing dependencies which I installed and seemed like raspotify was installed.
However, checking its status with:
Code: Select all
service raspotify status
I get the errors below:
Loaded: loaded (/lib/systemd/system/raspotify.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: signal) since Sun 2020-05-03 13:40:30 BST; 92ms ago
Process: 2323 ExecStart=/usr/bin/librespot --name ${DEVICE_NAME} $BACKEND_ARGS --bitrate ${BITRATE} $CACHE_ARGS $VOLUME_ARGS $OPTIONS (code=killed, signal=ILL)
Process: 2320 ExecStartPre=/bin/chown raspotify:raspotify /var/cache/raspotify (code=exited, status=0/SUCCESS)
Process: 2317 ExecStartPre=/bin/mkdir -m 0755 -p /var/cache/raspotify (code=exited, status=0/SUCCESS)
Main PID: 2323 (code=killed, signal=ILL)
May 03 13:40:30 NanoPi-NEO-Plus2 systemd[1]: raspotify.service: Unit entered failed state.
May 03 13:40:30 NanoPi-NEO-Plus2 systemd[1]: raspotify.service: Failed with result 'signal'.
~
~
Any help would be great!
