Open mikes222 opened 2 months ago
In the debug window of node red on a Victron Venus system I got the following error tonight:
14.9.2024, 23:50:19[node: e586ae6f441e5bf1](https://10.10.20.71:1881/#) msg : string[39] "MOSMIX request failed: Response is null"
Unfortunately the process stuck here and the catch node which I configured in node red was not triggered.
In order to successfully process the whole script I need the catch node to be triggered so I ask you to throw an exception instead of returning null.
catch
null
+1 yes, it is a big problem. I made a heating system and must ensure a working weather logic.
In the debug window of node red on a Victron Venus system I got the following error tonight:
Unfortunately the process stuck here and the catch node which I configured in node red was not triggered.
In order to successfully process the whole script I need the
catch
node to be triggered so I ask you to throw an exception instead of returningnull
.