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

Error: Unknown player. Probably unloaded. #244

Open
eliawk opened this issue May 18, 2023 · 7 comments
Open

Error: Unknown player. Probably unloaded. #244

eliawk opened this issue May 18, 2023 · 7 comments

Comments

@eliawk
Copy link

eliawk commented May 18, 2023

Sometimes I get this warning:

Schermata 2023-05-18 alle 14 45 53

Seems related to Vimeo itself:
vimeo/player.js#688

@LJNGDAHL
Copy link

LJNGDAHL commented May 19, 2023

Same here.

@telmogoncalves
Copy link

As long as the video loads you can use a quick hack until a fix comes out:

try {
  return <Vimeo video={id} />
} catch {
  // Empty
}

@Jairwin-L
Copy link

Jairwin-L commented Jun 8, 2023

+1

@statico
Copy link

statico commented Oct 16, 2023

We're seeing this as well. CC @sacenox

@madfcat
Copy link

madfcat commented Dec 7, 2023

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!

@ltechera
Copy link

I'm getting the same error. Has a fix come out for this?

@goto-bus-stop
Copy link
Member

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...

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

No branches or pull requests

8 participants