twilio / voice-quickstart-ios

Twilio Voice Quickstart for iOS with Swift
MIT License
183 stars 97 forks source link

request time out #18

Closed jaenelleisidro closed 7 years ago

jaenelleisidro commented 7 years ago

Hi,

im trying to make twillio phone call work but after receiving token it says request timed out

can you take a look and see why? http://stackoverflow.com/questions/42985353/twilio-request-timeout

thanks, Jay

bobiechen-twilio commented 7 years ago

Hi @jaenelleisidro

Bobie here from the Voice SDK team. I am sorry that you are seeing the 408 (timeout) response. This is usually caused due to local network reachability issue and unfortunately there isn't much the SDK can do. Could you provide us a copy of you access token string? Also does this timeout failure happen all the time or once in a while?

Thanks.

jaenelleisidro commented 7 years ago

Hi Bobie,

I already figured out the cause, its about the url of the python backend changed when ngrok started.

now im encountering a different issue. ill gonna file a new issue and close this.

thanks!