I believe I have started getting these errors in my log since .151 with the following rule. Not sure why. Any ideas
2021-08-03 09:24:52.110 am errorgroovy.lang.MissingMethodException: No signature of method: java.lang.String.call() is applicable for argument types: (com.hubitat.hub.domain.Event, java.lang.Boolean) values: [com.hubitat.hub.domain.Event@17b275c, true]
Possible solutions: wait(), any(), trim(), grep(), split(), next() on line 7325 (method stHandlerA)
could have to do with local connector (changelog from the .151 had this in it)
Rule 5.0:
Fixed problem with local connectors. Note: Existing Local Connectors will not work properly when the connector device value is changed. Existing Local Connectors should be removed completely, and re-created.
Just for interest sake, I created a new variable anyways, migrated to the new local variable, and deleted the old one. Same error.
Rule now seems to be completely broken as nothing really shows up when logging enabled in the rule other than that above
app:11062021-08-03 01:14:28.222 pm errorgroovy.lang.MissingMethodException: No signature of method: java.lang.String.call() is applicable for argument types: (com.hubitat.hub.domain.Event, java.lang.Boolean) values: [com.hubitat.hub.domain.Event@147e20, true] Possible solutions: wait(), any(), trim(), grep(), split(), next() on line 7325 (method stHandlerA)