grunt-s3 icon indicating copy to clipboard operation
grunt-s3 copied to clipboard

Fatal error: write EPIPE

Open potomak opened this issue 10 years ago • 9 comments

I'm trying to upload files, the biggest one is about 2 Mb.

I get alternatively Fatal error: getaddrinfo ENOTFOUND and Fatal error: write EPIPE errors always about different files.

potomak avatar Nov 07 '13 14:11 potomak

The upload finally worked after some retries.

potomak avatar Nov 07 '13 16:11 potomak

It works only with fast networks.

Do you have any suggestion to help me debugging this issue? I only get Error: Upload error: path/to/resource (gzip) (400) and than Fatal error: write EPIPE or

Error: Upload error: /path/to/resource (gzip) (Error: getaddrinfo ENOTFOUND)
Fatal error: Cannot call method 'resume' of undefined

potomak avatar Nov 21 '13 10:11 potomak

Seeing the same issue

loopj avatar Dec 06 '13 18:12 loopj

i'm only getting the second one here: Error: Upload error: /path/to/resource (gzip) (Error: getaddrinfo ENOTFOUND) Fatal error: Cannot call method 'resume' of undefined

danwdart avatar Jan 28 '14 12:01 danwdart

Seeing the same issue even with region specified

ref

fredchu avatar Feb 26 '14 09:02 fredchu

I had to specify region like "us-east" or "us-east-1" I think.

danwdart avatar Feb 26 '14 10:02 danwdart

Specifying the region fixed the issue for me. Maybe the docs should be updated to indicate which settings are optional and which are required.

TravisCannon avatar Mar 05 '14 03:03 TravisCannon

Specifying the region doesn't seem to be fixing it for me. Actually makes it fail immediately instead of after a random amount of files.

blissdev avatar Apr 24 '14 10:04 blissdev

I was able to force it to work by setting my maxOperation to 1.

blissdev avatar Apr 24 '14 10:04 blissdev