Youtube iframe API加载或提示播放列表失败

Youtube iframe API fails load or cue playlist

本文关键字:提示 播放列表 失败 加载 iframe API Youtube      更新时间:2023-09-26

我使用Youtube Iframe API,当我尝试使用player.loadPlaylist({list: 'PLAYLIST_ID'});player.cuePlaylist({list: 'PLAYLIST_ID'});时,方法从昨天起返回错误Uncaught TypeError: Cannot read property 'tg' of null

几天前,方法cuePlaylist停止触发"视频提示事件",如Youtube Iframe API文档中所述

有人能帮我吗?

我刚刚通过调用修复了它

player.playVideoAt(0);

调用loadPlayList(...)