I work with the Youtube Iframe API and when I try to use player.loadPlaylist({list: 'PLAYLIST_ID'}); or player.cuePlaylist({list: 'PLAYLIST_ID'}); the methods return the error Uncaught TypeError: Cannot read property 'tg' of null since yesterday.
A few days ago, the method cuePlaylist stopped trigger the "video cued event' as it is explains in the Youtube Iframe API documentation
Can anybody help me ?