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

Reproducing video.js 7 + mux data error when closing player #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

petetan
Copy link

@petetan petetan commented Nov 4, 2020

This error is intermittent but happens the majority of the time I load the player. It appears that interacting with the player, mainly scrubbing forward triggers this.

My environment:

Browser: Version 86.0.4240.111 (Official Build) (x86_64)
OS: macOS Catalina 10.15.5

Steps to Reproduce:

  1. Click the "Mount" button
  2. Play the video
  3. Click on the progress bar to scrub forward
  4. Let the video continue to play from it's new position for a few seconds
  5. Click the "Navigate to Page Two" button
  6. Observe error in developer console
[mux] A monitor for `vjs_video_4513` has not been initialized. 
    at HotExportedHome (eval at ES6ProxyComponentFactory (http://localhost:8001/commons.js:1:1), <anonymous>:14:7)
    at PageRenderer (eval at ES6ProxyComponentFactory (http://localhost:8001/commons.js:1:1), <anonymous>:14:7)
    at PageQueryStore (eval at ES6ProxyComponentFactory (http://localhost:8001/commons.js:1:1), <anonymous>:14:7)
    at RouteHandler
    at div

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

Successfully merging this pull request may close these issues.

1 participant