Bungie-net / api

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

Character progressions not indicating active seasonal artifact unlocks anymore #1834

Closed robojumper closed 1 year ago

robojumper commented 1 year ago

I think this happened with the Season of the Deep update. For my account (4611686018483139177), the relevant part of the GET /Profile response looks something like this:

"seasonalArtifact": {
    "artifactHash": 2894222926,
    "pointsUsed": 10,
    "resetCount": 0,
    "tiers": [
        {
            "tierHash": 3144670121,
            "isUnlocked": true,
            "pointsToUnlock": 0,
            "items": [
                {
                    "itemHash": 1360604625,
                    "isActive": false,
                    "isVisible": false
                },
                {
                    "itemHash": 1360604626,
                    "isActive": false,
                    "isVisible": false
                },
                {
                    "itemHash": 1360604627,
                    "isActive": false,
                    "isVisible": false
                },
                {
                    "itemHash": 1360604628,
                    "isActive": false,
                    "isVisible": false
                },
                {
                    "itemHash": 1360604629,
                    "isActive": false,
                    "isVisible": false
                },
                {
                    "itemHash": 846698094,
                    "isActive": false,
                    "isVisible": true
                },
                {
                    "itemHash": 846698093,
                    "isActive": false,
                    "isVisible": true
                },
                {
                    "itemHash": 846698092,
                    "isActive": false,
                    "isVisible": true
                },
                {
                    "itemHash": 846698091,
                    "isActive": false,
                    "isVisible": true
                },
                {
                    "itemHash": 846698090,
                    "isActive": false,
                    "isVisible": true
                }
            ]
        },
        {
            "tierHash": 3144670122,
            "isUnlocked": true,
            "pointsToUnlock": 0,
            "items": [
                {

The mod hashes and isVisible status are correct, but all mods are returned as "isActive": false, despite me having a fair number of mods unlocked on every character and it even says "pointsUsed": 10.

robojumper commented 1 year ago

Looks like this started working again recently? Thanks for the fix!

jshaffstall-bng commented 1 year ago

Thank you for your patience!