Live Stream embed stopped working
-
Hi,
A few weeks ago my live stream embed just stopped working, I have been using this plugin for about a year now with no issues. I have checked my API key and it is still accepting requests and is not showing any errors in the Google developer console.My WordPress version is: 4.9.11.
Here is my debug code, I have removed the API key and channel ID:
<!– YouTube Live debugging:
EmbedYoutubeLiveStreaming::__set_state(array(
‘channelId’ => ”,
‘API_Key’ => ”,
‘jsonResponse’ => ‘{
“kind”: “youtube#searchListResponse”,
“etag”: “\\”p4VTdlkQv3HQeTEaXgvLePAydmU/-f6JA5_OcXz2RWuH1mpAA2_9mM8\\””,
“regionCode”: “US”,
“pageInfo”: {
“totalResults”: 0,
“resultsPerPage”: 5
},
“items”: []
}
‘,
‘objectResponse’ =>
stdClass::__set_state(array(
‘kind’ => ‘youtube#searchListResponse’,
‘etag’ => ‘”p4VTdlkQv3HQeTEaXgvLePAydmU/-f6JA5_OcXz2RWuH1mpAA2_9mM8″‘,
‘regionCode’ => ‘US’,
‘pageInfo’ =>
stdClass::__set_state(array(
‘totalResults’ => 0,
‘resultsPerPage’ => 5,
)),
‘items’ =>
array (
),
)),
‘arrayResponse’ => NULL,
‘errorMessage’ => NULL,
‘errorArray’ => NULL,
‘isLive’ => NULL,
‘queryData’ => NULL,
‘getAddress’ => ‘https://www.googleapis.com/youtube/v3/’,
‘getQuery’ => NULL,
‘queryString’ => NULL,
‘part’ => ‘id,snippet’,
‘eventType’ => ‘live’,
‘type’ => ‘video’,
‘subdomain’ => ‘www’,
‘default_embed_width’ => ‘560’,
‘default_embed_height’ => ‘315’,
‘default_ratio’ => 1.77777777777777767909128669998608529567718505859375,
’embed_code’ => NULL,
’embed_autoplay’ => ‘true’,
’embed_width’ => ‘720’,
’embed_height’ => ‘495’,
‘show_related’ => ‘false’,
‘live_video_id’ => NULL,
‘live_video_title’ => NULL,
‘live_video_description’ => NULL,
‘live_video_publishedAt’ => NULL,
‘live_video_thumb_default’ => NULL,
‘live_video_thumb_medium’ => NULL,
‘live_video_thumb_high’ => NULL,
‘resource_type’ => ‘live’,
‘uploads_id’ => NULL,
‘channel_title’ => NULL,
‘completed_video_id’ => ”,
‘resource’ => ‘search’,
))
–>
- The topic ‘Live Stream embed stopped working’ is closed to new replies.