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

ERROR on stop skill #23

Closed
denics opened this issue Feb 20, 2023 · 1 comment
Closed

ERROR on stop skill #23

denics opened this issue Feb 20, 2023 · 1 comment

Comments

@denics
Copy link

denics commented Feb 20, 2023

On a headless installation - raspbian bullseye, RPI3, install of ovos-core from pip, everytime I stop the skills I get this message from the skill

2023-02-21 00:42:58.836 - skills - ovos_workshop.skills.base:default_shutdown:1700 - ERROR - Failed to stop skill: skill-ovos-weather.openvoiceos
Traceback (most recent call last):
  File "/home/denix/ovos-core/lib/python3.9/site-packages/ovos_workshop/skills/base.py", line 1698, in default_shutdown
    self.stop()
  File "/home/denix/.local/share/mycroft/skills/skill-ovos-weather.openvoiceos/__init__.py", line 1139, in stop
    self.gui.release()
  File "/home/denix/ovos-core/lib/python3.9/site-packages/ovos_utils/gui.py", line 922, in release
    raise RuntimeError("bus not set, did you call self.bind() ?")
RuntimeError: bus not set, did you call self.bind() ?
@emphasize
Copy link
Member

emphasize commented Aug 27, 2023

Still occuring? (but a core problem anyway)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants