Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
ONoItsRico's avatar
ONoItsRico
Explorer
1 year ago
Solved

[BUG] Leaderboards.GetEntries not returning Entries from test accounts anymore

The title pretty much says it, but when using the Leaderboards Client API any test accounts aren't showing up in the resulting LeaderboardEntryList. The LeaderboardEntryList shows the TotalCount correctly, but the entries returned only show actual players. So if I have 19 Total Entries and 17 are test accounts, the LeaderboardEntryList with show the Total Count of 19, but only provide a LeaderboardEntryList of Count 2.

This seems to have happened in the recent past so I'm not sure what has caused this issue. Using the Leaderboards Server API gives the correct response.

Have settings changed where the TestUsers can't be used for Leaderboard testing? Or is there a workaround until this is fixed?

  • Apparently, it is working again today so someone must have fixed it. I didn't make any changes to my code

1 Reply

Replies have been turned off for this discussion
  • Apparently, it is working again today so someone must have fixed it. I didn't make any changes to my code