Bungie-net / api

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

Team Data Missing from PGCR for Competitive Rift Matches #1743

Closed mikechambers closed 1 year ago

mikechambers commented 1 year ago

Freelance Competitve Rift Match https://stats.bungie.net/Platform/Destiny2/Stats/PostGameCarnageReport/12013279385/ https://stats.bungie.net/Platform/Destiny2/Stats/PostGameCarnageReport/12007567169/

Note there is no team information so you can't tell who is on which team.

        "teams": []

Expected team dataL

   "teams": [
            {
                "teamId": 18,
                "standing": {
                    "basic": {
                        "value": 1.0,
                        "displayValue": "Defeat"
                    }
                },
                "score": {
                    "basic": {
                        "value": 1.0,
                        "displayValue": "1"
                    }
                },
                "teamName": "18"
            },
            {
                "teamId": 19,
                "standing": {
                    "basic": {
                        "value": 0.0,
                        "displayValue": "Victory"
                    }
                },
                "score": {
                    "basic": {
                        "value": 4.0,
                        "displayValue": "4"
                    }
                },
                "teamName": "19"
            }
        ]
mikechambers commented 1 year ago

This appears to be fixed. Thanks!