question

teemosoft2 avatar image
teemosoft2 asked

Leaderboard Bug

This User(못난이)'s Rank not updated long time.

and most of other user's rank are alright. but some user's rank in trouble.

Leaderboards and Statistics
img-6720.png (137.3 KiB)
ask-1.png (31.2 KiB)
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Hernando avatar image
Hernando answered

We recommend that you first determine if the issue is with the client code or the PlayFab. You can check the client code for errors, or use postman to test whether the data provided by the PlayFab service is correct.

In detail, call GetLeaderboard or GetLeaderboardAroundPlayer API by postman then check the data return. If the data is correct, there is an error that may exist on your client code. If not, please share your TitleID and the PlayFabID of the user who has the problem, that can help to solve the question of why the error occurred.

Besides, please let me know if you still need help.

4 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

teemosoft2 avatar image teemosoft2 commented ·

my client code not problem.

I Check with https://api.playfab.com/documentation/client/method/GetLeaderboardAroundPlayer

but it bug right

Title ID : DBFB

Leaderboard : Max Stage

player id 1 : 97AF02918D9DB79C

player id 2 :D46DF2274374CBA5

  "PlayFabId": "97AF02918D9DB79C",
    "DisplayName": "Joon",
    "StatValue": 2286,
    "Position": 1699,
"PlayFabId": "D46DF2274374CBA5",
    "DisplayName": "못난이",
    "StatValue": 1523,
    "Position": 1699,

different statvalue , same position (and it changed irregularly.)

not only for this but also for various low rank users.

0 Likes 0 ·
brendan avatar image brendan teemosoft2 commented ·

This thread has a complete discussion of this issue, and how position estimates work past the first 1,000 players in the leaderboard:

https://community.playfab.com/questions/19063/leaderboard-positions-wrong-duplicated-when-viewin.html

0 Likes 0 ·
teemosoft2 avatar image teemosoft2 brendan commented ·

It's ridiculous.This algorithm is to deceive the user.

0 Likes 0 ·
Show more comments

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.