question

Amazon Customer avatar image
Amazon Customer asked

Using social api in Unity to post a score, never succeeds, no error.

I can successfully authenticate and launch the leaderboards via the social api, but submitting scores seems to not work as none are recorded in the leaderboard. Ideas? code: static var score:int; ... //score gets set to a number between 1 and about 40. ... #if UNITY_IPHONE || UNITY_ANDROID ReportScore(score); #endif ... #if UNITY_ANDROID private var leaderboardID:String = " "; if(isKindle) { leaderboardID = " "; //I actually have my id here, just removed it for the post. } #endif function ReportScore (score:long) { Debug.Log ("Reporting score " + score + " on leaderboard " + leaderboardID); Social.ReportScore(score, leaderboardID, function(success:boolean){ Debug.Log(success ? "Reported score successfully" : "Failed to report score"); }); } logcat: 02-27 09:56:43.707 12835-12907/? I/AvailabilitySDK﹕ analyzing gamelab submission policies 02-27 09:56:43.715 12835-12907/? I/AvailabilitySDK﹕ looking for gamelab measurements to submit... 02-27 09:56:43.926 389-641/? I/ActivityManager﹕ START u0 {act=com.amazon.ags.app.SHOW_GAMES_LIBRARY flg=0x10200000 pkg=com.amazon.ags.app cmp=com.amazon.ags.app/.ui.library.LibraryActivity} from pid 25962 02-27 09:56:43.926 25962-25962/? I/AmazonLauncher.AbstractLauncher﹕ onLibraryClick switching to type: GAMES 02-27 09:56:43.941 12835-12907/? I/com.amazonaws.request﹕ Sending Request: PUT https://gamelab-measurements.s3.amazonaws.com /db80559c-6654-41f9-95ff-937bdaa66fef-2014-02-27-14-56-43-gamelab.gz Headers: (Content-Type: application/octet-stream, Content-MD5: +nLfZMWKNzfaom3ykCpi8g==, Content-Length: 516, ) 02-27 09:56:44.840 13177-13177/? I/AmazonLauncher.SicsGraph﹕ SICS graph constructed for instance GamesLibraryCache using mode: DirectTexture 02-27 09:56:44.847 13177-13177/? I/AmazonLauncher.SicsConfig﹕ ------------------------- SICS Version : TabletSICS 2.4.18 Sat Jan 04 18:11:00 EST 2014 SICS Cache Name : GamesLibraryCache Image Maximum Height : 288 Image Maximum Width : 288 Log Level : Error Available Cache Size : 40 CSR Cache Size : 20 CSR File Name : /data/data/com.amazon.ags.app/cache/.csr/GamesLibraryCache.csr Downloaded Cache Size : 1000 Download Cache Path : /data/data/com.amazon.ags.app/cache/.dl Requested Mode : Auto Custom ThreadModel : false Custom FileIdentifier : false Transaction Error Resol. : CancelWithException Scheme Resolvers : true ------------------------- 02-27 09:56:44.941 13177-13225/? W/MetricsServiceWrapper﹕ record : Unable to bind MetricsService right now. Buffering MetricRecord. Program=AmazonGameCircle Source=DeviceCustomerActions 02-27 09:56:45.144 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: group/games/library, parentId: null 02-27 09:56:45.144 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: action/games/games, parentId: group/games/library 02-27 09:56:45.144 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: action/games/profile, parentId: group/games/library 02-27 09:56:45.144 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: action/games/friends, parentId: group/games/library 02-27 09:56:45.144 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: group/games/about, parentId: null 02-27 09:56:45.144 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: action/games/settings, parentId: group/games/about 02-27 09:56:45.144 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: action/games/help, parentId: group/games/about 02-27 09:56:45.144 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: games_shop_group_id, parentId: null 02-27 09:56:45.144 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: VeneziaActionItem:games_shop_group_id|games_store_id, parentId: games_shop_group_id 02-27 09:56:45.144 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: VeneziaActionItem:games_shop_group_id|gamecircle_games_id, parentId: games_shop_group_id 02-27 09:56:45.144 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: VeneziaActionItem:games_shop_group_id|top_paid_id, parentId: games_shop_group_id 02-27 09:56:45.144 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: VeneziaActionItem:games_shop_group_id|top_free_id, parentId: games_shop_group_id 02-27 09:56:45.144 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: VeneziaActionItem:games_shop_group_id|top_rated_id, parentId: games_shop_group_id 02-27 09:56:45.152 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: VeneziaActionItem:games_shop_group_id|amazon_coins_games_id, parentId: games_shop_group_id 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: group/games/library, parentId: null 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Creating node - itemId: group/games/library, parentId: null 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: action/games/games, parentId: group/games/library 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Creating node - itemId: action/games/games, parentId: group/games/library 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Menu item added as child of parent menu item with title: Library and id: group/games/library. 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: action/games/profile, parentId: group/games/library 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Creating node - itemId: action/games/profile, parentId: group/games/library 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Menu item added as child of parent menu item with title: Library and id: group/games/library. 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: action/games/friends, parentId: group/games/library 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Creating node - itemId: action/games/friends, parentId: group/games/library 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Menu item added as child of parent menu item with title: Library and id: group/games/library. 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: group/games/about, parentId: null 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Creating node - itemId: group/games/about, parentId: null 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: action/games/settings, parentId: group/games/about 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Creating node - itemId: action/games/settings, parentId: group/games/about 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Menu item added as child of parent menu item with title: More and id: group/games/about. 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: action/games/help, parentId: group/games/about 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Creating node - itemId: action/games/help, parentId: group/games/about 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Menu item added as child of parent menu item with title: More and id: group/games/about. 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: games_shop_group_id, parentId: null 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Creating node - itemId: games_shop_group_id, parentId: null 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: VeneziaActionItem:games_shop_group_id|games_store_id, parentId: games_shop_group_id 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Creating node - itemId: VeneziaActionItem:games_shop_group_id|games_store_id, parentId: games_shop_group_id 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Menu item added as child of parent menu item with title: Shop and id: games_shop_group_id. 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: VeneziaActionItem:games_shop_group_id|gamecircle_games_id, parentId: games_shop_group_id 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Creating node - itemId: VeneziaActionItem:games_shop_group_id|gamecircle_games_id, parentId: games_shop_group_id 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Menu item added as child of parent menu item with title: Shop and id: games_shop_group_id. 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: VeneziaActionItem:games_shop_group_id|top_paid_id, parentId: games_shop_group_id 02-27 09:56:45.230 13177-13177/? D/DataModel﹕ Creating node - itemId: VeneziaActionItem:games_shop_group_id|top_paid_id, parentId: games_shop_group_id 02-27 09:56:45.238 13177-13177/? D/DataModel﹕ Menu item added as child of parent menu item with title: Shop and id: games_shop_group_id. 02-27 09:56:45.238 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: VeneziaActionItem:games_shop_group_id|top_free_id, parentId: games_shop_group_id 02-27 09:56:45.238 13177-13177/? D/DataModel﹕ Creating node - itemId: VeneziaActionItem:games_shop_group_id|top_free_id, parentId: games_shop_group_id 02-27 09:56:45.238 13177-13177/? D/DataModel﹕ Menu item added as child of parent menu item with title: Shop and id: games_shop_group_id. 02-27 09:56:45.238 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: VeneziaActionItem:games_shop_group_id|top_rated_id, parentId: games_shop_group_id 02-27 09:56:45.238 13177-13177/? D/DataModel﹕ Creating node - itemId: VeneziaActionItem:games_shop_group_id|top_rated_id, parentId: games_shop_group_id 02-27 09:56:45.238 13177-13177/? D/DataModel﹕ Menu item added as child of parent menu item with title: Shop and id: games_shop_group_id. 02-27 09:56:45.238 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: VeneziaActionItem:games_shop_group_id|amazon_coins_games_id, parentId: games_shop_group_id 02-27 09:56:45.238 13177-13177/? D/DataModel﹕ Creating node - itemId: VeneziaActionItem:games_shop_group_id|amazon_coins_games_id, parentId: games_shop_group_id 02-27 09:56:45.238 13177-13177/? D/DataModel﹕ Menu item added as child of parent menu item with title: Shop and id: games_shop_group_id. 02-27 09:56:45.332 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 78 Payload: games_library_context. 02-27 09:56:45.332 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 78 Payload: games_library_context. 02-27 09:56:45.332 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 78 Payload: games_library_context. 02-27 09:56:45.332 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 78 Payload: games_library_context. 02-27 09:56:45.332 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 78 Payload: games_library_context. 02-27 09:56:45.371 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 79 Payload: games_library_context. 02-27 09:56:45.371 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 79 Payload: games_library_context. 02-27 09:56:45.371 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 79 Payload: games_library_context. 02-27 09:56:45.371 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 79 Payload: games_library_context. 02-27 09:56:45.371 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 79 Payload: games_library_context. 02-27 09:56:45.379 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 80 Payload: games_library_context. 02-27 09:56:45.379 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 80 Payload: games_library_context. 02-27 09:56:45.379 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 80 Payload: games_library_context. 02-27 09:56:45.379 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 80 Payload: games_library_context. 02-27 09:56:45.379 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 80 Payload: games_library_context. 02-27 09:56:45.394 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 81 Payload: games_library_context. 02-27 09:56:45.394 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 81 Payload: games_library_context. 02-27 09:56:45.394 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 81 Payload: games_library_context. 02-27 09:56:45.394 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 81 Payload: games_library_context. 02-27 09:56:45.394 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 81 Payload: games_library_context. 02-27 09:56:45.394 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 82 Payload: games_about_context. 02-27 09:56:45.394 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 82 Payload: games_about_context. 02-27 09:56:45.394 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 82 Payload: games_about_context. 02-27 09:56:45.402 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 82 Payload: games_about_context. 02-27 09:56:45.402 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 82 Payload: games_about_context. 02-27 09:56:45.402 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 83 Payload: games_about_context. 02-27 09:56:45.402 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 83 Payload: games_about_context. 02-27 09:56:45.402 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 83 Payload: games_about_context. 02-27 09:56:45.402 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 83 Payload: games_about_context. 02-27 09:56:45.402 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 83 Payload: games_about_context. 02-27 09:56:45.402 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 84 Payload: games_about_context. 02-27 09:56:45.402 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 84 Payload: games_about_context. 02-27 09:56:45.402 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 84 Payload: games_about_context. 02-27 09:56:45.402 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 84 Payload: games_about_context. 02-27 09:56:45.402 25962-25962/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 84 Payload: games_about_context. 02-27 09:56:45.738 13177-13177/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 78 Payload: games_library_context. 02-27 09:56:45.746 13177-13177/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 79 Payload: games_library_context. 02-27 09:56:45.746 13177-13177/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 80 Payload: games_library_context. 02-27 09:56:45.746 13177-13177/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 81 Payload: games_library_context. 02-27 09:56:45.746 13177-13177/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 82 Payload: games_about_context. 02-27 09:56:45.746 13177-13177/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 83 Payload: games_about_context. 02-27 09:56:45.746 13177-13177/? D/CMSDataSource﹕ Received ActionItem update broadcast - ID: 84 Payload: games_about_context. 02-27 09:56:45.746 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: group/games/library, parentId: null 02-27 09:56:45.762 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: action/games/games, parentId: group/games/library 02-27 09:56:45.785 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: action/games/profile, parentId: group/games/library 02-27 09:56:45.824 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: action/games/friends, parentId: group/games/library 02-27 09:56:45.832 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: group/games/about, parentId: null 02-27 09:56:45.847 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: group/games/library, parentId: null 02-27 09:56:45.847 13177-13177/? D/DataModel﹕ Updating node - itemId: group/games/library, parentId: null 02-27 09:56:45.847 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: action/games/games, parentId: group/games/library 02-27 09:56:45.847 13177-13177/? D/DataModel﹕ Updating node - itemId: action/games/games, parentId: group/games/library 02-27 09:56:45.847 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: action/games/settings, parentId: group/games/about 02-27 09:56:45.847 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: action/games/profile, parentId: group/games/library 02-27 09:56:45.847 13177-13177/? D/DataModel﹕ Updating node - itemId: action/games/profile, parentId: group/games/library 02-27 09:56:45.871 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: action/games/friends, parentId: group/games/library 02-27 09:56:45.871 13177-13177/? D/DataModel﹕ Updating node - itemId: action/games/friends, parentId: group/games/library 02-27 09:56:45.871 13177-13226/? D/DataModel﹕ Posting task to add or update of menu item - itemId: action/games/help, parentId: group/games/about 02-27 09:56:45.902 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: group/games/about, parentId: null 02-27 09:56:45.902 13177-13177/? D/DataModel﹕ Updating node - itemId: group/games/about, parentId: null 02-27 09:56:45.918 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: action/games/settings, parentId: group/games/about 02-27 09:56:45.918 13177-13177/? D/DataModel﹕ Updating node - itemId: action/games/settings, parentId: group/games/about 02-27 09:56:45.918 13177-13177/? D/DataModel﹕ Adding or updating menu item - itemId: action/games/help, parentId: group/games/about 02-27 09:56:45.926 13177-13177/? D/DataModel﹕ Updating node - itemId: action/games/help, parentId: group/games/about 02-27 09:56:53.066 13264-13264/? I/AGSJniHandler﹕ AmazonGamesJni is not loaded, trying to load library 02-27 09:56:53.066 13264-13264/? W/AGSJniHandler﹕ AmazonGamesJni not found. Java Native Interface will not be available 02-27 09:56:53.183 13264-13264/? I/GameCircleClient﹕ AmazonGamesClient not yet initialized. Initializing. 02-27 09:56:53.324 13264-13264/? W/GC_Whispersync﹕ GameDataMap - Unable to merge from an invalid/unset GameDataMap null 02-27 09:56:53.332 13264-13326/? D/GameCircleClient﹕ initialize_internal() executing on thread:pool-2-thread-1 02-27 09:56:55.816 13264-13264/? D/KindleFireIPCProxy﹕ Device appears to be a Kindle Fire. Attempting to connect to Amazon Game Services 02-27 09:56:55.840 13264-13264/? D/KindleFireIPCProxy﹕ Device has compatible version of Amazon Game Services. 02-27 09:56:57.972 13264-13353/? D/GC_HttpNetworkClient﹕ Request: GET https://ags-ext.amazon.com/services/featuredetection/getFeaturesUsage?GameId=amzn1.application.355673477f004222804ad6732af4f1e6&locale=en_US&gameId=amzn1.application.355673477f004222804ad6732af4f1e6 02-27 09:56:58.215 13264-13365/? D/GC_HttpNetworkClient﹕ Request: GET https://cortana-gateway.amazon.com/cortana/gateway/profile/getDefaultProfile?GameId=amzn1.application.355673477f004222804ad6732af4f1e6&locale=en_US&gameId=amzn1.application.355673477f004222804ad6732af4f1e6 02-27 09:56:58.949 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:56:59.066 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:56:59.191 13264-13377/? D/GC_HttpNetworkClient﹕ Request: POST https://cortana-gateway.amazon.com/cortana/gateway/profile/update?termsofservice=true&playerId=ec5d230d-7d59-4000-936f-90641960ed41&GameId=amzn1.application.355673477f004222804ad6732af4f1e6&locale=en_US&gameId=amzn1.application.355673477f004222804ad6732af4f1e6&PlayerId=ec5d230d-7d59-4000-936f-90641960ed41 02-27 09:56:59.301 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:56:59.527 13264-13396/? D/GC_HttpNetworkClient﹕ Request: GET https://cortana-gateway.amazon.com/cortana/gateway/profile/getDefaultProfile?playerId=ec5d230d-7d59-4000-936f-90641960ed41&GameId=amzn1.application.355673477f004222804ad6732af4f1e6&locale=en_US&gameId=amzn1.application.355673477f004222804ad6732af4f1e6&PlayerId=ec5d230d-7d59-4000-936f-90641960ed41 02-27 09:56:59.644 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:56:59.660 13264-13406/? V/GC_Whispersync﹕ GameDataMap - Deep copy of GameDataMap with name: null 02-27 09:56:59.660 13264-13406/? V/GC_Whispersync﹕ GameDataMap copy took 0 msec. 02-27 09:56:59.668 13264-13406/? V/GC_Whispersync﹕ Writing game data to disk: [{"gameData":{}}] 02-27 09:56:59.676 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:56:59.691 13264-13264/? D/AGS_AmazonGamesClientProxyImpl﹕ GameCircle - Service is Ready 02-27 09:57:00.144 13264-13408/? D/GC_HttpNetworkClient﹕ Request: GET https://ags-ext.amazon.com/service/gamedata/WhisperData?gameId=amzn1.application.355673477f004222804ad6732af4f1e6 02-27 09:57:00.262 13264-13427/? D/GC_HttpNetworkClient﹕ Request: PUT https://ags-ext.amazon.com/service/gamedata/getGameTimePlayed 02-27 09:57:00.316 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:57:00.332 13264-13408/? D/GC_Whispersync﹕ Download from cloud completed - No new game data 02-27 09:57:00.426 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:57:00.465 13264-13408/? V/GC_Whispersync﹕ GameDataMap - Deep copy of GameDataMap with name: null 02-27 09:57:00.465 13264-13408/? V/GC_Whispersync﹕ GameDataMap copy took 0 msec. 02-27 09:57:00.465 13264-13408/? V/GC_Whispersync﹕ Uploading document to cloud: [{"gameData":{}}] 02-27 09:57:00.519 13264-13408/? D/GC_HttpNetworkClient﹕ Request: POST https://ags-ext.amazon.com/service/gamedata/WhisperData?gameId=amzn1.application.355673477f004222804ad6732af4f1e6 02-27 09:57:00.621 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:57:32.191 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:57:36.144 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:57:48.504 389-399/? I/ActivityManager﹕ START u0 {act=1393513068510 flg=0x14010000 cmp=com.jweldin.bobbytherobot/com.amazon.ags.html5.overlay.GameCircleUserInterface (has extras)} from pid 13264 02-27 09:57:48.504 389-399/? V/DoNotDisturb﹕ Top component: com.jweldin.bobbytherobot/com.amazon.ags.html5.overlay.GameCircleUserInterface 02-27 09:57:49.012 389-402/? D/WindowManager﹕ openingActivityName = com.amazon.ags.html5.overlay.GameCircleUserInterface, animAttr = 0 02-27 09:57:49.324 13264-13264/? D/GC_GameCircleUserInterface﹕ View size set to width: 640 height: 896 02-27 09:57:49.441 389-404/? I/ActivityManager﹕ Displayed com.jweldin.bobbytherobot/com.amazon.ags.html5.overlay.GameCircleUserInterface: +438ms 02-27 09:57:51.230 13264-13628/? D/GC_HttpNetworkClient﹕ Request: PUT https://ags-ext.amazon.com/service/leaderboards/getLeaderboardsForGame 02-27 09:57:51.355 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:57:52.980 13264-13373/? D/GC_HttpNetworkClient﹕ Request: GET https://cortana-gateway.amazon.com/cortana/gateway/profile/getDefaultProfile?playerId=ec5d230d-7d59-4000-936f-90641960ed41&GameId=amzn1.application.355673477f004222804ad6732af4f1e6&locale=en_US&gameId=amzn1.application.355673477f004222804ad6732af4f1e6&PlayerId=ec5d230d-7d59-4000-936f-90641960ed41 02-27 09:57:53.043 13264-13374/? D/GC_HttpNetworkClient﹕ Request: PUT https://ags-ext.amazon.com/service/leaderboards/getLeaderboardsForGame 02-27 09:57:53.082 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:57:53.105 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:57:53.168 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:57:54.605 13264-13394/? D/GC_HttpNetworkClient﹕ Request: GET https://cortana-gateway.amazon.com/cortana/gateway/profile/getDefaultProfile?playerId=ec5d230d-7d59-4000-936f-90641960ed41&GameId=amzn1.application.355673477f004222804ad6732af4f1e6&locale=en_US&gameId=amzn1.application.355673477f004222804ad6732af4f1e6&PlayerId=ec5d230d-7d59-4000-936f-90641960ed41 02-27 09:57:54.637 13264-13395/? D/GC_HttpNetworkClient﹕ Request: PUT https://ags-ext.amazon.com/service/leaderboards/getLeaderboardsForGame 02-27 09:57:54.707 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:57:54.722 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore 02-27 09:57:54.769 13264-13324/? I/AmazonInsightsSDK﹕ Event: 'GameC...' recorded to local filestore
10 |5000

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

1 Answer

Sujoy@Amazon avatar image
Sujoy@Amazon answered
Hi Jeremie, I have just tried posting a score in a loaderboard from Kindle HDX 8.9 through the latest version of GameCircle plugin released in Asset Store. Version: 2.4.0 (Mar 02, 2014) Size: 14.2 MB I did not face any issue. The version has been updated very recently with couple of fixes in Asset Store. Can you please update your plugin and try? Thank you for reaching out.
10 |5000

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