The SDK's json.loads(line_str) fails when receiving partial/truncated JSON from subprocess. The message gets cut off at character 130, causing parsing to fail. Add proper JSON validation and buffering ...
Further context, I use some bash scripts to iterate over everything (basically just a list of all the creators/folders I want to search or update) and it neither works with this method, nor via a ...