team-telnyx / telnyx-webrtc-android

Telnyx Android WebRTC SDK - Enable real-time communication with WebRTC and Telnyx
MIT License
13 stars 2 forks source link

Socket is closed: null java.net.SocketTimeoutException: failed to connect to rtc.telnyx.com #63

Closed jayavinothmoorthy closed 2 years ago

jayavinothmoorthy commented 2 years ago

Connection issue.

2021-11-14 23:15:33.058 8444-8444/com.telnyx.webrtc D/MainActivity: FCM TOKEN RECEIVED: 2021-11-14 23:15:33.223 8444-8505/com.telnyx.webrtc D/FA: Connected to remote service 2021-11-14 23:15:33.223 8444-8505/com.telnyx.webrtc V/FA: Processing queued up service tasks: 7 2021-11-14 23:15:33.514 8444-8857/com.telnyx.webrtc I/Bugsnag: Request completed with code 202, message: Accepted, headers: {null=[HTTP/1.1 202 Accepted], Access-Control-Allow-Origin=[*], Alt-Svc=[clear], Content-Length=[21], Content-Type=[application/json], Date=[Sun, 14 Nov 2021 17:45:33 GMT], Via=[1.1 google], X-Android-Received-Millis=[1636911933512], X-Android-Response-Source=[NETWORK 202], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1636911933230]} 2021-11-14 23:15:33.515 8444-8857/com.telnyx.webrtc D/Bugsnag: Received request response: {"status":"accepted"} 2021-11-14 23:15:33.515 8444-8857/com.telnyx.webrtc I/Bugsnag: Session API request finished with status DELIVERED 2021-11-14 23:15:33.515 8444-8857/com.telnyx.webrtc D/Bugsnag: Sent 1 new session to Bugsnag 2021-11-14 23:15:37.943 8444-8849/com.telnyx.webrtc D/Bugsnag: App launch period marked as complete 2021-11-14 23:15:38.891 8444-8505/com.telnyx.webrtc V/FA: Inactivity, disconnecting from the service 2021-11-14 23:15:58.153 8444-8864/com.telnyx.webrtc I/TxSocket: Socket is closed: null java.net.SocketTimeoutException: failed to connect to rtc.telnyx.com/103.115.244.153 (port 14938) from /25.98.160.198 (port 42676) after 25000ms

Oliver-Zimmerman commented 2 years ago

Hi @jayavinothmoorthy, we were temporarily experiencing some backend issues during this time. They should be rectified now. Can you check and see if the issue still persists?

jayavinothmoorthy commented 2 years ago

@Oliver-Zimmerman Its working now. Great Thanks.