Bungie-net / api

Resources for the Bungie.net API
Other
1.21k stars 92 forks source link

Iron Banner Activities not included in Activity History #1362

Closed mikechambers closed 3 years ago

mikechambers commented 3 years ago

https://www.bungie.net/Platform/Destiny2/1/Account/4611686018429783292/Character/2305843009264966985/Stats/Activities/?mode=5&count=250&page=0

Retrieving AllPVP games (mode 5) via /Activity is not returning IronBanner matches.

Currently, the call above returns:

        "activities": [
            {
                "period": "2020-12-06T04:07:15Z",
                "activityDetails": {
                    "referenceId": 2296512046,
                    "directorActivityHash": 1717505396,
                    "instanceId": "7471951818",
                    "mode": 73,
                    "modes": [
                        5,
                        70,
                        10,
                        73
                    ],
                    "isPrivate": false,
                    "membershipType": 3
                },

showing my last match from 2 days ago, and ignoring the approximately 10 Iron Banner matches I played today.

I suspect this is related to Issue #1357

bladefist commented 3 years ago

Confirmed

jshaffstall-bng commented 3 years ago

Thanks for the heads up! This is tracked with TFS 963943.

ykslebutv commented 3 years ago

@jshaffstall-bng Iron Banner games started showing up in the API response yesterday (12/14) around 5pm Eastern time. But only new games, not prior ones. Will the missing games from the start of Iron Banner until 12/14 5pm EST eventually show up or are they lost for good?

jshaffstall-bng commented 3 years ago

Yep, the newer Iron Banner activities should be coming through now, but there's some additional work that would need to happen to get the older activities to show up in the same way.

It's on our radar, but I don't have an ETA for that.

jshaffstall-bng commented 3 years ago

The ETA for any kind of activity fixup won't be for a while, if ever. So I'm closing this issue now, but will update when we hear more about that.

jshaffstall-bng commented 3 years ago

Unfortunately, it sounds like the unmapped activities won't be getting fixed up after all.

Sorry for the delay here, and I wish it were better news, but I still wanted to let you all know.