Mattschillinger / wikiteam

Automatically exported from code.google.com/p/wikiteam
0 stars 0 forks source link

uploader.py logs ratelimit error as success #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Maybe we're checking the exit line incorrectly, or s3 doesn't return a useful 
one, for:

<?xml version='1.0' encoding='UTF-8'?>
<Error><Code>SlowDown</Code><Message>Please reduce your request 
rate.</Message><Resource 
/><RequestId>876ac7b0-6594-48f3-ab29-68391b88d8a1</RequestId></Error>

http://docs.python.org/2/library/os.html#os.system
http://docs.python.org/2/library/os.html#os.wait

Original issue reported on code.google.com by nemow...@gmail.com on 10 Feb 2014 at 12:04

GoogleCodeExporter commented 8 years ago
Will probably be fixed by issue 54.

Original comment by nemow...@gmail.com on 26 Feb 2014 at 11:28