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
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?
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.
Preconditions
What conditions must be met in order for this bug to occur?
The text was updated successfully, but these errors were encountered: