-
Notifications
You must be signed in to change notification settings - Fork 13
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: Class constructor Plugin cannot be invoked without 'new' #45
Comments
@alexkrycek thanks for filing this. I am already aware of the problem, i.e., as you I have tried and, unfortunately failed to make the plugin compatible with with video.js 8. As soon as I find time I will dig further. Suggestions and patches welcome, of course ;-) |
@alexkrycek - the problem is the build skeleton provided by generator-videojs-plugin. The 'raw' code itself works, as you can see here in a q&d demo. |
@alexkrycek - once the generator-videojs-plugin is compatible with v8 I will provide a v8 compatible sprite-thumbnails plugin. |
Thank you! I'm sorry, I've been without Internet access. |
@alexkrycek - I think I found a solution which works without an update for he wait for the plugin generator. The v8 demo uses it, if you want to have a look. |
Closed via 75a4e5c |
I'm using video.js 8.2.0, jQuery 3.6.4 and the most recent version of videojs-sprite-thumbnails. I'm receiving the following error message on Chrome, Brave and Edge:
This is my index.html:
My playersetup.js:
I can't figure out what I've done wrong. I'd appreciate any help. Thanks!
The text was updated successfully, but these errors were encountered: