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

Fix Odd Bug #40

Closed
hchiam opened this issue Dec 19, 2019 · 0 comments
Closed

Fix Odd Bug #40

hchiam opened this issue Dec 19, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@hchiam
Copy link
Owner

hchiam commented Dec 19, 2019

Apparently the mic is sometimes still on with no prompt when the user says "nothing" or "no".

From feedback: (not sure if this is the good/bad example)

  • Action: What's the secret word?
  • User: Nothing
  • Action: Code Tutor version 4, signing out. Come again for updates.
  • Code Tutor left the conversation

Or:

  • Action: What's the secret word?
  • User: No
  • Action: Code Tutor version 4, signing out. Come again for updates.
  • Code Tutor left the conversation

Things to check:

  • does the secret word request actually respond with nothing and still is listening to "nothing"/"no"? (might be timing bug, not my code's problem)
  • otherwise, if it responds with "Code Tutor version 4, signing out. Come again for updates.", then that is intended. but if the mic is still on, then check if it properly exits. might need to set custom js fulfillment code to exit.
  • are there other intents that are listening for "nothing"/"no"?
  • if it does properly exit (i.e. with message and with mic off), then get more info/feedback
@hchiam hchiam added the bug Something isn't working label Dec 19, 2019
@hchiam hchiam self-assigned this Dec 19, 2019
@hchiam hchiam pinned this issue Dec 19, 2019
@hchiam hchiam closed this as completed in 6ccfdaa Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant