Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cronet in Android with Retrofit #41

Open
priteshtwr opened this issue Sep 28, 2024 · 0 comments
Open

Cronet in Android with Retrofit #41

priteshtwr opened this issue Sep 28, 2024 · 0 comments

Comments

@priteshtwr
Copy link

Hi All,

I am using Cronet in my android App with Retrofit with slow or no internet get below exception.
09-28 13:23:32.438 7419 10122 E AndroidRuntime: java.io.IOException: java.util.concurrent.ExecutionException: m.kf: Exception received from UploadDataProvider
09-28 13:23:32.438 7419 10122 E AndroidRuntime: at com.google.net.cronet.okhttptransport.ResponseConverter.a(Unknown Source:392)
09-28 13:23:32.438 7419 10122 E AndroidRuntime: at com.google.net.cronet.okhttptransport.RequestResponseConverter$1.b(Unknown Source:11)
09-28 13:23:32.438 7419 10122 E AndroidRuntime: at com.google.net.cronet.okhttptransport.CronetInterceptor.a(Unknown Source:32)
09-28 13:23:32.438 7419 10122 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.c(Unknown Source:121)
09-28 13:23:32.438 7419 10122 E AndroidRuntime: at okhttp3.logging.HttpLoggingInterceptor.a(Unknown Source:12)
09-28 13:23:32.438 7419 10122 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.c(Unknown Source:121)
09-28 13:23:32.438 7419 10122 E AndroidRuntime: at com.irdeto.launcher.appnetworking.networking.NetworkRestClient$lambda$4$lambda$3$lambda$2$lambda$1$$inlined$invoke$1.a(Unknown Source:46)
09-28 13:23:32.438 7419 10122 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.c(Unknown Source:121)
09-28 13:23:32.438 7419 10122 E AndroidRuntime: at okhttp3.internal.connection.RealCall.e(Unknown Source:129)
09-28 13:23:32.438 7419 10122 E AndroidRuntime: at okhttp3.internal.connection.RealCall$AsyncCall.run(Unknown Source:47)
09-28 13:23:32.438 7419 10122 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
09-28 13:23:32.438 7419 10122 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
09-28 13:23:32.438 7419 10122 E AndroidRuntime: at java.lang.Thread.run(Thread.java:920)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant