question

S.Denis avatar image
S.Denis asked

Incomplete Player value in LeaderboardsClient GetScoresResponse field

In GameCircle 2.3, running on Kindle Fire HD. When retrieving score, and looking in getPlayer from each score from GetScoresResponse, the playerID is null pointer. Only alias is valid Trying: LeaderboardsClient lbClient = agsClient.getLeaderboardsClient(); lbClient.getScores (leaderboardId, LeaderboardFilter.GLOBAL_ALL_TIME), 1, maxResults + 1). setCallback(new AGResponseCallback () { public void onComplete(GetScoresResponse result) { if (result.isError()) { Log.v(TAG, "Failed to query: "+result.getError().toString()); } else { Log.v(TAG, "Found "+result.getNumScores() + " scores"); for (Score s : result.getScores()) { Log.v(TAG, "Player: "+s.getPlayer()); } } } }); Result: 04-23 20:52:52.244: V/GameCircle(2018): Player: ID: null Alias: WeirdVitalDingo AvatarUrl: null Message was edited by: S.Denis
10 |5000

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

Sujoy@Amazon avatar image
Sujoy@Amazon answered
Thanks Denis for bringing this issue into our notice. We will fix it in subsequent release.
10 |5000

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

Sujoy@Amazon avatar image
Sujoy@Amazon answered
This issue is fixed in latest SDK.
10 |5000

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