Skip to content

[BUG] ask_selection call after speak_dialog not waiting for responses #443

Description

@NeonDaniel

Description

A call to ask_selection after a call to speak_dialog results in opening the mic after speak_dialog, rather than after ask_selection.

Steps to Reproduce

No response

Relevant Code

Example of failing code:

self.speak_dialog("dialog_file", expect_response=False, wait=True)
resp = self.ask_selection(options, min_conf=.5)

Other Notes

User bug report in matrix

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions