Skip to content

Unable to use spotify, errors on startup #70

@riemers

Description

@riemers

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 message

Also 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions