What if someone kept bumping their own thread?
4 years ago
Somerset, England

@SkittlesCat83 you need to get @Meta to send a screenshot :p I am not sure at what page it is at

https://media.discordapp.net/attachments/199209747361169408/940994507170775140/Screen_Shot_2022-02-09_at_10.36.02_AM.png

https://discord.com/channels/124483701970173952/199209747361169408/940995677574549534

Edited by the author 2 years ago
CyanWes and Gaming_64 like this
Valhalla

Mod updating is always nice. Also would be nice to update the bad run issues. Those have plagued the site since as long as I can remember.

Somerset, England

Bad/incorrect data and orphaned runs hasn't been properly defined yet. But I don't think it's about runs being in deleted categories

CyanWes and Gaming_64 like this
Somerset, England

@SkittlesCat83 this is not a feedback forum, there's practically nothing to give feedback on. Also we are not going to create a new thread in The Site just for this? An unrealistic expiation lmao

Also, it's the Talk forum, what do you expect

CyanWes and Gaming_64 like this
Greece

Wow this will cause such a headache having to dig for finding those runs will be pain in ass, they should made a Specific category for those and the users that unfortunately have 1 of those must be notified via a DM, Discord or email just for solving this problem.

Now all games may get a Void Run Sorter a Mod only category that notifies the mod about a run with incorrect data. How that sound?

Somerset, England

@Parasxos you can find runs in deleted categories in the API, here's an example of how to in JavaScript

const gameId = "w6jl725d" //Change to the game's id const deletedCategoryIds = (await fetch(https://www.speedrun.com/api/v1/games/${gameId}/categories).then(x => x.json())).data.map(cat => cat.id) const deletedRuns = []

for(let offset = 0; ; offset++) { const {data, pagination} = await fetch(https://www.speedrun.com/api/v1/runs?game=${gameId}&max=200&offset=${offset * 200}).then(x => x.json()) deletedRuns.push(...data.filter(x => !deletedCategoryIds.includes(x.category)).map(x => ${x.weblink}/edit))

if(pagination.size < 200) break

}

console.log(deletedRuns.join("\n"))

Edited by the author 2 years ago
CyanWes, Gaming_64, and Parasxos like this
Greece

Thanks @YUMmy_Bacon5 i tried to suggest a simpler way. I wish i had your computer skills to understand something complicated as that.

North Korea

my thread has more views than yours.

Valhalla

your thread is also stickied and has more than 3 participants @Avriix

Somerset, England

This thread is better

CyanWes and Gaming_64 like this
United States

This thread is butter 🧈

Pennsylvania, USA

funni URL