question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

yet another Uncaught Error: plugin "record" does not exist

See original GitHub issue

Description

I have been trying to setup videojs-record on a rails setup with rails webpacker and always run into the error Uncaught Error: plugin "record" does not exist I went trough the related closed issues and that did not solved the problem, hence i am here requesting some input on how to solve it

Steps to reproduce

So without being very familiar with codesandbox i managed to setup one with the bare minimum as per the videojs webpack wiki entry https://github.com/collab-project/videojs-record/wiki/Webpack

The sandbox can be found here https://codesandbox.io/s/unruffled-dream-lkcvp

Results

Expected

Should create one instance of videojs with the videojs-record plugin

Actual

Always bump into the error Uncaught Error: plugin "record" does not exist Please open the browser console to see the error

Error output

Uncaught Error: plugin "record" does not exist

Additional Information

The versions of the plugins can be found on the codesandbox link

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
thijstriemstracommented, Apr 1, 2020

npm install videojs-record installs video.js 7.7.5 so this is basically working. If it breaks with 7.7.6 (pre-release for now) and that is actually released, I’ll reopen this.

0reactions
thijstriemstracommented, Aug 17, 2020

I’m not sure if I should open a new issue though

@Kulgar please do.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Uncaught Error: plugin "record" does not exist #398 - GitHub
Description I'm running into an issue that others have run into: Uncaught Error: plugin "record" does not exist I read through other issues ......
Read more >
Angular 6 videojs-record results in runtime error - Stack Overflow
videojs fails with the following error. ERROR Error: plugin "record" does not exist at Player.<anonymous> (video.
Read more >
Loading a videojs plugin (videojs-record) : Elgg.org
Everytime Im getting the error: 'Uncaught Error: plugin "record" does not exist'. Checking the network, the plugin and all dependencies are ...
Read more >
Troubleshooting AWS CLI errors - AWS Command Line Interface
General troubleshooting to try first. If you receive an error or encounter an issue with the AWS CLI, we suggest the following general...
Read more >
MariaDB Error Codes
MariaDB shares error codes with MySQL, as well as adding a number of new error codes specific to MariaDB. An example of an...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found