Skip to content

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

@NeonDaniel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Other Helpful Tasks

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions