Http request - error output

I am building a flow that requests a bunch of urls in my LAN (ie like a scanner)

This will end up with a lot of error messages in the debug window from the http request node, with no way to suppress or capture it as it is produced by the node itself.

How can i suppress these messages ?

Screenshot 2020-12-24 at 07.48.43

I would think that one should use the catch node to capture the errors (while keeping the node status), but without default output in debug.

If you set a catch node then the error doesn't get passed to the sidebar.

2 Likes

Got it, thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.