Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Error in IE, this.tech.isReady is null or not an object #225

Closed
umpirsky opened this issue Sep 13, 2012 · 10 comments
Closed

Error in IE, this.tech.isReady is null or not an object #225

umpirsky opened this issue Sep 13, 2012 · 10 comments

Comments

@umpirsky
Copy link

I'm getting this error in IE 6, 7 and 8.

Please check screenshot:

@Isammoc
Copy link

Isammoc commented Sep 13, 2012

Same as #210 ?

@umpirsky
Copy link
Author

Nope, I didn't call anything.

@umpirsky
Copy link
Author

Where is the latest video.js build on gihub?

@traedamatic
Copy link

Hey, i have the same problem with IE 8!

This is my code for the play action:

var VideoPlayer = _V_("teaser");
$('#btn-video').on('click',function(){
                    $('div#video-movie').show();                    
                    VideoPlayer.ready(function() { VideoPlayer.play(); } );
                });

@traedamatic
Copy link

In my case i could solve the problem with installing the Adobe Flash player ;)

1 similar comment
@fahimshani
Copy link

In my case i could solve the problem with installing the Adobe Flash player ;)

@mmcc
Copy link
Member

mmcc commented Oct 18, 2013

I can't replicate this with IE 8 and version 4, so I'm going to go ahead and close this. Feel free to comment if you're still able to reproduce so we can re-open the ticket.

@mmcc mmcc closed this as completed Oct 18, 2013
@mtjhax
Copy link

mtjhax commented Oct 31, 2013

I have an old computer with an old version of IE8 I keep around for testing, and I was able to reproduce this. Version 8.0.6001.18702 using video.js version 4.1 (the version contained in the Ruby Gem videojs_rails). Will update here if upgrading to 4.2.2 fixes anything. My assumption is that one of the IE8 service packs fixes the issue, but of course if I apply a service pack I won't be able to reproduce these twitchy problems anymore :)

@mtjhax
Copy link

mtjhax commented Oct 31, 2013

Updated to latest CDN version, made sure it was included in the <head>, still getting what I believe it the same error (it is minified, now says "h.aa is null or not an object" but it looks like the same code). Will need to try an IE8 that is patched (also IE8 compatibility mode in IE10+).

@heff
Copy link
Member

heff commented Nov 15, 2013

@mtjhax If you can narrow down the issue and reproduce it, open another issue. The code referred to in this specific issue was fixed.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 28, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants