Hi, sorry, i've just started python and looking to play around with sonos and spotify. I've also extracted the xspf file from here successfully, https://github.com/stu247/spl but when I tried to install and run your script, I've got have success until below. Could you assist and perhaps point me to a potential solution? Thank you once again for the app!
Traceback (most recent call last):
File "xspfy.py", line 208, in
main()
File "xspfy.py", line 161, in main
if not pl.track:
AttributeError: 'bool' object has no attribute 'track'
Hi, sorry, i've just started python and looking to play around with sonos and spotify. I've also extracted the xspf file from here successfully, https://github.com/stu247/spl but when I tried to install and run your script, I've got have success until below. Could you assist and perhaps point me to a potential solution? Thank you once again for the app!
Traceback (most recent call last): File "xspfy.py", line 208, in main() File "xspfy.py", line 161, in main if not pl.track: AttributeError: 'bool' object has no attribute 'track'