I am trying to implement demo “Make phone calls from your browser, entirely in Python”
I done everything according to “Calling from your Browser using Twilio and Python”
But while testing it getting voice message “Sorry an application error has occured”
Doesn’t had clue where the error is and what it is
I can’t seem to see anything wrong with your app. Have you made sure you’ve set up everything correctly on the Twilio side? You should also be able to check your Twilio project’s debugging logs, which may point you in the right direction.
What have you entered on the Twilio console for the Request URL (step 3 of the tutorial)? I see there’s a typo in the article. It should say https://<my-anvil-app>.anvil.app/_/api/call-connected. (the // are missing in the article - I will fix that).
The URL should be in the format https://<my-anvil-app.anvil.app>/_/api/call-connected where <my-anvil-app.anvil.app> is replaced by the URL of your app. So in your case, e5qmbuuo34rg7y4p.anvil.app/6QSNVPWRV2JO5YCK7WL63KU3.
Ah because your app is private, it will be a little different. At the bottom of your server module in your app, there is a message that tells you the URL for HTTP endpoints. Please use that