Error: Unknown player. Probably unloaded.
Sometimes I get this warning:
Seems related to Vimeo itself: https://github.com/vimeo/player.js/issues/688
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. UPDATE: I am using ReactPlayer (react-player) for now. I had to use useEffect and use state to solve the hydration error in Next.js though. Cheers!
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...