robs23 / TestZXing-master

Cross-platform app using ZXing barcode scanner library
0 stars 0 forks source link

Fix Java.IO.IOException in okio.Okio$2.read (Okio.java:139) #32

Open robs23 opened 4 years ago

robs23 commented 4 years ago

Version 1.1.5(1)

Stacktrace

ModernHttpClient.NativeMessageHandler.SendAsync (System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) [0x0053f] in :0;ModernHttpClient

TestZXing.Static.Functions.GetPostRetryAsync (System.Func`1[TResult] action, System.TimeSpan sleepPeriod, System.Int32 tryCount) [0x0033a] in :0;TestZXing.Static

TestZXing.Static.Functions.GetPostRetryAsync (System.Func`1[TResult] action, System.TimeSpan sleepPeriod, System.Int32 tryCount) [0x003f5] in :0;TestZXing.Static

TestZXing.ViewModels.ActiveProcessesViewModel.ExecuteLoadDataCommand () [0x002fd] in :0;TestZXing.ViewModels

TestZXing.ProcessesPage.TabbedPage_CurrentPageChanged (System.Object sender, System.EventArgs e) [0x000b3] in :0;TestZXing

okio.Okio$4.newTimeoutException(Okio.java:230);

okio.AsyncTimeout.exit(AsyncTimeout.java:285);

okio.AsyncTimeout$2.read(AsyncTimeout.java:241);

okio.RealBufferedSource.indexOf(RealBufferedSource.java:345);

okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:217);

okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:211);

okhttp3.internal.http1.Http1Codec.readResponseHeaders(Http1Codec.java:189);

okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.java:75);

okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92);

okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:45);

okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92);

okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67);

okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93);

okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92);

okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67);

okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93);

okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92);

okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:120);

okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92);

okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67);

okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:185);

okhttp3.RealCall$AsyncCall.execute(RealCall.java:135);

okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32);

okio.Okio$2.read(Okio.java:139);

okio.AsyncTimeout$2.read(AsyncTimeout.java:237);

Reason

Java.IO.IOException

Link to App Center