voice icon indicating copy to clipboard operation
voice copied to clipboard

message : "203/Retry"

Open trustme217 opened this issue 7 years ago • 13 comments

I got an error when I call Voice.start('en') like this: error: 'message: "203/Retry"

I can't get the answer from your doc. And I can't make sure why it happens.

trustme217 avatar Feb 04 '18 05:02 trustme217

The error message is highly likely to be given by the native module. I recommend taking a look at the error code and message (203 and Retry) depending on the platform you are developing on. I doubt that there is anyone who can help only with this info here.

ohtangza avatar Feb 04 '18 06:02 ohtangza

RN: 0.45.1, node: 5.5.1, simulator, mac, xcode: 9.1 You mean, there is no way to solve this issue? I hope to get how can solve this issue.


as your doc, when I called the Voice.start(), I have to get null as a return if no error occurred. when I call the Voice.start(), I got the undefined result from that. Voice.start().then(res => console.log(res)) // return: undefined


trustme217 avatar Feb 05 '18 01:02 trustme217

I've noticed this too. Voice.start, Voice.cancel, and Voice.destroy return Promises always resolve to undefined (iOS).

dmwallace avatar Mar 03 '18 03:03 dmwallace

i have same error on iOS 11.2.5, any updates?

antofa avatar Mar 21 '18 16:03 antofa

up

maurovisintin avatar Apr 03 '18 15:04 maurovisintin

@ohtangza Has anyone looked into this further?

alexwasner avatar May 21 '18 20:05 alexwasner

@alexwasner Unfortunately, not for myself. I'm sorry that I don't have enough time to look deeper into this issue.

ohtangza avatar May 22 '18 00:05 ohtangza

I have the same problem

manishoo avatar Dec 13 '18 10:12 manishoo

@devstar217 Did you solved your problem?

lfoliveir4 avatar Dec 16 '19 12:12 lfoliveir4

Any solution for this?

elinahovakimyan avatar Jul 03 '20 14:07 elinahovakimyan

up

kirilgorbachov avatar Nov 30 '23 10:11 kirilgorbachov

Experiencing the same

nomoreboredom avatar Jan 10 '24 12:01 nomoreboredom

Has anyone found the solution? I’m getting the same error. onSpeechError: {"error": {"code": "recognition_fail", "message": "203/Retry"}}

dziekan30 avatar Mar 11 '24 15:03 dziekan30