Closed foretspaisibles closed 8 years ago
This is, by the way, not reliably reproductible. I had it again after 716 insertions.
@michipili Do you have an email
module installed somewhere on your system? This appears to be a relatively common issue with requests (the http library we use), though it's strange that it is so intermittent.
Superficial research shows that it is common issue for many Python products. The oldest reference I could find refers to Python 2.4. It seems that this is not related to aws cli itself bu rather with Python, so we can close this issue.
I am populating to DynamoDB table for testing purposes. In a local instance, I prepared a table
Music
as in the tutorial. Inserting item withaws dynamodb put-item
dies unexpectedly with the messageNo module names _parseaddr
after 433 succesful insertions.Full traceback
Command line that triggered the error
Versions
aws-cli/1.9.8 Python/2.7.10 Darwin/15.2.0 botocore/1.3.8