web
web copied to clipboard
Bug issue with some Records counting
Current Behavior Checking records web page (https://www.opendota.com/players/30345330/records/neutral_kills), it show more than 69000 neutral creep kills in a single 49min match. Which is impossible. Also bug with towers records: https://www.opendota.com/players/30345330/records/tower_kills
Expected behavior/code Count correct number of neutrals killed.
Possible Solution Re-parse game? All games with bugs are about 5 months old.
A few patches ago there was an issue with how those numbers were calculated. It has since been fixed but the bad data remains unless a reparse was requested. Unfortunately the replays are most likely long gone now, so the data cannot be fixed now...
Technically we could delete all the data for matches in that time range, but I haven't done this yet
maybe we could filter out implausible numbers client side?
Yeah, although we should really avoid putting that kind of manual filtering in the web UI.