09-08-2018, 05:16 PM
(09-08-2018, 04:20 AM)RafaPolit Wrote: It appears that the procedure installed a Pylast version not compatible with Python 2.7.
If you inspect the contents of that __init__.py file that is reporting an issue, what is the version listed after the initial comments and the first group of includes?
No version listed
The code says python 2 will be outdated. But it is not yet.
If I comment the code displaying the warning, the status says I am connected.
Code:
pi@moode:~ $ sudo systemctl status spotify-connect-web.service
● spotify-connect-web.service
Loaded: loaded (/lib/systemd/system/spotify-connect-web.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2018-09-08 14:14:37 CEST; 5h 0min ago
Main PID: 1800 (spotify-connect)
CGroup: /system.slice/spotify-connect-web.service
├─1800 /bin/sh /home/pi/spotify/spotify-connect.sh
└─1802 python main.py --playback_device softvol -m Master --mixer_device_index 0 --bitrate 320 --name moOde Connect --key /home/pi/spotify/spotify-connect-web/
Sep 08 14:14:37 moode systemd[1]: Started spotify-connect-web.service.
lines 1-9/9 (END)
But I still don't see the player in Spotify.
And I have read your new warning and I am ok with it ;-)