Bungie-net / api

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

Found someone with a negative light value. #875

Open ghost opened 5 years ago

ghost commented 5 years ago

http://destinydevs.github.io/BungieNetPlatform/docs/API-Test#/Destiny2/GetProfile/p:membershipType=4,destinyMembershipId=4611686018481972675/q:components=200

 "2305843009433324151": {
                    "membershipId": "4611686018481972675",
                    "membershipType": 4,
                    "characterId": "2305843009433324151",
                    "dateLastPlayed": "2019-02-15T11:52:19Z",
                    "minutesPlayedThisSession": "3",
                    "minutesPlayedTotal": "60",
                    "light": -77,
                    "stats": {
                        "392767087": 0,
                        "1935470627": -77,
                        "1943323491": 0,
                        "2996146975": 5
                    },
                    "raceHash": 2803282938,
                    "genderHash": 2204441813,
                    "classHash": 3655393761,
                    "raceType": 1,
                    "classType": 0,
                    "genderType": 1,
                    "emblemPath": "/common/destiny2_content/icons/fe107d6e2d7b1992bc1235aec4e4b60b.jpg",
                    "emblemBackgroundPath": "/common/destiny2_content/icons/2583470976a293c54ecb22ce6c2fda52.jpg",
                    "emblemHash": 1078226394,
                    "emblemColor": {
                        "red": 14,
                        "green": 10,
                        "blue": 15,
                        "alpha": 255
                    },
                    "levelProgression": {
                        "progressionHash": 1716568313,
                        "dailyProgress": 0,
                        "dailyLimit": 0,
                        "weeklyProgress": 225,
                        "weeklyLimit": 0,
                        "currentProgress": 11872,
                        "level": 4,
                        "levelCap": 50,
                        "stepIndex": 4,
                        "progressToNextLevel": 372,
                        "nextLevelAt": 5000
                    },
                    "baseCharacterLevel": 4,
                    "percentToNextLevel": 7.44
                }
            },
            "privacy": 1
        }

How's this possible?

ghost commented 5 years ago

The guy said "i think its because of the nightfall handicap 33 - 100 = -77"

ckhicks commented 5 years ago

Woah, interesting that it would persist in that way.

vthornheart-bng commented 5 years ago

Yeah, that is very interesting! Thanks for the report, I'll have to look into that...

vthornheart-bng commented 5 years ago

TFS 765589 to investigate when we get the time!