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

Getting InvalidStateError in Firefox #344

Closed
alacayo opened this issue Nov 8, 2018 · 11 comments
Closed

Getting InvalidStateError in Firefox #344

alacayo opened this issue Nov 8, 2018 · 11 comments
Assignees
Labels
bug Something isn't working

Comments

@alacayo
Copy link

alacayo commented Nov 8, 2018

I'm all the sudden getting the following error in Firefox only: InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable

The video still plays and the error does not appear to break anything.

Any idea how to fix this?

Here is my code:

	<div id="vimeo-player" class="embed-responsive embed-responsive-16by9"></div>

	var options = {
	    id: '299316195'
	};

	new Vimeo('vimeo-player', options);
@bartclaeys
Copy link

Also having this problem....

@irahsu
Copy link

irahsu commented Nov 15, 2018

We are also. Same problem, same symptoms.

@natedunn
Copy link

Yep. Just getting this.

@wpchannel
Copy link

wpchannel commented Nov 20, 2018

Same here, FF 63

@doncabreraphone
Copy link

Same here, same problem.

@kkuziel
Copy link

kkuziel commented Nov 22, 2018

Also having this problem...

@reckoner165
Copy link
Contributor

@alacayo I tried your code snippet here and was unable to reproduce the error on Firefox 62 and 63.
Can you please provide an example instance (either a webpage or jsfiddle) where you encounter this error?

@laurens94
Copy link

Same problem with FF 63.0.3 (64-bit)

@laurens94
Copy link

@alacayo I tried your code snippet here and was unable to reproduce the error on Firefox 62 and 63.
Can you please provide an example instance (either a webpage or jsfiddle) where you encounter this error?

When browsing to the code snippet you provided, I also got the same error in the console..

@luwes luwes added the bug Something isn't working label Dec 3, 2018
@reckoner165
Copy link
Contributor

Thanks!
This is seems like Firefox not properly handling function calls to the video element when readyState is 0.

We pushed a patch to prevent this from happening in the latest build. You should not see the error anymore.

@digitalheir
Copy link

Still happening for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests