Voice: message : "203/Retry"

Created on 4 Feb 2018  路  10Comments  路  Source: react-native-voice/voice

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.

Most helpful comment

i have same error on iOS 11.2.5, any updates?

All 10 comments

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.

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


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

i have same error on iOS 11.2.5, any updates?

up

@ohtangza Has anyone looked into this further?

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

I have the same problem

@devstar217 Did you solved your problem?

Any solution for this?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alvaro1728 picture alvaro1728  路  3Comments

dohvis picture dohvis  路  7Comments

MrHazimAli picture MrHazimAli  路  7Comments

AlkanV picture AlkanV  路  7Comments

tiennguyen9988 picture tiennguyen9988  路  5Comments