Bug#954195: fix for the issue

2020-07-05 Thread navaneeth
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.

Bug#954195: New error

2020-03-27 Thread navaneeth
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