Coflnet / CtwApi

GNU Affero General Public License v3.0
0 stars 1 forks source link

More leaderboard issues #33

Closed tentamens closed 1 week ago

tentamens commented 2 weeks ago

When I call Stats api it says I have 1025 XP but on the leaderboard all time it says I have 820 XP

Ekwav commented 1 week ago

may I ask you to include the json response you got here?

tentamens commented 1 week ago

For what, the Stats api?

tentamens commented 1 week ago

[Stat[userId=847e326b-c39b-484e-9621-c46962d04c04, statName=exp, value=1025], Stat[userId=847e326b-c39b-484e-9621-c46962d04c04, statName=images_uploaded, value=25]] This is stats response

Ekwav commented 1 week ago

I get

[
  {
    "user": {
      "userId": "69b550f8-dbf3-4936-9fa6-1a1d63a82751",
      "name": "tentamens ",
      "avatar": "v;M.h|"
    },
    "score": 2000
  },
  {
    "user": {
      "userId": "847e326b-c39b-484e-9621-c46962d04c04",
      "name": "tentamens ",
      "avatar": "SJiksI"
    },
    "score": 1230
  },
  {
    "user": {
      "userId": "edf6866f-442d-4a0c-b70a-96e2dfd12e56",
      "name": "Unknown",
      "avatar": null
    },
    "score": 505
  }
]

for the overall leaderboard and for the stats of 847e326b-c39b-484e-9621-c46962d04c04

[
  {
    "userId": "847e326b-c39b-484e-9621-c46962d04c04",
    "statName": "current_offset",
    "value": 4
  },
  {
    "userId": "847e326b-c39b-484e-9621-c46962d04c04",
    "statName": "exp",
    "value": 1230
  },
  {
    "userId": "847e326b-c39b-484e-9621-c46962d04c04",
    "statName": "images_uploaded",
    "value": 26
  }
]

That matches up exactly (I assume you uploaded one image changing the exp and images_uploaded)

Ekwav commented 1 week ago

I assume this is fixed with #31