Skip to content

Instantly share code, notes, and snippets.

@brianfromoregon
Created July 3, 2013 07:01
Show Gist options
  • Save brianfromoregon/5915979 to your computer and use it in GitHub Desktop.
Save brianfromoregon/5915979 to your computer and use it in GitHub Desktop.
E/com.lovingishard.loveothers.MainActivity$2$1: Exception while sending love report
java.io.IOException: unexpected end of stream
at libcore.net.http.FixedLengthOutputStream.close(FixedLengthOutputStream.java:58)
at com.google.api.client.http.javanet.NetHttpRequest.execute(NetHttpRequest.java:81)
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:960)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:410)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:343)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:460)
at com.lovingishard.loveothers.MainActivity$2$1.tryUpload(MainActivity.java:174)
at com.lovingishard.loveothers.MainActivity$2$1.doInBackground(MainActivity.java:117)
at com.lovingishard.loveothers.MainActivity$2$1.doInBackground(MainActivity.java:108)
at android.os.AsyncTask$2.call(AsyncTask.java:287)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
at java.util.concurrent.FutureTask.run(FutureTask.java:137)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:856)
07-02 23:59:36.141 4781-7052/?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment