05-19-2018, 04:21 AM
(05-19-2018, 03:45 AM)RafaPolit Wrote:(05-18-2018, 02:09 PM)Onionhead Wrote: Last login: Fri May 18 00:43:42 2018 from 10.0.0.30
pi@moode:~ $ cd /etc
pi@moode:/etc $ sudo systemctl start avahi-spotify-connect-multiuser.service
pi@moode:/etc $ sudo systemctl start spotify-connect-web.service
pi@moode:/etc $ sudo systemctl status spotify-connect-web.service
● spotify-connect-web.service
Loaded: loaded (/lib/systemd/system/spotify-connect-web.service; disabled; ve
Active: activating (auto-restart) (Result: exit-code) since Fri 2018-05-18 00
Process: 12990 ExecStart=/home/pi/spotify/spotify-connect.sh (code=exited, sta
Main PID: 12990 (code=exited, status=203/EXEC)
lines 1-5/5 (END)...skipping...
Did you build the source with pip and was that successful? There is really very little here to go by. Can you post the content of the spotify-connect.sh file please?
I did use the PIP install and it was successful. I was able to run the speaker test and had the alternating noise from speaker to speaker. My only issue was I could not stop the noise any way other than to exit terminal window.
This is contents of spotify-connect.sh
Thank you
Code:#!/bin/sh
cd /
cd home/pi/spotify/spotify-connect-web
LD_LIBRARY_PATH=/home/pi/spotify/spotify-connect-web python main.py --playback_$
cd /