• Hello
    Am always having the error below even when I have set a fallback video

    EmbedYoutubeLiveStreaming::__set_state(array( 'channelId' => 'XXXXXXXXX', 'API_Key' => 'XXXXXXXXXX', 'jsonResponse' => '{ "kind": "youtube#searchListResponse", "etag": "UBAOiXjvY0CZ7Ub9tJDO9bUtsU8", "regionCode": "US", "pageInfo": { "totalResults": 0, "resultsPerPage": 0 }, "items": [] } ', 'objectResponse' => (object) array( 'kind' => 'youtube#searchListResponse', 'etag' => 'UBAOiXjvY0CZ7Ub9tJDO9bUtsU8', 'regionCode' => 'US', 'pageInfo' => (object) array( 'totalResults' => 0, 'resultsPerPage' => 0, ), 'items' => array ( ), 'fromTransientCache' => true, ), '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' => 'false', 'embed_width' => '720', 'embed_height' => '480', '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', ))

    Please help

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author macbookandrew

    (@macbookandrew)

    @yasin84 do you see any other errors or descriptive text along with that?

    Thread Starter yasin84

    (@yasin84)

    Hello

    No descriptive text is displayed, I have enabled debug information but no additional information displayed apart from:

    EmbedYoutubeLiveStreaming::__set_state(array( ‘channelId’ => ‘UCtt2dTaGm13BmCLRI7uR4_w’, ‘API_Key’ => ‘AIzaSyCpQifeK7EmtGQ8vedv_kId25CsnJN17jU’, ‘jsonResponse’ => ‘{ “kind”: “youtube#searchListResponse”, “etag”: “UBAOiXjvY0CZ7Ub9tJDO9bUtsU8”, “regionCode”: “US”, “pageInfo”: { “totalResults”: 0, “resultsPerPage”: 0 }, “items”: [] } ‘, ‘objectResponse’ => (object) array( ‘kind’ => ‘youtube#searchListResponse’, ‘etag’ => ‘UBAOiXjvY0CZ7Ub9tJDO9bUtsU8’, ‘regionCode’ => ‘US’, ‘pageInfo’ => (object) array( ‘totalResults’ => 0, ‘resultsPerPage’ => 0, ), ‘items’ => array ( ), ‘fromTransientCache’ => true, ), ‘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’ => ‘false’, ’embed_width’ => ‘720’, ’embed_height’ => ‘480’, ‘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’, ))

    Plugin Author macbookandrew

    (@macbookandrew)

    Can you add a screenshot of the plugin settings, blocking out the API credentials?

    Thread Starter yasin84

    (@yasin84)

    Sure here is what i have in settings

    https://ibb.co/CmjfpYp

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Live video not displaying having error’ is closed to new replies.