I am getting the following error pretty often in my cmd console:
(node:66456) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 data listeners added to [SockJSConnection]. Use emitter.setMaxListeners() to increase limit
I do not use subflows and can not find node 66465.
I have done a text search in my flows.json and looked for that number in the search box in Node-RED.
Both return zero results.
Personally I would investigate the other errors first, which should be easy to find. It is often the case that symptoms that are difficult to track down are related to the easy ones, so sort out all the easy ones first.
I have 12 nodes (1 in 12 different flows).
It shows that message every few hours to minutes. (Hence I am finally asking for help - it just shows up a little too often).
Should I try and have the one worldmap node and use 11 link nodes to feed that one?
No errors for 24hours.
That's the solution.
Thanks.
Thanks Colin, but no need.
I cant program, hence I use Node-RED.... The other errors are my failed attempts at string parsing.
Every now and then they fail for some reason. Its hard for me to catch them and debug them. They only happen now and then and don't seem as 'critical' as the main error.