-
Notifications
You must be signed in to change notification settings - Fork 64
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. #244
Comments
Same here. |
As long as the video loads you can use a quick hack until a fix comes out: try {
return <Vimeo video={id} />
} catch {
// Empty
} |
+1 |
We're seeing this as well. CC @sacenox |
I am getting the same error! onReady did not help at all. |
I'm getting the same error. Has a fix come out for this? |
Someone would have to reproduce this and get to the root cause before it can be fixed 😇 I'm not sure what the underlying problem is. It seems like maybe, an event comes in from the vimeo iframe after the player is supposed to be unmounted? That's just a guess... |
My video loads in, but throwing an runtime error isn't this the same issue player.js faced some years ago? |
Sometimes I get this warning:
Seems related to Vimeo itself:
vimeo/player.js#688
The text was updated successfully, but these errors were encountered: