06-02-2018, 03:36 PM
The solution that has worked for at least two people is a few pots back (Thanks to Platheo):
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.
Please report back if this solves the issue and will add this option to the instructions.
Thanks,
Rafa.
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.
Please report back if this solves the issue and will add this option to the instructions.
Thanks,
Rafa.