HearthStats / hearthstats

Details Hearthstone match statistics and tracking.
hearthstats.net
Other
88 stars 44 forks source link

Rank level isn't registered uploading single game with HDT #479

Closed riQQ closed 9 years ago

riQQ commented 9 years ago

When uploading a single game with HDT (uses API V3), rank level isn't registered.

{
  "mode":"Ranked",
  "class":"Warlock",
  "result":"Loss",
  "coin":"true",
  "numturns":8,
  "duration":369,
  "deck_id":"420413",
  "deck_version_id":222790,
  "oppclass":"Warrior",
  "oppname":"Skw4l",
  "ranklvl":"12",
  "oppcards":[
    {
      "id":"CS2_106",
      "count":1
    },
    {
      "id":"NEW1_018",
      "count":2
    },
    {
      "id":"NEW1_022",
      "count":2
    },
    {
      "id":"NEW1_023",
      "count":1
    },
    {
      "id":"FP1_021",
      "count":1
    },
    {
      "id":"EX1_050",
      "count":1
    },
    {
      "id":"EX1_029",
      "count":2
    },
    {
      "id":"CS2_112",
      "count":1
    },
    {
      "id":"EX1_409",
      "count":2
    }
  ],
  "created_at":"2015-06-18T19:46:36"
}
trigun0x2 commented 9 years ago

Seems like HDT changed the input. I've fixed it now.