developer-relations icon indicating copy to clipboard operation
developer-relations copied to clipboard

[BUG] Match-v5 missing some match ids

Open colin-jiang opened this issue 4 years ago • 0 comments

Bug Description
Match id from this season is found in match-v4 but match-v5 returns 404 with message: "Data not found - match file not found"

Problem Description
Missing Match id: NA1_3758773131 Match-v5 API call: https://americas.api.riotgames.com/lol/match/v5/matches/NA1_3758773131

Match-v4 API call: https://na1.api.riotgames.com/lol/match/v4/matches/3758773131

Expected Result
Match data

Actual Result
{ "status": { "message": "Data not found - match file not found", "status_code": 404 } }

Developer Impact
Missing match data when migrating to match-v5

  • Frequency: Found this example after few thousand match api calls

colin-jiang avatar Sep 26 '21 06:09 colin-jiang