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

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

Open
NeonDaniel opened this issue Apr 14, 2023 · 1 comment
Open
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@NeonDaniel
Copy link
Member

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

@NeonDaniel NeonDaniel added the bug Something isn't working label Apr 14, 2023
@NeonDaniel
Copy link
Member Author

This may be resolved with the updated event handling in neon_audio but needs further testing/validation

@NeonDaniel NeonDaniel added the triage New issue needs review label May 16, 2024
@NeonDaniel NeonDaniel moved this to Other Helpful Tasks in Community Projects May 16, 2024
@NeonDaniel NeonDaniel added help wanted Extra attention is needed and removed triage New issue needs review labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Status: Other Helpful Tasks
Development

No branches or pull requests

1 participant