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
This appears to be a bug that was introduced with the most recent update 22.2 allowing players to level up past 500.
Issue
Players that have leveled past 500 (AKA Tier 1 - Tier 5) have a totalMatchesPlayed of 0 when requesting Survival Mastery for that player. Additionally, the lastMatchId is empty.
totalMatchesPlayed returns an int of 0
lastMatchId returns an empty string
How to reproduce
The request must be for a player above Tier 0 level 499. In this example we'll use TGLTN's account ID.
This appears to be a bug that was introduced with the most recent update 22.2 allowing players to level up past 500.
Issue
Players that have leveled past 500 (AKA Tier 1 - Tier 5) have a
totalMatchesPlayed
of 0 when requesting Survival Mastery for that player. Additionally, thelastMatchId
is empty.totalMatchesPlayed
returns an int of 0lastMatchId
returns an empty stringHow to reproduce
The request must be for a player above Tier 0 level 499. In this example we'll use TGLTN's account ID.
shards/steam/players/account.82bad0072f31455d8d9f8d834da2f2f3/survival_mastery
Bad response example
Expected response
The expected response would include a value above 0 for
totalMatchesPlayed
and a match ID forlastMatchId
The text was updated successfully, but these errors were encountered: