Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network Error: Upload failed. Broken Pipe. #7424

Closed
cyberduck opened this issue Sep 2, 2013 · 2 comments
Closed

Network Error: Upload failed. Broken Pipe. #7424

cyberduck opened this issue Sep 2, 2013 · 2 comments
Assignees
Labels
bug duplicate high priority s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

4c983a8 created the issue

I've been using CyberDuck to upload files to DreamObjects by DreamHost, and am having this error appear when trying to upload to a particular 'bucket' (folder) I have uploaded to other 'buckets' since this, and they have worked fine, but this one keeps failing. Could you please tell me why this is happening and how to fix it?

I have included the transcript from the Log Drawer below.

Kindest Regards,
Catherine

GET / HTTP/1.1
Date: Mon, 02 Sep 2013 14:01:35 GMT
Authorization: AWS yq29FGWexsUXAMqH8-DO:DQpkMiom1NJ6bHxt/jF11md5PM4=
Host: objects.dreamhost.com:443
Connection: Keep-Alive
User-Agent: Cyberduck/4.3.1 (Mac OS X/10.7.5) (i386)
HTTP/1.1 200 OK
Date: Mon, 02 Sep 2013 14:01:36 GMT
Server: Apache
Accept-Ranges: bytes
Content-Length: 896
Content-Type: application/xml
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: *
Access-Control-Allow-Credentials: true
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Max-Age: 1728000
GET /cd_sparklewren/?delimiter=%2F&max-keys=1000&prefix HTTP/1.1
Date: Mon, 02 Sep 2013 14:01:36 GMT
Authorization: AWS yq29FGWexsUXAMqH8-DO:prWHmfGQKByMk8HjWGW54NbGsz0=
Host: objects.dreamhost.com:443
Connection: Keep-Alive
User-Agent: Cyberduck/4.3.1 (Mac OS X/10.7.5) (i386)
HTTP/1.1 200 OK
Date: Mon, 02 Sep 2013 14:01:36 GMT
Server: Apache
Transfer-Encoding: chunked
Content-Type: application/xml
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: *
Access-Control-Allow-Credentials: true
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Max-Age: 1728000
GET /cd_sparklewren/?versioning HTTP/1.1
Date: Mon, 02 Sep 2013 14:01:37 GMT
Authorization: AWS yq29FGWexsUXAMqH8-DO:qkpTLSGH3W3RDrwJ6vXqmi6DDr4=
Host: objects.dreamhost.com:443
Connection: Keep-Alive
User-Agent: Cyberduck/4.3.1 (Mac OS X/10.7.5) (i386)
HTTP/1.1 403 Forbidden
Date: Mon, 02 Sep 2013 14:01:37 GMT
Server: Apache
Accept-Ranges: bytes
Content-Length: 78
Content-Type: application/xml
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: *
Access-Control-Allow-Credentials: true
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Max-Age: 1728000
PUT /cd_sparklewren/Sparkle%20Wren%20Black%202.psd HTTP/1.1
Date: Mon, 02 Sep 2013 14:01:37 GMT
x-amz-acl: public-read
x-amz-storage-class: STANDARD
Content-Type: image/vnd.adobe.photoshop
Authorization: AWS yq29FGWexsUXAMqH8-DO:A0x9wx/mOQnx77VQ1Kd3oNch27E=
Content-Length: 536128224
Host: objects.dreamhost.com:443
Connection: Keep-Alive
User-Agent: Cyberduck/4.3.1 (Mac OS X/10.7.5) (i386)
Expect: 100-continue
@cyberduck
Copy link
Collaborator Author

@dkocher commented

The error message indicates that the remote server just hang up the connection for unknown reasons. Please contact DreamHost customer support.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #7621. Fix in e1f5ff8 with Expect: 100-continue header for PUT requests that resolves broken pipe failures for uploads to buckets where a 307 Temporary Redirect is returned.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug duplicate high priority s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants