I'm using Google Play Services for cloud sync in a game, and have already 
spent several hours trying to figure out this bug, but I have absolutely no 
luck figuring it out.

I googled everywhere, but this specific error doesn't appear to anyone 
else, and I tried all the other solutions to similar problems without 
success, so I'm hoping I'll get luck and someone will know how to solve 
this.

What confuses me is, this worked at least once, originally even using a 
wrong app key! After I logged in for the first time, I am now unable to 
login any more, and get an "Unknown Error" message box.

I've verified that I call the mHelper methods for onActivityResult since I 
overload it, and followed all the instructions I could find for setting up 
everything.

Any help would be appreciated!

Relevant Logcat:

08-27 16:48:20.082 I/ejk     ( 1690): I/O exception 
(javax.net.ssl.SSLException) caught when processing request: Write error: 
ssl=0x5fbf10: I/O error during system call, Broken pipe

08-27 16:48:20.082 I/ejk     ( 1690): Retrying request

08-27 16:48:20.343 D/dalvikvm( 1690): GC_CONCURRENT freed 749K, 49% free 
4217K/8263K, external 1596K/2108K, paused 3ms+3ms

08-27 16:48:20.757 E/Volley  ( 1690): [24] je.a: Unexpected response code 
403 for https://www.googleapis.com/games/v1/players/me

08-27 16:48:20.820 E/SignInIntentService( 1690): Access Not Configured

08-27 16:48:20.820 E/SignInIntentService( 1690): avk

08-27 16:48:20.820 E/SignInIntentService( 1690):     at 
aqq.a(SourceFile:126)

08-27 16:48:20.820 E/SignInIntentService( 1690):     at 
ahd.a(SourceFile:228)

08-27 16:48:20.820 E/SignInIntentService( 1690):     at 
ahd.a(SourceFile:209)

08-27 16:48:20.820 E/SignInIntentService( 1690):     at 
agl.a(SourceFile:489)

08-27 16:48:20.820 E/SignInIntentService( 1690):     at 
axu.a(SourceFile:202)

08-27 16:48:20.820 E/SignInIntentService( 1690):     at 
com.google.android.gms.games.service.GamesSignInIntentService.onHandleIntent(SourceFile:324)

08-27 16:48:20.820 E/SignInIntentService( 1690):     at 
android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:59)

08-27 16:48:20.820 E/SignInIntentService( 1690):     at 
android.os.Handler.dispatchMessage(Handler.java:99)

08-27 16:48:20.820 E/SignInIntentService( 1690):     at 
android.os.Looper.loop(Looper.java:130)

08-27 16:48:20.820 E/SignInIntentService( 1690):     at 
android.os.HandlerThread.run(HandlerThread.java:60)

08-27 16:48:20.820 E/LoadSelfFragment( 3660): Unable to sign in - 
application does not have a registered client ID

08-27 16:48:20.828 D/CcUtils Google Services GameHelper( 3627): 
onActivityResult, req 9001 response 10004

08-27 16:48:20.828 D/CcUtils Google Services GameHelper( 3627): 
responseCode != RESULT_OK, so not reconnecting.

08-27 16:48:20.828 D/CcUtils Google Services GameHelper( 3627): giveUp: 
giving up on connection. Status code: 4

08-27 16:48:20.828 D/CcUtils Google Services GameHelper( 3627): Making 
error dialog for error: 4

08-27 16:48:20.867 D/CcUtils Google Services GameHelper( 3627): 
onActivityResult, req 9001 response 10004

08-27 16:48:20.871 D/CcUtils Google Services GameHelper( 3627): 
responseCode != RESULT_OK, so not reconnecting.

08-27 16:48:20.871 D/CcUtils Google Services GameHelper( 3627): giveUp: 
giving up on connection. Status code: 4

08-27 16:48:20.871 D/CcUtils Google Services GameHelper( 3627): Making 
error dialog for error: 4

Relevant Android Manifest bits:

        <meta-data android:name="com.google.android.gms.games.APP_ID"
>             android:value="@string/googleplayappid" />
>


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to