api icon indicating copy to clipboard operation
api copied to clipboard

GetProfile Weekly Trials Win Streak returning wrong data

Open mikechambers opened this issue 3 years ago • 0 comments

Calling: https://www.bungie.net/Platform/Destiny2/1/Profile/4611686018429783292/?components=1100

and querying DestinyMetricDefinition : 3787323274 (Weekly Trials Win Streak) returns:

"3787323274": {
    "invisible": false,
    "objectiveProgress": {
        "objectiveHash": 4268700417,
        "progress": 0,
        "completionValue": 5,
        "complete": false,
        "visible": true
    }
},

Progress should be 6 (currently longest win streak for player in trials this week). Other trials related metrics, including Season streak (957196641) appear to be reporting correct info.

Raw response included bug.txt

mikechambers avatar Aug 14 '22 07:08 mikechambers