Skip to content

Instantly share code, notes, and snippets.

@loretoparisi
Created June 13, 2012 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loretoparisi/2924309 to your computer and use it in GitHub Desktop.
Save loretoparisi/2924309 to your computer and use it in GitHub Desktop.
Android - Gracenote Crash
java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:200)
at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:274)
at java.util.concurrent.FutureTask.setException(FutureTask.java:125)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:308)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581)
at java.lang.Thread.run(Thread.java:1019) Caused by: java.lang.RuntimeException: table does not contain key "clientıd"
at com.gracenote.mmid.MobileSDK.GNAssert.Assert(GNAssert.java:14)
at com.gracenote.mmid.MobileSDK.GNConfig.getProperty(GNConfig.java:583)
at com.gracenote.mmid.MobileSDK.GNRegistrationPostHandler.formatXML(GNRegistrationPostHandler.java:34)
at com.gracenote.mmid.MobileSDK.GNOperations$GNOperationsAsyncWebservicesLogin.doInBackground(GNOperations.java:2318)
at com.gracenote.mmid.MobileSDK.GNOperations$GNOperationsAsyncWebservicesLogin.doInBackground(GNOperations.java:2299)
at android.os.AsyncTask$2.call(AsyncTask.java:185)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:306)
... 4 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment