-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
UnicodeDecodeError when deserializing DynamoDB response #432
Comments
Both queries work as expected if I drop down to |
see convo here: #430, try reverting the identity line and report back, thanks! |
i have pr for that will merge soon and release new version |
please try https://pypi.python.org/pypi/aiobotocore/0.5.1 feel free to open new ticket |
Fixed, thank you @jettify! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
DynamoDB::Query operations fail due to a
UnicodeDecodeError
during response deserialization:An identical query succeeds using regular botocore.
Discussion
0x8b (139) is outside of the ASCII range and based on some cursory Googling, appears to indicate that the response is gzipped:
Related to #258?
Minimal reproducer
Result
Environment
The text was updated successfully, but these errors were encountered: