Skip to content

Instantly share code, notes, and snippets.

@anotherdev
Created October 5, 2015 12:21
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 anotherdev/f5bc346a9c798c973f76 to your computer and use it in GitHub Desktop.
Save anotherdev/f5bc346a9c798c973f76 to your computer and use it in GitHub Desktop.
10-05 19:20:06.856 327-1403/com.ekoapp.eko D/Retrofit: ---> HTTP POST https://scb-h1.ekoapp.com/file/upload-image
10-05 19:20:06.856 327-1403/com.ekoapp.eko D/Retrofit: Content-Type: multipart/form-data; boundary=4b3d1873-b4a9-4968-8229-12b7cf32a2dc
10-05 19:20:06.856 327-1403/com.ekoapp.eko D/Retrofit: Content-Length: 312941
10-05 19:20:06.856 327-1403/com.ekoapp.eko D/Retrofit: #0: /storage/emulated/0/Download/11.jpg (image/jpeg)
10-05 19:20:06.856 327-1403/com.ekoapp.eko D/Retrofit: ---> END HTTP (312941-byte body)
10-05 19:20:08.649 327-1403/com.ekoapp.eko D/Retrofit: ---- ERROR https://scb-h1.ekoapp.com/file/upload-image
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: javax.net.ssl.SSLException: Read error: ssl=0x9e4d9800: I/O error during system call, Connection reset by peer
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at com.android.org.conscrypt.NativeCrypto.SSL_read(Native Method)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at com.android.org.conscrypt.OpenSSLSocketImpl$SSLInputStream.read(OpenSSLSocketImpl.java:699)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at okio.Okio$2.read(Okio.java:139)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at okio.AsyncTimeout$2.read(AsyncTimeout.java:211)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at okio.RealBufferedSource.indexOf(RealBufferedSource.java:306)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at okio.RealBufferedSource.indexOf(RealBufferedSource.java:300)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:196)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:191)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:906)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at com.squareup.okhttp.internal.http.HttpEngine.access$300(HttpEngine.java:92)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at com.squareup.okhttp.internal.http.HttpEngine$NetworkInterceptorChain.proceed(HttpEngine.java:891)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:749)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at com.squareup.okhttp.Call.getResponse(Call.java:268)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:224)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:195)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at com.squareup.okhttp.Call.execute(Call.java:79)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at retrofit.client.OkClient.execute(OkClient.java:53)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at retrofit.RestAdapter$RestHandler.invokeRequest(RestAdapter.java:326)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at retrofit.RestAdapter$RestHandler.access$100(RestAdapter.java:220)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at retrofit.RestAdapter$RestHandler$1.invoke(RestAdapter.java:265)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at retrofit.RxSupport$2.run(RxSupport.java:55)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at retrofit.Platform$Android$2$1.run(Platform.java:142)
10-05 19:20:08.651 327-1403/com.ekoapp.eko D/Retrofit: at java.lang.Thread.run(Thread.java:818)
10-05 19:20:08.652 327-1403/com.ekoapp.eko D/Retrofit: ---- END ERROR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment