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 when saving github access token #5

Closed souhaiebtar closed 4 years ago

souhaiebtar commented 4 years ago

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 425, 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'

i got the error above when trying to save the github access token

brpaz commented 4 years ago

Please see #4

souhaiebtar commented 4 years ago

thanks and sorry for that