-
Notifications
You must be signed in to change notification settings - Fork 55
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
[BUG] TypeError: Cannot read properties of null (reading 'getSDP') #163
Comments
Thanks for submitting @wjlroe . As mentioned in #100, we cannot reproduce this anymore using the steps in #100. While we can simply do a check to not throw an error if getSDP is undefined, it doesn't fix the underlying problem. Do you by any chance able to reproduce using our quickstart? Or can you enable debug mode and grab some logs whenever this issue happens? |
@charliesantos some ways our team managed to reproduce is:
During an
|
@nemes-zoltan this is helpful, thank you. I'll create an internal ticket to track this with your repro steps. |
Is there any update on this? We're now also running into this issue while trying to follow the recommendation here for updating the device token.
When updating the token on the This is happening on |
@Greg-Rose no updates yet but this is in our radar. Are your repro steps same as what was mentioned here? |
Yes, the repro steps are the same. |
I get this error every time I update the device token using |
+1, we are also seeing these errors. The status of the calls result in "no-answer". TypeError: Cannot read properties of null (reading 'getSDP') |
Thanks @Shivamp629 @aburkowsky9 for reaching out. This has been put higher in priority and will be part of the next round of bug fixes. |
fixed in 2.7.3 |
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Expected behavior:
Not calling
getSDP
on a null valueActual behavior:
Periodically, we get this exception raised by twilio-voice:
Here is the backtrace:
We see this error between 1-5 times a day, with a userbase of ~400 users.
This is the same error as #98 but with an updated backtrace that's relevant to the current twilio-voice JS SDK version.
Software versions:
The text was updated successfully, but these errors were encountered: