Voice: Getting Error "7/No Match"

Created on 22 Feb 2019  路  10Comments  路  Source: react-native-voice/voice

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.
screenshot 2019-02-22 at 1 25 40 pm
screenshot_20190222-132222_get engaged

Most helpful comment

i am also having the same error

All 10 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:

Voice.start('es_US', {
  "RECOGNIZER_ENGINE": "GOOGLE",
   "EXTRA_PARTIAL_RESULTS": true
})

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.

[Tue Mar 02 2021 14:24:26.978]  LOG      services:  ["com.google.android.googlequicksearchbox"]
[Tue Mar 02 2021 14:24:28.464]  LOG      onSpeechStart:  {"error": false}
[Tue Mar 02 2021 14:24:28.578]  LOG      onSpeechVolumeChanged:  {"value": -2}
[Tue Mar 02 2021 14:24:28.817]  LOG      onSpeechVolumeChanged:  {"value": -0.440000057220459}
[Tue Mar 02 2021 14:24:28.849]  LOG      onSpeechVolumeChanged:  {"value": -2}
[Tue Mar 02 2021 14:24:29.360]  LOG      onSpeechVolumeChanged:  {"value": 1.119999885559082}
[Tue Mar 02 2021 14:24:29.710]  LOG      onSpeechVolumeChanged:  {"value": 0.039999961853027344}
[Tue Mar 02 2021 14:24:29.800]  LOG      onSpeechVolumeChanged:  {"value": 0.7599999904632568}
[Tue Mar 02 2021 14:24:29.104]  LOG      onSpeechVolumeChanged:  {"value": -0.440000057220459}
[Tue Mar 02 2021 14:24:29.113]  LOG      onSpeechVolumeChanged:  {"value": 0.8799998760223389}
[Tue Mar 02 2021 14:24:29.210]  LOG      onSpeechVolumeChanged:  {"value": 0.16000008583068848}
[Tue Mar 02 2021 14:24:29.212]  LOG      onSpeechVolumeChanged:  {"value": 1}
[Tue Mar 02 2021 14:24:29.212]  LOG      onSpeechVolumeChanged:  {"value": 10}
[Tue Mar 02 2021 14:24:29.469]  LOG      onSpeechVolumeChanged:  {"value": -2}
[Tue Mar 02 2021 14:24:33.729]  LOG      onSpeechError:  {"error": {"message": "7/No match"}}

and this is my start function with options:

        Voice.start('en-US', {
          RECOGNIZER_ENGINE: 'services',
          EXTRA_PARTIAL_RESULTS: true,
        })

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
Voice.start('es_US', {
"RECOGNIZER_ENGINE": "GOOGLE",
"EXTRA_PARTIAL_RESULTS": true
})

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,
Not working

Same issue. Either 5/Client side error or 7/No match, very frequent and I can't spot a pattern. Sometimes it will try to listen for a bit, other times it will be immediate on Voice.start()

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AlkanV picture AlkanV  路  7Comments

alvaro1728 picture alvaro1728  路  3Comments

alvaro1728 picture alvaro1728  路  5Comments

tiennguyen9988 picture tiennguyen9988  路  5Comments

vaibhgupta09 picture vaibhgupta09  路  4Comments