Mysteriously. The past days the functionality of my application has been declining. First I started getting errors when modifying playlists. Now the JavaScript API got bricked.
It's my homebrewed YouTube player: You-Fi (I've been at the web console for the past hours)
(You might want to see the function I use to get the player from their servers.)
As of a few hours ago it stopped working completely. It seems Google is doing changes or the browser security on cross page interchange has been tightened. And I can't seem to find ANY news on this.
It seems that the player object instance that the new YT.Player()
constructor supplies, has completely changed. It's like it's been minified or something. The documentation doesn't seem to have noticed the changes...
I'm completely at a loss here. What's going on?