CABrouwers / node-red-contrib-telnet

Apache License 2.0
2 stars 0 forks source link

Send Node can lead to UnhandledPromiseRejection #8

Open Nailik opened 4 months ago

Nailik commented 4 months ago

Hi,

when using the send Node and the endpoint is not available this can lead to:

Uncaught Exception: UnhandledPromiseRejection: This error originated either by thworing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "undefined".

My flow looks like this:

image

When i toggle the input_boolean.kaffeemaschine multiple times and the device is offline it crashes NodeRed.

Json: flows (1).json