Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

popcorn-complete.js:10218 Uncaught TypeError: Object #<HTMLObjectElement> has no method 'isMuted' #20

Closed
julien-duponchelle opened this issue Mar 25, 2012 · 5 comments

Comments

@julien-duponchelle
Copy link

Hi,

When i play youtube video i see this error message in the console.
popcorn-complete.js:10218 Uncaught TypeError: Object # has no method 'isMuted'

The line is 10218 of popcorn-complete.js file and the code:
if ( lastMuted !== options.youtubeObject.isMuted() ) {

Regards

@rwaldron
Copy link
Contributor

Thanks for the report! I've jus filed a bug for this

-Rick

On Sunday, March 25, 2012 at 7:37 AM, Julien Duponchelle wrote:

Hi,

When i play youtube video i see this error message in the console.
popcorn-complete.js:10218 Uncaught TypeError: Object # has no method 'isMuted'

The line is 10218 of popcorn-complete.js file and the code:
if ( lastMuted !== options.youtubeObject.isMuted() ) {

Regards


Reply to this email directly or view it on GitHub:
#20

@benrito
Copy link

benrito commented Mar 25, 2012

Hey Julien,

Thanks for the report. We're on it: http://webmademovies.lighthouseapp.com/projects/63272/tickets/989-youtube-htmlobjectelement-has-no-method-ismuted

-Ben

On Mar 25, 2012, at 4:37 AM, Julien Duponchelle wrote:

Hi,

When i play youtube video i see this error message in the console.
popcorn-complete.js:10218 Uncaught TypeError: Object # has no method 'isMuted'

The line is 10218 of popcorn-complete.js file and the code:
if ( lastMuted !== options.youtubeObject.isMuted() ) {

Regards


Reply to this email directly or view it on GitHub:
#20

@rwaldron
Copy link
Contributor

Julien,

Scott Downe is looking into this, can you reproduce the bug for us in a jsfiddle?

Use this as a starting point, all you need to do is click "fork" to get startedhttp://jsfiddle.net/rwaldron/A5aYV/

-Rick

On Sunday, March 25, 2012 at 12:34 PM, benrito wrote:

Hey Julien,

Thanks for the report. We're on it: http://webmademovies.lighthouseapp.com/projects/63272/tickets/989-youtube-htmlobjectelement-has-no-method-ismuted

-Ben

On Mar 25, 2012, at 4:37 AM, Julien Duponchelle wrote:

Hi,

When i play youtube video i see this error message in the console.
popcorn-complete.js:10218 Uncaught TypeError: Object # has no method 'isMuted'

The line is 10218 of popcorn-complete.js file and the code:
if ( lastMuted !== options.youtubeObject.isMuted() ) {

Regards


Reply to this email directly or view it on GitHub:
#20


Reply to this email directly or view it on GitHub:
#20 (comment)

@julien-duponchelle
Copy link
Author

Hmm i can't reproduce in jsfiddle, i will reopen an issue if i can isolate the bug.

@seanmdick
Copy link

I'm getting this error after replacing content with a new video + callback. It seems that onYoutubePlayerReady isn't being called for the second video.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants