Hot Problems

  • 1

    Trial Version Immediately says Trial Over

    Stephen Tremaine · 0 · Posted

    I downloaded the trial for the first time today, it was suggested that I try to use Tasker to work with a BLE heart rate monitor to attempt to trigger alerts on rapid heart rate change and to periodically download the logs from the device since it keeps an internal log. I would like to test it out before buying if possible.

  • 1

    Nullpointer Exception with AutoTools Regex

    Joh · 0 · Posted

    I am using AutoTools Regex with this regex: 

    (Regex plus is enable as otherwise "(....|)" isn't working correctly.)

    In my case "(?<end>.*)" matches the empty string, so %end won't be set.

    Using "Test: %end" for "Output Text" lead to this exception.