You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: