Node-Red in Endless-Loop

Hi

my Node-Red is caught in an endless-loop. The syslog file is flooded with the messages below.
Is there an easy way to identify "function:5bb23ebd.29c638"?

I'm aware of the --safe parameter, but as I have over 20 flows with a lot of nodes, it isn't easy to pinpoint the node.

Thanks

Kind Regards,
Sven

Oct 6 22:37:41 raspberrypi Node-RED[1975]: 1570394253402 undefined
Oct 6 22:37:41 raspberrypi Node-RED[1975]: 6 Oct 22:37:33 - [error] [function:5bb23ebd.29c638]
Oct 6 22:37:41 raspberrypi Node-RED[1975]: 1570394253403 undefined
Oct 6 22:37:41 raspberrypi Node-RED[1975]: 6 Oct 22:37:33 - [error] [function:5bb23ebd.29c638]
Oct 6 22:37:41 raspberrypi Node-RED[1975]: 1570394253404 undefined
Oct 6 22:37:41 raspberrypi Node-RED[1975]: 6 Oct 22:37:33 - [error] [function:5bb23ebd.29c638]
Oct 6 22:37:41 raspberrypi Node-RED[1975]: 1570394253404 undefined
Oct 6 22:37:41 raspberrypi Node-RED[1975]: 6 Oct 22:37:33 - [error] [function:5bb23ebd.29c638]
Oct 6 22:37:41 raspberrypi Node-RED[1975]: 1570394253405 undefined
Oct 6 22:37:41 raspberrypi Node-RED[1975]: 6 Oct 22:37:33 - [error] [function:5bb23ebd.29c638]
Oct 6 22:37:41 raspberrypi Node-RED[1975]: 1570394253405 undefined
Oct 6 22:37:41 raspberrypi Node-RED[1975]: 6 Oct 22:37:33 - [error] [function:5bb23ebd.29c638]
Oct 6 22:37:41 raspberrypi Node-RED[1975]: 1570394253406 undefined
Oct 6 22:37:41 raspberrypi Node-RED[1975]: 6 Oct 22:37:33 - [error] [function:5bb23ebd.29c638]
Oct 6 22:37:41 raspberrypi Node-RED[1975]: 1570394253407 undefined

Start node-red in safe mode if necessary. (Use CMD line parameter --safe)

Have you tried searching 5bb23ebd.29c638 use CTRL+F in the node red editor.

2 Likes

Or search for it in the flows file if you can't start Node-RED.

That was too easy. :wink:

Thank you very much.

1 Like