Skip to content
This repository was archived by the owner on May 4, 2025. It is now read-only.

KeyError #2

@akovia

Description

@akovia

Ulancher V5.3.0~beta1

Not sure what is going on here. I've installed this extension on another computer without any trouble. Even modified it for the languages I needed. I also have your encoder extension installed on both machines.

I do notice that you can't easily edit the languages line inside the extension dialog easily. If you try to edit the text, you can type one character and then the cursor will move to the end of the line. I just copied the line and edited it in my text editor and pasted it back. Don't think this had anything to do with it as I also tried removing and reinstalling and still same error on this machine.

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

Stacktrace:

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

Thanks

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions