please check the HTTP result code and inner exception for server response. #7162
Unanswered
JPGuptaJee
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am facing the issue when i am trying to Upload file
here is error log i am facing this issue on Android Side real device
**
E/StorageException( 2713): StorageException has occurred.
E/StorageException( 2713): An unknown error occurred, please check the HTTP result code and inner exception for server response.
E/StorageException( 2713): Code: -13000 HttpResult: 200
E/StorageException( 2713): The server has terminated the upload session
E/StorageException( 2713): java.io.IOException: The server has terminated the upload session
E/StorageException( 2713): at com.google.firebase.storage.UploadTask.recoverStatus(UploadTask.java:373)
E/StorageException( 2713): at com.google.firebase.storage.UploadTask.shouldContinue(UploadTask.java:325)
E/StorageException( 2713): at com.google.firebase.storage.UploadTask.run(UploadTask.java:232)
E/StorageException( 2713): at com.google.firebase.storage.StorageTask.lambda$getRunnable$7$StorageTask(StorageTask.java:1072)
E/StorageException( 2713): at com.google.firebase.storage.StorageTask$$ExternalSyntheticLambda3.run(Unknown Source:2)
E/StorageException( 2713): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
E/StorageException( 2713): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
E/StorageException( 2713): at java.lang.Thread.run(Thread.java:923)
E/StorageException( 2713): StorageException has occurred.
E/StorageException( 2713): An unknown error occurred, please check the HTTP result code and inner exception for server response.
E/StorageException( 2713): Code: -13000 HttpResult: 200
E/StorageException( 2713): The server has terminated the upload session
E/StorageException( 2713): java.io.IOException: The server has terminated the upload session
E/StorageException( 2713): at com.google.firebase.storage.UploadTask.recoverStatus(UploadTask.java:373)
E/StorageException( 2713): at com.google.firebase.storage.UploadTask.shouldContinue(UploadTask.java:325)
E/StorageException( 2713): at com.google.firebase.storage.UploadTask.run(UploadTask.java:232)
E/StorageException( 2713): at com.google.firebase.storage.StorageTask.lambda$getRunnable$7$StorageTask(StorageTask.java:1072)
E/StorageException( 2713): at com.google.firebase.storage.StorageTask$$ExternalSyntheticLambda3.run(Unknown Source:2)
E/StorageException( 2713): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
E/StorageException( 2713): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
E/StorageException( 2713): at java.lang.Thread.run(Thread.java:923)
E/flutter ( 2713): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: [firebase_storage/unknown] An unknown error occurred
E/flutter ( 2713):
W/Choreographer( 2713): Frame time is 0.083571 ms in the future! Check that graphics HAL is generating vsync timestamps using the correct timebase.
W/Choreographer( 2713): Frame time is 0.181739 ms in the future! Check that graphics HAL is generating vsync timestamps using the correct timebase.
W/IInputConnectionWrapper( 2713): getTextBeforeCursor on inactive InputConnection
W/BpBinder( 2713): PerfMonitor binderTransact : time=216ms interface=com.google.android.gms.common.internal.IGmsServiceBroker code=46
I/AssistStructure( 2713): Flattened final assist data: 756 bytes, containing 1 windows, 9 views
W/Choreographer( 2713): Frame time is 0.001629 ms in the future! Check that graphics HAL is generating vsync timestamps using the correct timebase.
I/AssistStructure( 2713): Flattened final assist data: 756 bytes, containing 1 windows, 9 views
W/RenderInspector( 2713): QueueBuffer time out on hustlesasa.hustle/hustlesasa.hustle.MainActivity, count=5, avg=13 ms, max=24 ms.
**
Beta Was this translation helpful? Give feedback.
All reactions