GoogleCloudPlatform / dialogflow-integrations

Dialogflow integrations with multiple platforms including KIK, Skype, Spark, Twlio, Twitter and Viber
https://cloud.google.com/dialogflow/
Apache License 2.0
256 stars 503 forks source link

Twilio deployed successfully but URL not Responding #15

Closed diamondobama closed 4 years ago

diamondobama commented 4 years ago

Following the steps in the ReadMe doc, I managed to deploy Twilio integration and I received:

Service [dialogflow-twilio] revision [dialogflow-twilio-00001-fiy] has been deployed and is serving 100 percent of traffic at https://dialogflow-twilio-xxxxxxxxxxx-uc.a.run.app

but the URL generated is not responding and when I pinged it I got Service Unavailable response.

When I checked the Log on Cloud Run, I could see:

2020-02-04T09:37:11.169611ZPOST503556 B127.7 sTwilioProxy/1.1 https://dialogflow-twilio-xxxxxxxxxxx-uc.a.run.app/ The request failed because the HTTP connection to the instance had an error.

diamondobama commented 4 years ago

I had an error in one of the steps. I misspell the GOOGLE_APPLICATION_CREDENTIALS file name.

Everything works fine after fixing the above.