Closed syaifulnizamyahya closed 8 years ago
500s are issues on Amazon's side. In their reply, you can see: "System unavailable. Please back off for a while and try again later"
There's not too much to be done other than wait when they have issues.
Thanks. Ill just try again later.
By the way, can I confirm that the uploaded file are exact to the source before acdcli delete the source file(Does it compare checksum?)?
A backoff algorithm is already in place, so if you get an 429 error, you just need to repeat the failed upload later. The remaining uploads in the queue should succeed after the backoff time, but in your case they unfortunately do not.
As for the status 500, that is generally the catch-all error status and there is not much I can infer from it.
Are there any forum for inquiring error codes?
https://forums.developer.amazon.com/spaces/87/Cloud+Drive.html
By the way, can I confirm that the uploaded file are exact to the source before acdcli delete the source file(Does it compare checksum?)?
Yes, size and hash are compared before deleting the source file.
Thanks for the answer.
My uploading command
The error that I get.
What does that means? Is there a reference for error codes? How do I know its an error on my side or on Amazon side? What actions that I should do on such errors? Are there any forum for inquiring error codes? Can I confirm that the uploaded file are exact to the source before acdcli delete the source file(Does it compare checksum?)?
Thanks.