06-02-2018, 11:30 AM
Hello to All,
I'm trying to install Spotify on my Moode, but I have met similar problem described prevoiusly and still I can't solve it.
After installation, the result of status is:
● spotify-connect-web.service
Loaded: loaded (/lib/systemd/system/spotify-connect-web.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) since Sat 2018-06-02 13:22:19 CEST; 7s ago
Process: 2625 ExecStart=/home/pi/spotify/spotify-connect.sh (code=exited, status=0/SUCCESS)
Main PID: 2625 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/spotify-connect-web.service
But after, nothing viisble and detected on laptop, phone with installed Spotify app.
Running manual script:
$ cd /home/pi/spotify
$ ./spotify-connect.sh
the output show:
Traceback (most recent call last):
File "main.py", line 12, in <module>
from gevent.wsgi import WSGIServer
ImportError: No module named wsgi
And here I'm stuck, please could you help me to solve this issue?
Regards, Mateusz
I'm trying to install Spotify on my Moode, but I have met similar problem described prevoiusly and still I can't solve it.
After installation, the result of status is:
● spotify-connect-web.service
Loaded: loaded (/lib/systemd/system/spotify-connect-web.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) since Sat 2018-06-02 13:22:19 CEST; 7s ago
Process: 2625 ExecStart=/home/pi/spotify/spotify-connect.sh (code=exited, status=0/SUCCESS)
Main PID: 2625 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/spotify-connect-web.service
But after, nothing viisble and detected on laptop, phone with installed Spotify app.
Running manual script:
$ cd /home/pi/spotify
$ ./spotify-connect.sh
the output show:
Traceback (most recent call last):
File "main.py", line 12, in <module>
from gevent.wsgi import WSGIServer
ImportError: No module named wsgi
And here I'm stuck, please could you help me to solve this issue?
Regards, Mateusz