-
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
Getting Error "7/No Match" #159
Comments
Hey i am also having the same error |
i am also having the same error |
To solve that problem you need to pass the following config to the .start method:
I think the RECOGNIZER_ENGINE is not necessary haha |
I am also having the same error! |
i am also getting same error. 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 |
yep, I get same err too. It is OK in fist time, and return an err in next time. I am using their example code and add this code but it still have err |
I'm facing the same issue. Did anyone find a solution to this? |
Hey guys! I am also having this issue! Does anyone have any solution for this? |
Getting same issue on android, |
Same issue. Either |
Mesmo problema, alguém achou a solução? |
try running on API level 30, I cant run it on 31 but working on API 30 |
@khaihoan2306 I'm on 30. Thanks for the possibility though, was worth taking a look (I forgot which I was on). It's not a certain thing; it's like 50/50 (successful recognition vs 5, 7, or 8). Where I left off last year, my hunch was that there's some sort of race condition on the assigned functions. Eg, recognize/start/stop competing; possibly if it picks up background noise against the speaker. |
I am facing the same issue , Does anyone find any solution |
I'm also facing the same issue. |
Any updates on this issue ? @imyagnesh |
Any updates? I just came across this issue as well |
Any updates? |
im also facing this issue |
Facing same issue here. |
i also facing the same issue |
be sure to have checked the "Virtual microphone uses hosta audio input" option, in Microphone options from the android emulator |
|
Any update? I have same error! |
Has no one been able to solve this issue? |
If you are using android emulator, make sure to tick Microphone => "Virtual microphone uses host audio input" which you can get by clicking "..." in Running Devices. If must work fine on real device. I was using emulator and for me checking "Virtual microphone uses host audio input" solved it. Although a lot of delay in detecting voice but was good enough to confirm that it works :-) |
bro you really solved my issue I just turned my microphone from emulator and all is good now . I was getting this error since yesterday : LOG speech error: {"error": {"message": "7/No match"}} |
has no one able to solve this error ! ;( |
I'm using real device and still i couldn't solve this issue PLEASE help someone. |
@lucadev22 do you know how to solve this problem in Android Real Device not emulator? |
Any solution for this issue?? |
Thanks a lot, it works! |
You're right. It works for me, thanks. |
Thanks, that worked for me |
After few seconds of start recording getting "7/No Match" Error. I have also tried with sample code and I am getting same error.
My React Native setup is as below
react": "^16.6.3",
"react-native": "^0.57.5",
"react-native-voice": "^0.2.6",
Attached Log details as well as snapshot.


The text was updated successfully, but these errors were encountered: