Skip to content
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

Super expression must either be null or a function, not undefined #117

Open
skykep opened this issue Jul 29, 2020 · 1 comment
Open

Super expression must either be null or a function, not undefined #117

skykep opened this issue Jul 29, 2020 · 1 comment

Comments

@skykep
Copy link

skykep commented Jul 29, 2020

When trying to load the RTMP plugin in Chrome 84 (64-bit), we get this error.
This is strictly calling the plugin in the userscript. (not trying to use it, yet)

@GiovanniMounir
Copy link

GiovanniMounir commented Oct 30, 2020

Getting the same error here when trying to use rtmp.min.js with the latest clappr.min.js from https://github.com/clappr/clappr/blob/dev/dist/clappr.min.js

Uncaught TypeError: Super expression must either be null or a function, not undefined

Edit: I was able to get it working with this version of Clappr:

https://raw.githubusercontent.com/clappr/clappr/fdedf8152e056cb719b519a99afeae1df6f7ab47/dist/clappr.min.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants