-
-
Notifications
You must be signed in to change notification settings - Fork 906
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
s3cmd sync fails with RemoteDisconnected #960
Comments
Thank you for the report, basically it is the same issue as: |
thanks for evaluation, in the meantime is there any workaround? |
Using python2. |
Hi! When it will be fixed? |
Issue should now be fixed. |
…ng with not crash As in python3 errno can be "None" with system raised exceptions, ensure that this case will not make s3cmd crash just for an error log output.
I am seeing a similar error:
Let me know if I can provide more information that will help here. |
Adding |
Same problem. Adding Could it be that the server connection is timing out while the local server is building MD5 sums? |
I still have this issue, I tried the above suggestions, but did not work.. |
Same here. Adding |
having the same problem here with |
Still having the same issue, did not work with --no-check-md5 and --skip-existing params INFO: Retrieving list of remote files for s3://blabla/c ... Strange this is there is only 200 files under category named c but couldn't get the list of files from it. |
@alitopaloglu What worked for me was to use v2.1.0 as the release notes indicate a fix related to python3.8 which is most likely also being used on your side? https://github.com/s3tools/s3cmd/releases Maybe this could be highlighted somewhere or even the focal version could be bumped somehow. |
Looks like it's not able to fetch second part of listing the bucket content
Here is the trace:
The text was updated successfully, but these errors were encountered: