Hi,
i experience problems with spotify since a while. I use the “Mopidy and Snapcast” with the following configuration:
{ "local_scan": false, "options": [ { "name": "spotify/username", "value": "xyz" }, { "name": "spotify/password", "value": "xyz" }, { "name": "spotify/client_id", "value": "xyz" }, { "name": "spotify/client_secret", "value": "xyz" }, { "name": "spotify_web/client_id", "value": "xyz" }, { "name": "spotify_web/client_secret", "value": "xyz" } ] }
A few month ago, moped stoped showing spotify playlists:
The spotify Folder is still there and i can successfully play music from there, so the login seems to work.
The playlist section is emtpy now, and playing playlists using REST also does not work. I dont realy get what is wrong now. Then i saw that error in the title:
File “/usr/lib/python2.7/dist-packages/pykka/compat.py”, line 12, in reraise
exec(‘raise tp, value, tb’)
File “/usr/lib/python2.7/dist-packages/pykka/actor.py”, line 201, in _actor_loop
response = self._handle_receive(message)
File “/usr/lib/python2.7/dist-packages/pykka/actor.py”, line 295, in _handle_receive
return callee(*message[‘args’], **message[‘kwargs’])
File “/usr/lib/python2.7/dist-packages/mopidy/m3u/playlists.py”, line 69, in as_list
for entry in os.listdir(self._playlists_dir):
OSError: [Errno 2] No such file or directory: ‘/share/mopidy/playlists’
INFO Starting Mopidy frontends: MpdFrontend, HttpFrontend
INFO MPD server running at [::ffff:0.0.0.0]:6600
INFO HTTP server running at [::ffff:0.0.0.0]:6680
INFO Starting GLib mainloop
INFO Logged in to Spotify in online mode
INFO New MPD connection from [::ffff:192.168.0.18]:60820
ERROR M3UBackend backend caused an exception.
Traceback (most recent call last):
File “/usr/lib/python2.7/dist-packages/mopidy/core/playlists.py”, line 18, in _backend_error_handling
yield
File “/usr/lib/python2.7/dist-packages/mopidy/core/playlists.py”, line 66, in as_list
playlists = future.get()
File “/usr/lib/python2.7/dist-packages/pykka/threading.py”, line 52, in get
compat.reraise(*self._data[‘exc_info’])
File “/usr/lib/python2.7/dist-packages/pykka/compat.py”, line 12, in reraise
exec(‘raise tp, value, tb’)
File “/usr/lib/python2.7/dist-packages/pykka/actor.py”, line 201, in _actor_loop
response = self._handle_receive(message)
File “/usr/lib/python2.7/dist-packages/pykka/actor.py”, line 295, in _handle_receive
return callee(*message[‘args’], **message[‘kwargs’])
File “/usr/lib/python2.7/dist-packages/mopidy/m3u/playlists.py”, line 69, in as_list
for entry in os.listdir(self._playlists_dir):
OSError: [Errno 2] No such file or directory: ‘/share/mopidy/playlists’
It just repeats over and over again. Could that be the source of the playlist problem? I can not browse there using the configurator, is there any other way to browse the filesystem in hass.io?
Greetings