-
Notifications
You must be signed in to change notification settings - Fork 524
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
{"message": "7/No match"} error on Android #300
Comments
ok) it's easy, just no match ) In my case It's not so applicable to drop recognition so fast and I Ignore this error and start recognition again.
works well, and I can wait for voice more then one minute, but with one issue, on each 6 seconds android play BIP sound |
Interesting work around. Any insights on why this might be throwing? |
Getting Same Issue. Any help? |
This did not solve the issue for me. |
Hey guys! Any solution for this issue? Thanks! |
Not working, getting same issue |
need help on this please. still getting this issues on some android |
getting the same issue |
Any updates on this issue . I am also facing same issue ? |
I used two refs and the onSpeechPartialResults and onSpeechEnd listeners:
|
@hkhamm it seems that onSpeechResult is called after onSpeechEnd.so at the time of onSpeechEnd we dont have result yet. |
This error occurs on Android when you start in parallel video recording with this library: |
iOS works seamlessly perfect but on android it throws such error. i put only console.log for every event so that you can see the logs more clearly.
and this is my start function with options:
any help will be appreciated, thank you
The text was updated successfully, but these errors were encountered: