Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(plugins): plugin fails to enable #251

Open
cfobel opened this issue Jan 19, 2018 · 0 comments
Open

bug(plugins): plugin fails to enable #251

cfobel opened this issue Jan 19, 2018 · 0 comments
Assignees
Labels

Comments

@cfobel
Copy link
Contributor

cfobel commented Jan 19, 2018

After "Update all..." button is clicked in "Plugin manager" dialog, the following error occurs when clicking on an Enable button next to one of the plugins:

(<type 'exceptions.AttributeError'>, AttributeError("'PluginController' object has no attribute 'service'",), <traceback object at 0x126D73F0>) {}
  File "C:\Users\chris\Miniconda2-x86\envs\md-i247\lib\site-packages\microdrop\gui\plugin_manager_controller.py", line 240, in on_button_enable_clicked
    self.toggle_enabled()
  File "C:\Users\chris\Miniconda2-x86\envs\md-i247\lib\site-packages\microdrop\gui\plugin_manager_controller.py", line 104, in toggle_enabled
    if not self.enabled():
  File "C:\Users\chris\Miniconda2-x86\envs\md-i247\lib\site-packages\microdrop\gui\plugin_manager_controller.py", line 87, in enabled
    return not(self.service is None or not self.service.enabled())
(<type 'exceptions.AttributeError'>, AttributeError("'PluginController' object has no attribute 'service'",), <traceback object at 0x12756350>) {}
  File "C:\Users\chris\Miniconda2-x86\envs\md-i247\lib\site-packages\microdrop\gui\plugin_manager_controller.py", line 240, in on_button_enable_clicked
    self.toggle_enabled()
  File "C:\Users\chris\Miniconda2-x86\envs\md-i247\lib\site-packages\microdrop\gui\plugin_manager_controller.py", line 104, in toggle_enabled
    if not self.enabled():
  File "C:\Users\chris\Miniconda2-x86\envs\md-i247\lib\site-packages\microdrop\gui\plugin_manager_controller.py", line 87, in enabled
    return not(self.service is None or not self.service.enabled())

Workaround

Close Plugin manager and re-open.

@cfobel cfobel self-assigned this Jan 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant