[SOLVED] Reaction task failed
-
I updated to the latest build this morning, even though my inner voice said no. I'm getting a Reaction task "###" failed due to an exception error now. I've cleared away 2 already thinking it was me messing around with a test to set a variable. I looked through the logs, but I don't see anything outside of a bunch of these entries.
2021-09-28T02:03:31.694Z <HubitatController:ERR> HubitatController#hubitat mapped capability x_hubitat_healthcheck has no implementation 2021-09-28T02:03:31.697Z <HubitatController:ERR> HubitatController#hubitat mapped capability x_hubitat_healthcheck has no implementation 2021-09-28T02:03:31.698Z <HubitatController:ERR> HubitatController#hubitat mapped capability x_hubitat_healthcheck has no implementation 2021-09-28T02:03:31.699Z <HubitatController:ERR> HubitatController#hubitat mapped capability x_hubitat_healthcheck has no implementation
Is there something more specific I can look at to track this down?
-
Those log entries don't seem related to the alerts. Search for
TypeError
in the logs and you will find the correct log entries. They should stand out, and appear quite similar in the log to the way they appear in the alert.Either way, this appears to be the same issue that @cw-kid is having. Are you using a
SetVariable
action in one of your reactions?See here: https://smarthome.community/topic/722/typeerror-on-build-21270-48528ec
-
Found the errors, thank you, and confirm the other thread is the same issue. I do have SetVariable actions. However I am running in a docker and don't see the vera yaml file.
EDIT: Consoled into the docker and updated the yaml file. Restarted the docker and tested OK. Thanks.
-
T toggledbits locked this topic on