c5te1n / node-red-contrib-dwd-local-weather

Node Red node to retrieve local weather forecast from DWD (Germany)
Apache License 2.0
13 stars 12 forks source link

Please throw exception in case of failed request. #58

Open mikes222 opened 2 months ago

mikes222 commented 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.

image

notaus123 commented 5 days ago

+1 yes, it is a big problem. I made a heating system and must ensure a working weather logic.