voice
voice copied to clipboard
message : "203/Retry"
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.
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?
up
Experiencing the same
Has anyone found the solution? I’m getting the same error. onSpeechError: {"error": {"code": "recognition_fail", "message": "203/Retry"}}