-
Notifications
You must be signed in to change notification settings - Fork 35
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
Scanning GovCloud for all Services Ends in JSON Serialization Error, Truncated Output #62
Comments
For context when this exception is encountered the script is trying to write the output for the below service and function.
Output of
As soon as it begins to write the value it throws and exception. I added a breakpoint after line 325 to inspect what's going on when service information is written to the file system. This is found in the output of
I'll investigate whether script isn't handling byte return types, or isn't handling it correctly. |
According to the boto3 documentation
Also the default JSON Encoder does not support bytes: |
This is happening to me as well, and outside of GovCloud regions. |
1.1.1
Ubuntu 20.04.5 LTS
x86_64
432896750513
Steps to Reproduce:
output:
The text was updated successfully, but these errors were encountered: