SuperEvilMegacorp / vainglory-assets

Community provided art, schemas, and other assets that make using the Vainglory API easier
https://developer.vainglorygame.com
MIT License
54 stars 40 forks source link

Bug: Both Win/Loss Streaks CANNOT Be 0 #266

Closed Skillz4Killz closed 4 years ago

Skillz4Killz commented 7 years ago

The current dilemma with streaks is that both win streaks and loss streaks can not be 0 if the player has played matches recently. Either win or loss streaks MUST be 1 or more. Both streaks being 0 is impossible once a player has played a match. Either this data is being sent incorrectly OR this data requires clarification for what it actually represents.

IGN: Cdw849 Region: EU

Relevant To Issue

{ 
lossStreak: 0,
winStreak: 0,
}

Player Object

{ elo_earned_season_4: 0,
elo_earned_season_5: 753.409662444039,
elo_earned_season_6: 1088.5247873184278,
elo_earned_season_7: 1349.403975530395,
karmaLevel: 1,
level: 29,
lifetimeGold: 15275.875,
lossStreak: 0,
played: 572,
played_ranked: 86,
skillTier: 13,
winStreak: 0,
wins: 642,
xp: 143933 }
svperfecta commented 7 years ago

Sent over to SEMC today, researching.