-
Notifications
You must be signed in to change notification settings - Fork 220
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
Broken pipe uploading #80
Comments
Which version of |
I'm having this same issue. I tend to only get the broken pipe with a specific file/item, and it then repeatedly gives me the broken pipe at roughly the same stage of the upload. versions:
|
Tried upgrading to latest requests ( |
What does the tcpdump say? Are you having |
I updated requests2 to a newer version, because of an important bug in uploads. jjjake/internetarchive#80 This is more or less equivalent to master commit 66bd251 .
I updated requests2 to a newer version, because of an important bug in uploads. jjjake/internetarchive#80 This is more or less equivalent to master commit 66bd251 .
Using "ia upload" I get a Broken Pipe error at the 2nd megabyte transferred. With tcpdump I see that the remote S3 host actually sends a TCP reset; ia retries with a 2nd connection, but it's also reset, and then the python exception is dumped to stderr. The "-R" (max num of retries) seems to have little effect
I've tried regenerating the AWS keys, I ensured that the process has the env vars set with the key/secret, and --status-check reports all fine. Nevertheless, my uploads always get Broken Pipe.
This may be a transient error from S3, but it happened to me several times also in the past; anyone has an idea on how to solve this? My solution until now has always been to use the web upload.
I'm susrprised because the connection is dropped after almost 2MB tranferred.
The text was updated successfully, but these errors were encountered: