voice icon indicating copy to clipboard operation
voice copied to clipboard

Error: "8/RecognitionService busy"

Open afacar opened this issue 6 years ago • 8 comments
trafficstars

I was testing the library and it was workin fine but suddenly it started giving this error all the time:

"8/RecognitionService busy"

Any help or explanation is appreciated!

afacar avatar Nov 26 '18 15:11 afacar

Same issue with the example given. Any suggestions?

subhendukundu avatar May 28 '19 11:05 subhendukundu

same issue

nileshprajapati007444 avatar Jun 17 '19 06:06 nileshprajapati007444

same

mammad2c avatar Jun 23 '19 11:06 mammad2c

SAME

TallesPacheco avatar Jul 12 '19 14:07 TallesPacheco

Sometimes I am getting the same issue on Android after starting and stopping recognition many times

teslavitas avatar Sep 25 '19 07:09 teslavitas

Sometimes I am getting the same issue on Android after starting and stopping recognition many times

Same problem

herio avatar Feb 11 '20 19:02 herio

Try creating a function like this: const destroyVoiceInstance = () => { Voice.stop(); Voice.destroy(); Voice.removeAllListeners(); }

And invoke this on:

  1. ComponentWillUnmount
  2. Voice.onSpeechError function handler

This seems to have solved my problem by destroying Voice's instantiated instance.

If your problem gets fixed from this then do let me know so that even I am assured that this the correct solution.

isrijanrana avatar Feb 13 '20 18:02 isrijanrana

I'm also facing the same issue is there anyone solve this issue.

Jestinxavier avatar Jun 03 '24 05:06 Jestinxavier