[BUG] val-match-v1 ability property
Bug Description
(val-match-v1 : https://developer.riotgames.com/apis#val-match-v1/GET_getMatch)
The ability property in the val-match-v1 match json is null for every round of every match but the player had evidently used some abilities in that particular round.
(This is specifically in matchJson["roundResults"][0]["playerStats"][0]["ability"] as an example.)
Problem Description
The ability of any player for a specific round in a match is always "null"
Expected Result
The ability ideally should contain the ability count as provided in the collective ability information(which is not null).
(Collective ability details are in matchJson["players"][0]["stats"]["abilityCasts"])
Actual Result
The ability is always returned as null
Developer Impact
This occurs in every match, I fetch and this is quite a severe issue
- Frequency: Every val-match-v1 API call.
- Severity: When it happens, abilities cannot be tracked.
- User emails: I get frequent emails from users asking me about this issue.
Preconditions
No preconditions required.