-
Notifications
You must be signed in to change notification settings - Fork 137
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
TypeError: Cannot read property 'document' of null #3600
Comments
Hi @rodreiser, Thank for you reporting an issue and helping improve Kaltura! To get the fastest response time, and help the maintainers review and test your reported issues or suggestions, please ensure that your issue includes the following (please comment with more info if you have not included all this info in your original issue):
and paste the output.
For general troubleshooting see: If you only have a general question rather than a bug report, please close this issue and post at: Thank you in advance, |
Thanks @rodreiser - we're checking |
I'm also experiencing this issue |
me too :-( |
Hi @rodreiser , any update on this? This error is showing up frequently in our sentry logs |
The problem is occurring when i watch a second video in fullscreen mode. Here the Steps to reproduce this error:
At the moment when i enter in fullscreen mode from the second video, the error is thrown and when i leave fullscreen the error is thrown again.
if i choose a third video, when i enter in fullscreen mode 2 errors are thrown and when i leave more 2 erros.
And this cycle goes on, video after video, always increasing 1 error.
The place where i embed the player is a react component. The player is embed in componentDidMount LifeCicle:
and then when componentWillUnmount();
It appears that kWidget.destroy are not removing some listeners of enterfullscreen and leavefullscreen event.
Anyone have an idea of why this is happening?
We are using Kaltura SaaS
Thank you in advance
The text was updated successfully, but these errors were encountered: