RiotGames / developer-relations

Riot Games Developer Ecosystem Bug Reporting
http://developer.riotgames.com
737 stars 44 forks source link

[BUG] #497

Open befizal opened 3 years ago

befizal commented 3 years ago

Bug Description
I can see my last matches at https://matchhistory.euw.leagueoflegends.com/en/#match-history/EUW1/2520303045649920 but https://europe.api.riotgames.com/lol/match/v5/matches/{match_id} returns 404. It seems the issue is with matches played after yesterday (6/15/2021), as I tried random IDs of matches played before today (6/16/2021) and it works as expected.

By the way, assuming that https://europe.api.riotgames.com/lol/match/v5/matches/by-puuid/4dxcZ1B_SKPUpqDUsfu_crX5j-LhEE4twFioYUH_ki-F5gVSAb-AcJMLRrf2_iHzI93hti46ihHe1w/ids?start=0&count=1 is supposed to return the last match id, then it's not working as expected since it returns EUW1_5323081369, which is the id of a match I played yesterday.

Is there anything to do with the maintenance that took place this morning?

Problem Description
I can't find matches played today (6/16/2021) using the Riot API URL https://europe.api.riotgames.com/lol/match/v5/matches/{match_id}.

Not working (matches played today):

Working (matches played yesterday):

Expected Result
A JSON description of the match.

Actual Result
404, "Data not found - match file not found".

Developer Impact
Nothing important, I only use the API for private purposes.

Player Impact
No impact.

Preconditions No precondition.

Repro Steps
Go to https://developer.riotgames.com/apis#match-v5/GET_getMatch and try match ids above.

DoctressWasTaken commented 3 years ago

Known bug.