07-17-2018, 02:27 PM
(07-17-2018, 01:31 PM)kostis Wrote: ok i fixed the problem with pip install (i reinstall the dependencies).
But still not working.![]()
i use an M2tech Hiface 2 and then Mytek 192 dac.
After testing i get
but no moOde Connect to available devices in spotify app.Code:pi@moode:/etc $ sudo systemctl status spotify-connect-web.service
● spotify-connect-web.service
Loaded: loaded (/lib/systemd/system/spotify-connect-web.service; enabled; ven
Active: activating (auto-restart) since Tue 2018-07-17 16:24:48 EEST; 7s ago
Process: 1749 ExecStart=/home/pi/spotify/spotify-connect.sh (code=exited, stat
Main PID: 1749 (code=exited, status=0/SUCCESS)
lines 1-5/5 (END)
Did you change this (see post #78):
"You need to go into the spotify-connect web directory and change a line in the main.py file:
$ cd /home/pi/spotify/spotify-connect-web
Then edit the file main.py with the editor of your choice and find the line that says:
from gevent.wsgi import WSGIServer
And change it to:
from gevent.pywsgi import WSGIServer
After that, the safer route is to restart the system. A service reload could work, but easier to just restart."