I updated OH from 4.3 to 5.0 and a few days later to 5.1. After a few days running, I did not get Pushover messages anymore from openHAB.
Rule:
var po = actions.get(“pushover”, “pushover:pushover-account:188dae1f4a”);
po.sendPriorityMessage("Anwesenheit changed to " + items.Anwesenheit.state.toString(), null, -1)
Error:
2026-01-04 07:52:18.131 [ERROR] [sscripting.rule.PushOver_Anwesenheit] - Failed to execute script: TypeError: Cannot read property "sendPriorityMessage" from null
at <js>.:anonymous(<eval>:6)
at <js>.:program(<eval>:1)
at org.graalvm.polyglot.Context.eval(Context.java:419)
at com.oracle.truffle.js.scriptengine.GraalJSScriptEngine.eval(GraalJSScriptEngine.java:490) at com.oracle.truffle.js.scriptengine.GraalJSScriptEngine.eval(GraalJSScriptEngine.java:458)
Seems like the pushover action could not be fetched anymore.
Restart of openHAB fixed it. Known issue?