Hi,
I’m trying to enable Bot through the command line to process a JSON feed. I can successfully get Bot to process the feed when enabled if I’m doing this through AE’s GUI. I can’t get this work using the CLI. I’ve tried troubleshooting by:
- Using the CLI, I can successfully get Bot to process a record from my JSON feed if my templater-options.json file has tasks/render set to true. Processing successfully runs pre and post output scripts which change render-status in the feed from ready -> queued -> done
- If I change templater-options.json to tasks / render to false, and set tasks / bot_enable to true, I can launch the job through the CLI, and don’t see any errors. I get the message : ‘The Bot for Templater is now enabled.’. However, the record is not processed. I have ensured that the value of render-status has been reset to ‘ready’ before launching the CLI.
Any suggestions why Bot is not processing the record?
Pete