"Runs at Risk" broken?
2 years ago

Thank you for flagging, we'll look into this asap!

Bearbeitet von der Autor 2 years ago
Gaming_64, grnts und 4 Andere gefällt das.

The link bug should be fixed now, and we're currently flagging all runs that were either submitted by or played by a user to make sure none fall through the cracks. If there is a different player versus submitter, the run will show up in both their lists. We know this may create longer lists, but our goal is to be as thorough as possible to minimize impact on the site.

Gaming_64, grnts und 3 Andere gefällt das.
United States

The "Runs at Risk" does not appear to filter for unlisted Youtube videos, showing all runs submitted before a certain date, public videos or not. I appreciate it may be difficult to code the tool to filter for unlisted videos, but as is the tool is not very useful to be honest, have to go through a lot of videos that aren't actually at risk. Also, it seems to show rejected runs as well?

Bearbeitet von der Autor 2 years ago
MrMonsh, SioN und 2 Andere gefällt das.

I'm sorry but what the heck am I supposed to do for the hundreds of "runs at risk" on a game I moderate?

Did I miss some guidance provided by the site? If so can you please direct me?

French Southern Territories

You are supposed to contact the runners and if necessary archive the videos of the runs. If you have hundreds of runs I would only worry about important ones like former world records.

ShikenNuggets und Solderq35 gefällt das.
Finland

also id like to be able to get rid of the notice on the top of the site. i already notified who i could and downloaded the rest. now the thing is just an annoyance

Walgrey und Merl_ gefällt das.
French Southern Territories

I only had 8 runs which I quickly checked, and none of them were unlisted. I'd like to get rid of the notice too.

Walgrey gefällt das.
Germany

I was about to suggest removing objects with the "global-announcement" class using js or css injection but that would break the feature for the future if you forget to remove it. A dismiss button should probably be added soon before people start removing it manually.

Finland

sorry to bring this thread back up but [quote]also id like to be able to get rid of the notice on the top of the site. i already notified who i could and downloaded the rest. now the thing is just an annoyance[/quote]

since they couldnt add the close button to the notice box you can add this next thing to your custom css browser addon to get rid of the notice. remember to take the code off after the 23rd so nothing breaks

.global-announcement { display: none !important; }