XF2 [8WR] XenMedio 2 (Media) PRO

XF2 [8WR] XenMedio 2 (Media) PRO [Paid] 2.1.1.5

No permission to buy ($40.00)
YouTube is still working for us; the last video somebody posted on our forum was just over 15 hours ago, and thumbnails are also still working fine for us.
I notice our YT service embed HTML is still the older non-GDPR version for us, so that might be the difference.

EDIT:
For reference, the older YT service embed HTML:
Code:
<iframe id="ytplayer" width="100%" height="100%" scrolling="no" frameborder="0" allowfullscreen src="//www.youtube.com/embed/{sval1}?autoplay={ap10}&fs=1&rel=0&enablejsapi=1"></iframe>
 
There is no way it queries that many times a day...

Also, how can you have 163,539 queries in a single day... and yet, have ZERO queries in a 100 second period?
 
Last edited:
Also, how can you have 163,539 queries in a single day... and yet, have ZERO queries in a 100 second period?
Where are you getting zero from? The reading for the 100 second period is 60.205. A more complete picture is as follows:

Queries per day:
1587861375422.webp

Queries per 100 sec:
1587861409821.webp

Anyway, I'm really perplexed as to how/why I'm generating this many queries over the YouTube Data API v3, since the only add-ons that use them are Rio and Medio. I've even temporarily disabled the YouTube service on Rio (streams), thinking that YouTube's Gaming API might be the cause, but that's had no effect.

If I look further into the YouTube Data API v3 Metrics page, over a 30d period I see the following:
1587862101822.webp

Any ideas on how to determine what's generating all these queries?
 
Well Medio doesn't use search, Rio does. So I'll look into it with Rio.
FWIW, the XenRio streams scrape cron entry is running every 7 minutes and even though I've disabled the YouTube service, something is still generating all these queries. Embedded YouTube videos in forum posts don't use the API indirectly, do they?
 
FWIW, the XenRio streams scrape cron entry is running every 7 minutes and even though I've disabled the YouTube service, something is still generating all these queries.
Just to follow-up, apparently disabling the service does put an end to all those queries. In the previous graphs, data was being shown for the past 30 days, but you could see the most recent data zero'ing out. If we just look at the last 7 days:

1588027807478.webp

You can see there have been zero queries generated for a few days now. So, I just wanted to confirm that these queries were being generated from my XenRio's YouTube service, and not XenMedio. As such, I won't continue this topic in this thread.
 
Just to follow-up, apparently disabling the service does put an end to all those queries. In the previous graphs, data was being shown for the past 30 days, but you could see the most recent data zero'ing out. If we just look at the last 7 days:

View attachment 223527

You can see there have been zero queries generated for a few days now. So, I just wanted to confirm that these queries were being generated from my XenRio's YouTube service, and not XenMedio. As such, I won't continue this topic in this thread.
I've looked into it. Apparently, YouTube now puts the youtube.search.list endpoint at a quota cost of 100 per search. And since YouTube got rid of the ability to search for live streams based on what games they are playing, we must now search by specific channels. And the API does not allow you to search for multiple channels at once, so we must do each channel one by one.

So if you have ONE youtube channel, and you are scanning every 10 minutes, that means 14,400 as a quota cost in a single day. If you have TWO channels, thats 28,800... etc. I recommend disabling YouTube on XenRio for now.
 
Last edited:
Having a problem myself. Every video I submit for my library, I get the error code 'Video unavailable' - Any ideas? @Jaxel

I checked restrictions for the video - There aren't any :/

Thank you

pCapture.webp
 
There is definitely a restriction; or you edited the embed codes and made a mistake. It got all the other information from the video, there is no way it didn't get the ID of the video.
 
There is definitely a restriction; or you edited the embed codes and made a mistake. It got all the other information from the video, there is no way it didn't get the ID of the video.
I changed the embed code after I discovered that it wasn't working to the old non-gdpr compliant one just in case it was that. The following YouTube videos are the ones I've tried -

Code:
https://youtu.be/Z6GuC9a2v9E
https://youtu.be/4iLKkBNez04
https://youtu.be/TuSgzaTasos
https://youtu.be/9shByOh8fVE
https://youtu.be/2qTHf4anw2E

Every single one produces the same result. This is my current embed code -

Code:
<iframe id="ytplayer" width="100%" height="100%" scrolling="no" frameborder="0" allowfullscreen src="//www.youtube.com/embed/{sval1}?autoplay={ap10}&fs=1&rel=0&enablejsapi=1"></iframe>
 
Code:
A cookie associated with a cross-site resource at http://youtube.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
index.php?ewr-medio/smooth-criminal-swg-full-extended-remix-michael-jackson-bad.6/:1 A cookie associated with a cross-site resource at https://youtube.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
2DevTools failed to load SourceMap: Could not load content for chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/sourcemaps/onloadwff.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for chrome-extension://eoolfmmapnkhandljfaaofncecfakljd/dist/index.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
 
I managed to resolve my issue with videos not playing - Now, (first time trying) - It doesn't let me add/submit YouTube Playlists.

I get the message -

Oops! We ran into some problems.
An error occurred while connecting with YouTube. Please try again later.

I don't get this message when adding single YT videos. Nothing has been changed in the YouTube service. API key remains the same. Any ideas? Stuck! :)
 
I managed to resolve my issue with videos not playing - Now, (first time trying) - It doesn't let me add/submit YouTube Playlists.

I get the message -

Oops! We ran into some problems.
An error occurred while connecting with YouTube. Please try again later.

I don't get this message when adding single YT videos. Nothing has been changed in the YouTube service. API key remains the same. Any ideas? Stuck! :)


Yes, this is an issue a lot of us are getting right now. The weird thing is it worked yesterday for about 24 hours and now it stopped again. I am in contact with another forum that is trying to fix the same issue. After looking at 8wayrun we can see his forum is still working with YouTube.
 
Top Bottom