Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uncaught ReferenceError: ytcfg is not defined even though I won't use that as I am using yt player

I have been using the YouTube IFrame Player API without problem for months and started to see this exception recently when the player loads:

Uncaught ReferenceError: ytcfg is not defined when I see the console.

Also by this error my app crashes.

This question is already asked in Uncaught ReferenceError: ytcfg is not defined (also __ytRIL is not defined) - but there is not mention with that issue the site/app crashes.

The worth noting about that the same code worked properly on Android OS(app developed using cordova) but on the Other OS the app crashes.

How can I prevent this from crashing my app? Thanks in Advance.

like image 372
VIKAS KOHLI Avatar asked Nov 17 '16 17:11

VIKAS KOHLI


1 Answers

This is a Google API bug. You can see the bug confirmed here:

https://code.google.com/p/gdata-issues/issues/detail?can=2&start=0&num=100&q=&colspec=API%20ID%20Type%20Status%20Priority%20Stars%20Summary&groupby=&sort=&id=8668

like image 143
David Dehghan Avatar answered Nov 19 '22 09:11

David Dehghan