Hi all,
I'm using the library node-red-contrib-s7 that have a config node where is stored the configuration of the comunication.
I need to catch this error that derive from the config node
The debug node is alredy set to complete message object.
I think this error is generated by the node s7endpoint and not by the s7 in node
This is the library to be more exhaustive. node-red-contrib-s7
You haven't got a debug node connected to the S7 node, it is connected to the Catch node.
Errors in the config node may be propagated up to the visible node.
I notice that there is a similar issue already reported against the node and that this has not been responded to. It may be that the node is no longer supported.
It is up to the author of the node to pass the error to node-red so that it can be caught by a Catch node. Currently it looks as if it is just logging it.