brpaz/ulauncher-jira

[Bug]: message: 'NoneType' object has no attribute 'manifest'

milgner opened this issue · 0 comments

Description?

After installing the extension, setting email, access token and board id and clicking "Save" an error message is shown. It doesn't look like a missing Python dependency but I'm enough of a noob when it comes to Python that I might be mistaken.

I tried removing the board id but the same behaviour occurs.

Extension Logs

message: 'NoneType' object has no attribute 'manifest'
name: AttributeError
stack trace: 
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/ulauncher/ui/preferences_server.py", line 120, in request_listener
    data = json.dumps([route_handler(self, *args)])
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/ulauncher/ui/preferences_server.py", line 289, in extension_update_prefs
    manifest = controller.manifest
               ^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'manifest'