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
Sometimes i get these errors while uploading data to firebase storage. However when i put UploadTask in try catch block, catch part doesnt work and also when i listen uploadtask onError part doesnt work too. For example it doesnt print "upload get err1 or err2".
By the way its happening while connected wifi. I dont get this err when i connected with cable.
Edit:
same error
Unhandled Exception: SocketException: OS Error: Operation timed out, errno = 60, address = firebasestorage.googleapis.com, port = 51294
its happening while uploading big file or 20-30 small files. So i think its becoming timed out with wifi connection. How can i fix it :(
The text was updated successfully, but these errors were encountered:
Sometimes i get these errors while uploading data to firebase storage. However when i put UploadTask in try catch block, catch part doesnt work and also when i listen uploadtask onError part doesnt work too. For example it doesnt print "upload get err1 or err2".
By the way its happening while connected wifi. I dont get this err when i connected with cable.
Edit:
same error
Unhandled Exception: SocketException: OS Error: Operation timed out, errno = 60, address = firebasestorage.googleapis.com, port = 51294
its happening while uploading big file or 20-30 small files. So i think its becoming timed out with wifi connection. How can i fix it :(
The text was updated successfully, but these errors were encountered: