Nina Schiff
Nina Schiff
+1 on this being marked experimental - I started with serverless, but as I tried to grow and test my application on GCP, I've had to move more and more...
@medikoo added!
I've attached the image I was using in case that's helpful: 
Ah, missed that, thanks for responding!
This is what I get with debug logging enabled: ``` INFO:root:Property 'executable': set to "/usr/bin/vendor_perl/exiftool" INFO:root:Property 'common_args': set to "['-G', '-n']" INFO:root:Property 'config_file': set to "None" INFO:root:Method 'execute': Command sent...
Output looks a lot like https://github.com/sylikc/pyexiftool/issues/95 again. And freezes on the following again: https://github.com/sylikc/pyexiftool/blob/e54f96cd75758096f72bc97c42390f1f9fef8010/exiftool/exiftool.py#L132 Sample code: https://gist.github.com/ninas/6f6b01a46b1eb7fd51d8df3af08ace97 I also tried a bunch of other ways of writing the code in...