twilio / voice-quickstart-android

Quickstart app for the Voice Android SDK
https://www.twilio.com/docs/api/voice-sdk/android/getting-started
MIT License
184 stars 140 forks source link

Failed to connect to eventgw.twilio.com/0.0.0.0:443 #521

Closed Nikunjapporio closed 2 years ago

Nikunjapporio commented 2 years ago

Before filing an issue please check that the issue is not already addressed by the following:

Please ensure that you are not sharing any Personally Identifiable Information(PII) or sensitive account information (API keys, credentials, etc.) when reporting an issue.

Description

E/EventPublisher: java.net.ConnectException: Failed to connect to eventgw.twilio.com/0.0.0.0:443 D/CustomDeviceActivity: Connect failure E/CustomDeviceActivity: Call Error: 31404, Not Found

Steps to Reproduce

  1. [Step one]
  2. [Step two]
  3. [Insert as many steps as needed]

Code

// Code that helps reproduce the issue

Expected Behavior

[What you expect to happen]

Actual Behavior

[What actually happens]

Reproduces How Often

[What percentage of the time does it reproduce?]

Twilio Call SID(s)

You can find the Call SID in the SDK using Call.getSid() or CallInvite.getCallSid(). The Call SID can also be found on the Twilio Calls Console: https://www.twilio.com/console/voice/calls/logs.

Logs

// Log output when the issue occurs

Versions

All relevant version information for the issue.

Voice Android SDK

[e.g. 2.0.0-beta14]

OS Version

11 [e.g. Android 7.1.2]

Device Model

[e.g. Nexus 6p]

kbagchiGWC commented 2 years ago

@Nikunjapporio

There was an old issue created in the past https://github.com/twilio/voice-quickstart-android/issues/278, make sure you have everything setup as suggested here.

kbagchiGWC commented 2 years ago

Closing the issue due to inactivity.