brpaz / ulauncher-github

Ulauncher Extension that provides quick access to common GitHub functionality like your repositories or gists.
https://ext.ulauncher.io/-/github-brpaz-ulauncher-github
MIT License
45 stars 12 forks source link

error on setting PAT #14

Closed verajosemanuel closed 2 years ago

verajosemanuel commented 3 years ago

Installed ok, then created a new Personal Access Token and then pasted to settings. Then error arised

Message: 'com.github.brpaz.ulauncher-github' Error Name: UnhandledError Type: KeyError

Stacktrace:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/ulauncher/ui/windows/PreferencesUlauncherDialog.py", line 198, in on_scheme_callback
    resp = rt.dispatch(self, scheme_request.get_uri())
  File "/usr/lib/python3/dist-packages/ulauncher/utils/Router.py", line 49, in dispatch
    return callback(context, url_params)
  File "/usr/lib/python3/dist-packages/ulauncher/ui/windows/PreferencesUlauncherDialog.py", line 436, in prefs_extension_update_prefs
    controller = ExtensionServer.get_instance().get_controller(ext_id)
  File "/usr/lib/python3/dist-packages/ulauncher/api/server/ExtensionServer.py", line 76, in get_controller
    return self.controllers[extension_id]
KeyError: 'com.github.brpaz.ulauncher-github'
brpaz commented 2 years ago

Please confirm that you have all the required python dependencies installed. namely pygithub

This process should be improved when this issue is done on the Ulauncher side https://github.com/Ulauncher/Ulauncher/issues/273

Feel free to reopen if the problem persists