-
self.add_event( "mycroft.skills.trained", self.handle_boot_finished ) the event is never received. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I've been using https://github.com/NeonGeckoCom/neon-mana-utils to see the message bus in real time. Add |
Beta Was this translation helpful? Give feedback.
-
Based on https://openvoiceos.github.io/ovos-technical-manual/skills_bus/, you can run a small script to manually emit the event your code is "suppose" to recognize. I was able to trigger my skill this way. |
Beta Was this translation helpful? Give feedback.
-
you probably want |
Beta Was this translation helpful? Give feedback.
you probably want
mycroft.ready
event instead