playgameservices / android-basic-samples

Google Play game services - Android samples
Apache License 2.0
970 stars 972 forks source link

com.google.android.gms.common.api.ApiException: 26502: CLIENT_RECONNECT_REQUIRED #300

Open vaishakhpj opened 4 years ago

vaishakhpj commented 4 years ago

I am getting this exception when using leaderboardsClient.loadCurrentPlayerLeaderboardScore , the task.getResult throws this exception but this error is not documented anywhere what is the solution, i am implementing a custom leaderboard, stackoverflow questions are unanswered, please give some guidance why this exception occurs all the time or is it a bug in playservice

com.google.android.gms.common.api.ApiException: 26502: CLIENT_RECONNECT_REQUIRED

MrCsabaToth commented 3 years ago

@vaishakhpj Do you have a link to your source repo?