You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
League Of Legends
I am not getting data on matches played before May 30th from API:
MATCH-V5
endpoint: /lol/match/v5/matches/by-puuid/{puuid}/ids
Problem Description
For some puuid, I don't retrieve any matchId before 30th of May when using the endpoint. Though data is well retrieved after 31st of April 2024.
Expected Result
Retrieving the matchIds between a startTime and an endTime
Actual Result
No data is retrieved
Developer Impact
Frequency: Every API call
Severity: My webapp and calculations are not up to date
Preconditions
None
Issue Comments
This bug looks a lot like the one documented in issue #644 (from 2022) which was supposed to be fixed.
The text was updated successfully, but these errors were encountered:
Only the last 1000 matches are stored. If the player played more matches in that timeframe, you can't go back any further. This also includes custom games.
If you still believe that this is an issue, feel free to keep this issue opened
Bug Description
League Of Legends
I am not getting data on matches played before May 30th from API:
MATCH-V5
endpoint: /lol/match/v5/matches/by-puuid/{puuid}/ids
Problem Description
For some puuid, I don't retrieve any matchId before 30th of May when using the endpoint. Though data is well retrieved after 31st of April 2024.
Expected Result
Retrieving the matchIds between a startTime and an endTime
Actual Result
No data is retrieved
Developer Impact
Preconditions
None
Issue Comments
This bug looks a lot like the one documented in issue #644 (from 2022) which was supposed to be fixed.
The text was updated successfully, but these errors were encountered: