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

The "Stream Audio" tab stops working after a stack update when AssistantWakePhraseRegEx is modified #1

Closed
rstrahan opened this issue Apr 24, 2024 · 2 comments
Assignees

Comments

@rstrahan
Copy link
Contributor

Describe the bug
The "Stream Audio" tab stops working after a stack update when AssistantWakePhraseRegEx is modified. It does not display disclaimer, and then asserts that the websocket server is not enabled.

To Reproduce
Steps to reproduce the behavior:

  1. Update LMA stack, and change the value of the AsistantWakePhrase parameter
  2. After stack is updated, try using the LMA Stream Audio tab.

Expected behavior
Stream Audio tab should display disclaimer, and start streaming.

Screenshots

image

image

Additional context
Root cause: Updating AsistantWakePhrase parameter causes SSM Param CFN-LMASettingsParameter value to be replaced, overwriting the WSEndpoint and AssistantWakePhraseRegEx setting. The customer resource Lambda UpdateWSEndpointSettingsExec does not get re-run since none of its properties have changed, so the values never get re-added to the replaced SSM param.

@babu-srinivasan
Copy link
Contributor

PR #11 #11

@rstrahan
Copy link
Contributor Author

Fixed in v0.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants