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

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

Crashes on boot when connection could not be established. #44

Closed WhiteLionATX closed 1 year ago

WhiteLionATX commented 1 year ago

In my case my internet connection was lost for a while and whole node red crashed:

7 Sep 20:02:12 - [red] Uncaught Exception: 7 Sep 20:02:12 - [error] ReferenceError: response is not defined at /home/pi/.node-red/node_modules/node-red-contrib-dwd-local-weather/dwdweather.js:92:28 at processTicksAndRejections (node:internal/process/task_queues:96:5)

c5te1n commented 1 year ago

This is fixed in the latest version based on the patch you provided. Thanks for contributing!