-
Notifications
You must be signed in to change notification settings - Fork 29
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
initializing with video js options is not working #121
Comments
I digged deeper and found out that the error content html is build properly. something went wrong after using seams to be a race condition with: so errors plugin fills the dialog and dialog refills it on open with empty content o_0 |
adding |
this may be that videojs-errors expects the player to be created when it is initialized and so initializing it via options is too early for it. We probably should guard against that. |
So now I'm sure that it's a race condition between the They simply change order when errrors-plugin is invoked later by
but with options init, these handlers change order and the custom error modal gets overriden. |
ping @gkatsev |
any plans to fix this? |
some update? |
Description
plugin initializing with video js options is not working.
Steps to reproduce
just do:
Results
Expected
custom error should be visible
Actual
error screen appears empty (except a white X)
Error output
Additional Information
videojs
6.8
errors plugin
4.1
The text was updated successfully, but these errors were encountered: