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

[BUG] [TFT] `tft-match-v1` API returns duplicated units for new Tocker’s Trials matches

Open 1337MARCEL opened this issue 5 months ago • 0 comments

Bug Description The RGAPI is returning inaccurate information about a player’s traits and units for the new TFT Tocker’s Trials gamemode. The tft-match-v1 API returns 300+ units instead of the expected 10.

Problem Description When making an API request to the Riot API for a Tocker’s Trials match, the response includes over 300 units instead of the expected 10 units.

Expected Result The API should return accurate information about a TFT player’s units.

Actual Result The API returns over 300+ units, which is far more than the expected 10 units. This discrepancy is causing issues with data processing and display. https://pastebin.com/raw/GfwUVUVG

Developer Impact Due to this issue, it requires us to temporarily filter out duplicated units.

  • Frequency: Every API call
  • Severity: Minor

Preconditions
What conditions must be met in order for this bug to occur?

  • Request Tocker’s Trials TFT match e.g. https://europe.api.riotgames.com/tft/match/v1/matches/EUW1_7094223067
  • Observe the response containing over 300 units instead of the expected 10 units

1337MARCEL avatar Aug 28 '24 12:08 1337MARCEL