webrtc / apprtc

appr.tc has been shutdown. Please use the Dockerfile to run your own test/dev instance.
BSD 3-Clause "New" or "Revised" License
4.16k stars 1.37k forks source link

DeadlineExceededError: Deadline exceeded while waiting for HTTP response from URL #763

Open gulshanb098 opened 1 year ago

gulshanb098 commented 1 year ago

https://i.stack.imgur.com/oRglO.png

Description The same configuration is working fine in cloud (using IP of cloud server). But, it is not working in any local ubuntu local setup (local server IP). Different scenarios I got in local server.

I tried to update the deadline time in apprtc.py (apprtc/src/app_engine/apprtc.py), but it is not working. urlfetch.set_default_fetch_deadline(45)

Steps to reproduce used the APPRTC endpoints at android to create calls. Setup the APPRTC server with collider and coturn at ubuntu local system.

Expected results Call drops should be eliminated.