• Time to upgrade BOT after a number of years

    6
    0 Votes
    6 Posts
    22 Views
    @rens Trials for Templater Bot are typically limited to 30 days and are locked to specific IP addresses to prevent abuse of the system. If Templater is installed but not activated, it should automatically start in Trial Mode. If, however, we’re outside of the standard Trial period, an extension can be requested. In order to do that, we’ll need you to contact us at support@dataclay.com since those extensions are issued manually. Thanks, Jeff
  • Two diagonal lines in render and preview output

    3
    0 Votes
    3 Posts
    32 Views
    Hi John, Thank you for your reply. I purged all caches and indeed the watermark is gone now.
  • Let Bot write timestamps back to data source

    8
    0 Votes
    8 Posts
    28 Views
    @rens Yes, that is the case. You might want to serve the JSON data from a server of some kind rather than store it in a file. You can point Templater to a URL to read responses in the same JSON object array format, and then use the events to update the main data source. There are advantages to doing it that way in terms of scalability and you avoid file-locking issue altogether.
  • Monitor BOT

    2
    0 Votes
    2 Posts
    28 Views
    @rens Register any code you want to execute each time Bot attempts to retrieve data. Bot does this at regular intervals. See the diagram in this page, and then follow the steps for registering scripts as found in our event-scripts page on the GitHub repository. You can decide what you want that code to do for your “monitor”, but that is essentially how it can be achieved. Let us know if this helps.
  • Error when trying to initially Template Bot on windows server.

    6
    0 Votes
    6 Posts
    48 Views
    @rudramakesmovie I take it this was resolved by changing the value of “default_target” in the CLI options file? —Arie