yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 165 forks source link

Size mismatch between local and remote file for... What to do? #476

Closed syaifulnizamyahya closed 8 years ago

syaifulnizamyahya commented 8 years ago

I have been getting error stating

Size mismatch between local and remote file for 

What happens when that error happens? Does it continue uploading the file and replaced the file at amazon? Does it stop uploading the file let the mismatched file at the cloud remains?

I want to replaced the file at amazom with the source file. How do I do that?

Here are the full logs.

16-11-07 02:00:16.924 [ERROR] [acd_cli] - Size mismatch between local and remote file for "YlYydqBI7uBjL0OyCMMOhRrojCvdvgmyLOYJM0kI0r7kAI7x1sXR4lbruDZqV1Z61W58zB8MvVEFu-".
16-11-07 02:19:10.761 [ERROR] [acd_cli] - Size mismatch between local and remote file for "DKTSsq0r64pSW3k92UcnOd4THqx,drXuekqGwg64o4f415vqjUL4xL8t1Nt,9JnU26A"
16-11-07 03:08:24.862 [ERROR] [acd_cli] - Size mismatch between local and remote file for "5Td9ViRUn9n7LzkqR,4ezPHipH,uc3owjKze6d,bAw74GQABIMxOLPzA".
16-11-07 03:08:24.863 [ERROR] [acd_cli] - Size mismatch between local and remote file for "p3fdfgk5gcBoNKF5L-XzCSMXMDJmV9tVUjtoVWHExcApS7wFWmeF3QYlxL3pu0KxUT6"
16-11-07 03:59:39.085 [ERROR] [acd_cli] - Size mismatch between local and remote file for "DEDRaf9oiqTKUxSvaG2B8toZ8n9fcWCpwlF0aqfPTrE4hmLpxOxVHG8YROvROTj-QP3"
16-11-07 04:40:45.754 [WARNING] [acd_cli] - Timeout while uploading "/mnt/user/Amazon/.local/4wt0nJXKGdySKwk,azg7K1Ow/1FkvkfeacqVfQcVcul7,wqXnbZz72tEX8SA/2yxWH6TZL5Mob32RQSi0sRUy/PkeSO2n3ZQwE,gekWgIJQBjJ".
16-11-07 05:12:34.963 [ERROR] [acd_cli] - Uploading "2aNbQQGbkC0e13Y,TppxQ,89" failed. RequestError: 500, {"message":"Internal failure"}.
16-11-07 07:48:59.602 [ERROR] [acd_cli] - Uploading "mCrDXRoxjd9Y3dBbQXEuZC2UGFyWLahKk20" failed. RequestError: 1000, HTTPSConnectionPool(host='content-na.drive.amazonaws.com', port=443): Read timed out. (read timeout=60).

Here are my uploading command.

acd_cli upload --remove-source-files /source-files/* /amazon-target-folder/ 

Thanks.