-
Notifications
You must be signed in to change notification settings - Fork 262
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
Error: Unknown player. Probably unloaded. #688
Labels
bug
Something isn't working
Comments
This has been an issue for us for several months as well. +1 for a solution. |
I don't remember exactly how I solved it, but I think it was because I was reprocessing each video in a instance of the player. So I removed the |
+1 |
1 similar comment
+1 |
This bug should be fixed in |
stevenschmatz
added a commit
to stevenschmatz/react-vimeo
that referenced
this issue
Dec 3, 2021
Solves [this annoying bug](vimeo/player.js#688). Thanks 🙏
k-p-jones
added a commit
to k-p-jones/react-vimeo
that referenced
this issue
Apr 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a player, destroy the player and then create a new player with a new video and then go in fullscreen mode.
Fullscreen works, but it produces an annoying error in the console:
Error: Unknown player. Probably unloaded.
The text was updated successfully, but these errors were encountered: