-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I noticed last night when looking at this project that every time I fetch for data, the lifetime stats are all the exact same no matter the mode, as well as if I refresh or query again after a certain it will keep duplicated and numbers to the stats numbers, even if I fetch a different player it will be the same.
First fetch:
"lifetime": {
"casual": {
"aces": 235,
"assists": 21579,
"clutches": 603,
"deaths": 81495,
"headshots": 42198,
"kdRatio": "0.94",
"kills": 76847,
"killTrades": 7144,
"losses": 11887,
"minutesPlayed": 369651,
"revives": 14652,
"teamKills": 756,
"winPercent": "51.28%",
"wins": 12513
},
"overall": {
"aces": 235,
"assists": 21579,
"clutches": 603,
"deaths": 81495,
"headshots": 42198,
"kdRatio": "0.94",
"kills": 76847,
"killTrades": 7144,
"losses": 11887,
"minutesPlayed": 369651,
"revives": 14652,
"teamKills": 756,
"winPercent": "51.28%",
"wins": 12513
},
"ranked": {
"aces": 235,
"assists": 21579,
"clutches": 603,
"deaths": 81495,
"headshots": 42198,
"kdRatio": "0.94",
"kills": 76847,
"killTrades": 7144,
"losses": 11887,
"minutesPlayed": 369651,
"revives": 14652,
"teamKills": 756,
"winPercent": "51.28%",
"wins": 12513
},
"unranked": {
"aces": 235,
"assists": 21579,
"clutches": 603,
"deaths": 81495,
"headshots": 42198,
"kdRatio": "0.94",
"kills": 76847,
"killTrades": 7144,
"losses": 11887,
"minutesPlayed": 369651,
"revives": 14652,
"teamKills": 756,
"winPercent": "51.28%",
"wins": 12513
}
},Second fetch:
"lifetime": {
"casual": {
"aces": 716,
"assists": 36456,
"clutches": 1179,
"deaths": 147969,
"headshots": 78892,
"kdRatio": "1.08",
"kills": 160208,
"killTrades": 11208,
"losses": 18255,
"minutesPlayed": 690551,
"revives": 20345,
"teamKills": 1566,
"winPercent": "55.70%",
"wins": 22957
},
"overall": {
"aces": 716,
"assists": 36456,
"clutches": 1179,
"deaths": 147969,
"headshots": 78892,
"kdRatio": "1.08",
"kills": 160208,
"killTrades": 11208,
"losses": 18255,
"minutesPlayed": 690551,
"revives": 20345,
"teamKills": 1566,
"winPercent": "55.70%",
"wins": 22957
},
"ranked": {
"aces": 716,
"assists": 36456,
"clutches": 1179,
"deaths": 147969,
"headshots": 78892,
"kdRatio": "1.08",
"kills": 160208,
"killTrades": 11208,
"losses": 18255,
"minutesPlayed": 690551,
"revives": 20345,
"teamKills": 1566,
"winPercent": "55.70%",
"wins": 22957
},
"unranked": {
"aces": 716,
"assists": 36456,
"clutches": 1179,
"deaths": 147969,
"headshots": 78892,
"kdRatio": "1.08",
"kills": 160208,
"killTrades": 11208,
"losses": 18255,
"minutesPlayed": 690551,
"revives": 20345,
"teamKills": 1566,
"winPercent": "55.70%",
"wins": 22957
}
},I'll take a look at the code and see if I can come up with something for a PR but I figured I'd open an issue as well for extra input if maybe it's my own issue.
Metadata
Metadata
Assignees
Labels
No labels