As it says in the error, the problem is with the object `manager`
being `None`. I was able to bypass this issue by adding an `if` case
to check whether `manager` is `None` or not. With that, `gnome-music`
runs.
Hi,
The previous error seems to have been fixed. However, a new error shows up now.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gnomemusic/scrobbler.py", line
81, in _new_client_callback
manager.call_is_supported_provider(
AttributeError: 'NoneType' object has no
2 matches
Mail list logo