JarbasHiveMind / HiveMind-voice-sat

OpenVoiceOS Voice Satellite
Apache License 2.0
17 stars 11 forks source link

Hivemind client (or master) can't handle ask_yesno or get_response() methods #39

Open JoergZ2 opened 1 year ago

JoergZ2 commented 1 year ago

There may be a connection to post #24 by Goldyfruit: As soon as the ask_yesno() or get_response() methods of Mycroft/OVOS are used in an intent, the HiveMind master can obviously no longer assign the subsequent communication to the skill. The query is still sent to the client, but the subsequent response comes to nothing. At the same time, the listener on the Hivemind master enters an endless loop. It cannot be interrupted by a "Hey Mycroft, stop".