react-native-fetch-blob icon indicating copy to clipboard operation
react-native-fetch-blob copied to clipboard

Getting the following error Write error: ssl=0xc32e7440: I/O error during system call, Broken pipe

Open isAlmogK opened this issue 7 years ago • 2 comments

I'm getting the following error Write error: ssl=0xc32e7440: I/O error during system call, Broken pipe when trying to do a fetch post, I'm uploading a large video file 1.2 gb using Multipart/form-data with 'Transfer-Encoding' : 'Chunked'

Is this due to the large file size?

isAlmogK avatar Sep 27 '17 06:09 isAlmogK

@AlmogRnD I am facing the same issue while uplaoding an image to S3 bucket but I experience this when the image size is around 6MB. Did you find any solutions for it ?

developercode1 avatar Aug 02 '18 11:08 developercode1

I have also faced this issue when I upload 45MB video.

vishaljadav24 avatar Mar 01 '19 07:03 vishaljadav24