Huh. It succeeded. So I guess it’s more complicated! Sorry!
- Made a stamp that evoked the Python script but instead of
$Text = runCommand(myCommand)
, I followed your suggestion and sent the results to a file. - Made another stamp that imported the file to
$Text
, following your suggestion. - Ran the original script on the same note just to be sure. Ran a stopwatch and found it took 10 seconds to return a response.
Numbers 1+2 gave me a complete reply, all the lines of the JSON file.
Number 3 gave me the first 80 lines of the expected response, then cut off in the middle of a word.
Knowing that this is more complicated, I’d be glad to settle for a workaround. Will I need two stamps, like I have now, or is there a way to pause the Tinderbox stamp in a while loop, forcing it to wait for the file to be written?