odota / core

Open source Dota 2 data platform
https://www.opendota.com
MIT License
1.52k stars 303 forks source link

Parsed Match is missing who got killed for first blood event #1488

Open gu3st opened 7 years ago

gu3st commented 7 years ago

Related to odota/ui#1042, This match didn't seem to have a "killed" hero for the first blood event. The first blood should have been the Drow (player_slot 2 IIRC), but nothing was returned.

Replay linked for analysis.

https://github.com/gu3st/replays/blob/master/3280538799.dem

valeriilos commented 7 years ago

True, stumbled upon the same issue. I did some more research though and what I found out is that some requests return "good" match data, which includes firstblood_claimed key and many more. And some requests return "broken" match data containing only a part of keys.

half-empty.txt half-empty2.txt ok.txt ok2.txt

howardchung commented 7 years ago

You're looking at unparsed matches (haven't had their replays downloaded and parsed yet).

howardchung commented 4 years ago

was this actually fixed?

gu3st commented 4 years ago

I was just cleaning up my github of stale issues that I'd opened.

howardchung commented 4 years ago

If it's actually still a problem, I think we should keep it open