Question
Determine why external app call fails
I'm creating an export plugin that calls an external app at the end of the export. When I call it with
local exitCode =LrTasks.execute(command)
it returns exit code 255. I log the command and execute it from the terminal, and it works fine, returning exit code 0. How might I diagnose the problem?
Thanks in advance!
