-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
twilio connection error reason through preflight #1622
Comments
Thank you for your feedback @morninng, Can you share more about how you blocked twilio IP addresses? I will try to see if we can detect such case and return a better errorcode. |
Hi @makarandp0 we have blocked Media server ipaddresses listed here these are blocked by firewall |
Hi, I am also facing an issue regarding error reason on preflight, in my case always is displaying an error and the message is 'remote', but didn't find any further information on what could that be related? |
Hey @eroidaaruqaj, Thank you for your feedback, Can you share console log from the preflight call? We got some good feedback about error cases and will definitely update the API to report better errors and also to include the preflight report in error cases. |
The error message by disconnecting to internet would be "Timed out waiting for : wait for tracks to start". I want to test other test case, how can I do? |
Hey @makarandp0, thanks for your reply! My implementation is below:
The logs are as shown:
Also if it helps, I am on windows machine, and tried both on Chrome and Firefox. |
Please check out 2.20.0 release. |
I wan to know the reason of failure after peflight test has finished.
I have created twilio preflight feature and tested by blocking twilio IP address.I was expected that I can get a reason of failure from twilio but preflightTest.on('failed') just return {} and do not get any info.
For the purpose to show the reason of error on the screen and investigation of client environment, it is better why that preflight test has failed
Quote of release note
These errors are listed on the guide, and I expect these errors from preflightTest.on('failed'), but I have no way to check it., because I cannot reproduce error. Can you tell me whether I can get these errors when the error really happen?
my code
logs when connection failed
logs when connection succeed
I think it is better to show the report on failure case similar to complete case
The text was updated successfully, but these errors were encountered: