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

Occasional exceptions occur when sending network requests #26

Open
10208044wuhao opened this issue Aug 7, 2023 · 0 comments
Open

Occasional exceptions occur when sending network requests #26

10208044wuhao opened this issue Aug 7, 2023 · 0 comments

Comments

@10208044wuhao
Copy link

10208044wuhao commented Aug 7, 2023

UnsupportedOperationException often occurs when making network requests.

Below is the error message:
E/cr_CronetUrlRequestContext: Exception in upload method
java.lang.UnsupportedOperationException
at com.google.net.cronet.okhttptransport.RequestBodyConverterImpl$InMemoryRequestBodyConverter$1.rewind(RequestBodyConverterImpl.java:331)
at org.chromium.net.impl.VersionSafeCallbacks$UploadDataProviderWrapper.rewind(VersionSafeCallbacks.java:169)
at org.chromium.net.impl.CronetUploadDataStream$2.run(CronetUploadDataStream.java:151)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:764)

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