react-native-dialogflow icon indicating copy to clipboard operation
react-native-dialogflow copied to clipboard

Webhook call failed. Error: DEADLINE_EXCEEDED.

Open TanviVartak opened this issue 6 years ago • 2 comments

Hi, When I fire requestQuery API, the webhook failed with error "DEADLINE_EXCEEDED". In the firebase log, webhook was executed successfully within 1944ms with status code 200. webhook is not external webhook. react-native-dialogflow version 3.2.2 This error appears intermittently, any help is appreciated.

Thanks, Tanvi

TanviVartak avatar Jan 08 '20 06:01 TanviVartak

I face this issue as well. I don't really think is react-native-dialogflow's issue though, more like Dialogflow's webhook issue because I get the same error when I do testing with their test console.

Gabsys avatar Jan 22 '20 13:01 Gabsys

I face this issue as well. I don't really think is react-native-dialogflow's issue though, more like Dialogflow's webhook issue because I get the same error when I do testing with their test console.

In webhook's log, there is no error and it's execution status is 200. Also, it executes within timeout period. Any idea what causes this error or any ways to resolve it?

TanviVartak avatar Jan 27 '20 04:01 TanviVartak