TwilioDevEd / clicktocall-node

Node.js Click To Call Demo
https://www.twilio.com/docs/voice/sdks/javascript/get-started
MIT License
38 stars 41 forks source link

Getting Error 21205 #19

Open twilio-akiramoto opened 4 years ago

twilio-akiramoto commented 4 years ago

Hi, I cloned this project and I am getting this error: localhost:3000 says {"readyState":4,"responseText":"{\"status\":400,\"code\":21205,\"moreInfo\":\"https://www.twilio.com/docs/errors/21205\"}","responseJSON":{"status":400,"code":21205,"moreInfo":"https://www.twilio.com/docs/errors/21205"},"status":500,"statusText":"Internal Server Error"} I double checked ngrok and it is fwding on port 3000:

Session Status online
Account Twilio (Plan: Twilio)
Version 2.3.35
Region United States (us)
Web Interface http://127.0.0.1:4040
Forwarding http://1668b3b4.ngrok.io -> http://localhost:3000
Forwarding https://1668b3b4.ngrok.io -> http://localhost:3000

Connections ttl opn rt1 rt5 p50 p90
0 0 0.00 0.00 0.00 0.00

How can I troubleshoot further this issue?

Thanks! Al

michellewatts20000 commented 3 years ago

I have the same issue!