-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Unicode characters cause dynamodb get-item to fail #853
Comments
Can you clarify if in your command In both cases, the encoding used will be based on your LANG/LC_ALL settings. If the JSON file is encoded in utf-8, try setting If this doesn't work, can you post the output of running the |
|
Turns out my “--key” argument wasn’t following the documentation on how it was supposed to be specified. I was using: Do you know why without the more complex syntax I got the error I did? Can the error message be improved? |
Which argument are you talking about? There's a Just want to see if I can repro the issue so I can understand why it's raising that exception. |
Closing due to inactivity, will reopen if more info is provided. |
I switched from |
Reported on this resolved issue, so opening a new issue.
I'm having the same issue when querying dynamodb for an attribute of an item which has non-ASCII characters:
aws --version: aws-cli/1.3.4 Python/2.7.6 Linux/2.6.18-164.el5
I've also seen it fail on u'\xbb'. I imagine it would fail on any non-ASCII character.
The text was updated successfully, but these errors were encountered: