-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Description
Default install on mac via pip install, which automaticly adds it to my mopidy installation (something brew did not) but i get below error when i start it up with correct username/pwd and enabled. All other features work as expected, audio, web extensions etc etc.
ERROR Unhandled exception in SpotifyBackend (urn:uuid:cfd4482b-a530-4ac3-9761-9287ad23e124):
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/pykka/actor.py", line 192, in _actor_loop
self.on_start()
File "/usr/local/lib/python2.7/site-packages/mopidy_spotify/backend.py", line 53, in on_start
self._session = self._get_session(self._config)
File "/usr/local/lib/python2.7/site-packages/mopidy_spotify/backend.py", line 69, in _get_session
session = spotify.Session(self._get_spotify_config(config))
File "/usr/local/lib/python2.7/site-packages/spotify/__init__.py", line 58, in wrapper
return f(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/spotify/session.py", line 60, in __init__
self.config._sp_session_config, sp_session_ptr))
File "/usr/local/lib/python2.7/site-packages/spotify/error.py", line 31, in maybe_raise
raise LibError(error_type)
LibError: Unable to open trace file
ERROR Actor died: SpotifyBackend (urn:uuid:cfd4482b-a530-4ac3-9761-9287ad23e124) stopped before handling the messageAlso don't know where it tries to make a trace file, otherwise that might have showed something?
Updated: Removed ref to unrelated GMusic bug. -jodal
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels