ybotspawn / Keep-ULauncher

Google Keep plugin for ULauncher
GNU General Public License v3.0
7 stars 0 forks source link

The extension crashes upon install #15

Open zz0rk opened 4 years ago

zz0rk commented 4 years ago

Installed gkeepapi ulauncher_5.7.3_all.deb

Message: 'com.github.ybotspawn.keep-ulauncher' 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 433, 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.ybotspawn.keep-ulauncher'
ybotspawn commented 4 years ago

Sorry for the delay. Looks like some changes may have been made to Ulauncher, since i Last updated the code. I'll reproduce and identify the issue

jpmorr commented 4 years ago

Same error here. Any update?

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

Stacktrace:

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

Sorry, need to find a system I can test it on as I recently switched to mac. I'll try to get some traction on it this week.

ybotspawn commented 4 years ago

This looks like it might be related to the version of gkeepapi. What python version did you use to install it?