-
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 'sdp') #100
Comments
I'm not the topic-starter, yet...
|
getting this too, any updates? |
Hello everyone. Apologies for the delay. We're not able to reproduce this internally, unfortunately. |
Seeing this as well. We can reproduce under the following conditions:
SPA React 17.0.1 |
Thanks for the repro steps @iamplo . I submitted an internal ticket to track this issue. |
I had the same issue following @iamplo steps with the last version, is there any fix coming? |
Thanks for the ping. It's currently in our roadmap but no accurate date yet. |
Should be fixed in 2.4.0 |
This error is still occurring with twilio-voice JS SDK version 2.4.0, same stack trace. |
Thanks @wjlroe . I see you submitted #163 . It might be a different repro steps than what @iamplo mentioned in the above comments. Let's address your issue in #163 |
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Expected behavior:
Not raising exceptions due to calling
sdp
on anull
value.Actual behavior:
Periodically, we get this exception raised by the voice-sdk:
Here is the backtrace:
We have seen this error twice in the last month, with a user base of ~400 users.
Software versions:
The text was updated successfully, but these errors were encountered: