Japo Domingo

Results 4 comments of Japo Domingo

@lancewf we're you able to find a solution for this?

We managed to fix it temporarily by adding a decode in the serialize function and encode in the deserialize function. ``` def deserialize(obj): ... if class_name == 'StreamingBody': return StringIO(target['body'].encode('UTF-8'))...

Unfortunately the StreamingBody of `obj` here is an empty byte object: ``` obj = self.s3.get_object(Bucket='my_bucket, Key='pill_test.txt') pp.pprint(obj['Body'].read()) ``` produces: ``` b'' ``` when I comment out pill.record() I get this:...

> I was receiving this error after installing the extension. Simply running the "Developer: Reload Window" command fixed it for me without needing to reinstall. So far it hasn't seemed...