GB742
1
Thanks to @Logang
for pointing this one out on the help team page, also, apologies if this has been mentioned previously, but I couldn’t seem to find anything in that vein.
When trying to access the video picker tool
, the tool continuously buffers and doesn’t produce any videos to vote on despite the homepage showing that 2869 videos are in the queue. According to the dashboard, the last use of the tool was 3 months ago which might suggest that the tool’s been down for a while. Clicking the ‘Change Options’ link (top right in screenshot) doesn’t appear to do anything but links to guidelines are still functional.
I’m currently on Safari 14.0.3, using the site logged in
2 Likes
Having the same issue. I’m on Mozilla Firefox 95.0.2 on Windows 11.
2 Likes
Yeah, I have the same problem (on Brave Browser, Windows 10).
2 Likes
Same here on Chrome 96 on macOS Catalina.
I’m not sure if these are related, because I can’t replicate them, but I initially got repeated setTimeout
and setInterval
violations. They aren’t happening now, so it’s possible I might’ve accidentally moused over something that triggered separate errors, but it might be worth looking into?
edit: Wait, almost immediately after making this post, I got the JQMIGRATE: jQuery.fx.interval is deprecated
message. No violations yet, though.
2 Likes
GB742
5
I haven’t seen any violations yet, but my console is displaying these warnings:
Warnings for jquery.ui.position
, jquery.ui.widget
, jQuery.fn.load()
, jQuery.fn.hover()
, and jquery.ui.core
seem to appear on most pages with the dev tools open. jQuery.easing.easeInOutBack
seems to trigger when I mouse over the dropdowns in the header. I’ll leave the Dashboard open and see if I get any interval errors there, just to see if the interval errors are unique to Video Adder.
edit: Okay, that was fast. Not unique; I got it on the Dashboard too.
1 Like
GB742
7
Not sure yet if it comes up elsewhere, but I’ve also received this error in the console
Edit: Not unique to video adder, comes up on dashboard too
SkiC
8
Windows 11/ Chrome 96. For me not being able to access this tool has been the case for weeks. When on the video picker, jquery.ui.position appear, jquery.ui.widget jQuery.fn.hover(). jquery.ui.core" jQuery.fx.interval ‘jQuery.easing.easeInOutBack’ should use only one argument.
JQMIGRATE: Migrate is installed with logging active, version 3.0.1
VM3031:207 This page is using the deprecated ResourceLoader module “jquery.ui.position”.
(anonymous) @ VM3031:207
VM3031:167 This page is using the deprecated ResourceLoader module “jquery.ui.widget”.
VM3031:162 This page is using the deprecated ResourceLoader module “jquery.ui.core”.
These also show up when on the Quality Guardian, as an example (which works fine).
1 Like
Same here on Windows 10 (dont judge me i dont want to have to wait hours for windows to upgrade)
SkiC
10
No one’s judging you
Anyway, it seems like just about everyone has this issue.
1 Like
I should be asleep, and I know nothing about programming, so obviously the both of those things make it a great idea for me to dig through the dev console to try and figure out what the problem is… but I think I may have found something?
I opened the Network tab to see if maybe the ping to YouTube was getting stuck somewhere, and noticed that getnext?va_cat=
was taking several seconds to return a response (most of the other stuff returns a response within milliseconds, so this stood out). I opened the details for that one and discovered that under the Preview and Response tabs, it wasn’t giving any details of the code or the like, like it does with the other tabs; it just says “Something went wrong. Refresh.”
Unfortunately I have no idea where the problem starts because pretty much all of the data is a foreign language to me, but it might give the engineers a lead on where to start?
(There’s also 50 warnings about unset or invalid SameSite cookies, but that’s popping up outside of Video Adder too.)
3 Likes
GB742
12
The header data for getnext
doesn’t mean a great deal to me, but it appears that getnext
is still returning a 200 status which might help to narrow down the cause/location of the error. Not sure if the Expires: Thu, 01 Jan 1970 00:00:00 GMT
might be relevant?
Response
:status: 200
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Content-Language: en
X-XSS-Protection: 1; mode=block
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: vi=EU; domain=.wikihow.com
; path=/; secure
Cache-Control: private, must-revalidate, max-age=0
Date: Wed, 29 Dec 2021 13:49:09 GMT
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
X-Frame-Options: SAMEORIGIN
Vary: Cookie, Accept-Encoding
x-c: cache-lhr7344-LHR,M cache-iad-kjyo7100108-IAD,m 18.206.250.145
x-timer: S1640785744.774735,VS0,VE5720
x-p: ss ma va
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Eta: Everything I can see using dev tools is returning status 200 or status 204
SkiC
13
I am getting status 200 or 204 from everything.
Same here. I am on Chrome on Windows 10.
JayneG
15
The video adder is back up and running again
2 Likes