nccgroup / aws-inventory

Discover resources created in an AWS account.
Apache License 2.0
707 stars 128 forks source link

Unknown encoding: raw-unicode-escape #3

Closed lllama closed 6 years ago

lllama commented 6 years ago

I get this error when it tries to save the results:

    self.write(UNICODE + obj.encode('raw-unicode-escape') + '\n')
LookupError: unknown encoding: raw-unicode-escape

Looks like it comes from this line:

 pickle.dump(self._response_store, fp)
bitsandsalsa commented 6 years ago

Try these changes: 9604419a2322b41683db2731064b64d2b878432d

ghost commented 6 years ago

Hello @bitsandsalsa I get the same error at the assumed end of the script. It's Python 2.7 running on Ubuntu 18 Desktop. I don't see that print statement. If it's just for debugging, where is the output? image