question

business avatar image
business asked

Statistics Returning Wrong Values

The client request GetPlayerStatistics returns the wrong results. I confirmed this in both my client and in PostMan.

My request has been working for months and suddenly it doesn't anymore. Confirmed with PostMan.

TitleID: E2054

Player: 4412D83159BF52A5

For the following player we have the statistics: https://gyazo.com/f467671284ed3a93d0a3e1a20c18e0d5

When I try to get a parameter named "ProfileXPLevel" which CLEARLY exists, here is the result: https://gyazo.com/0e098ce48737e8caaa9e0e76d244ebad

Other stats return similar results.

When using no parameters on the GetPlayerStatistics request, it does NOT return all the statistics:

The following is the return body of a request with NO parameters:

{
    "code": 200,
    "status": "OK",
    "data": {
        "Statistics": [
            {
                "StatisticName": "MMR",
                "Value": 0,
                "Version": 0
            },
            {
                "StatisticName": "CurrentVersion",
                "Value": -1,
                "Version": 0
            },
            {
                "StatisticName": "CurrentArena",
                "Value": 0,
                "Version": 0
            },
            {
                "StatisticName": "NumVersionUpdates",
                "Value": 0,
                "Version": 0
            }
        ]
    }
} 
3 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

business avatar image business commented ·

this is URGENT because I can't access my title statistics properly.

0 Likes 0 ·
business avatar image business commented ·

This behavior is no longer replicatable via my postman.

0 Likes 0 ·
Seth Du avatar image Seth Du ♦ commented ·

May I ask does this issue still exist in your title?

0 Likes 0 ·

1 Answer

·
business avatar image
business answered

It seems to be isolated to that single day.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.