i have the following flow in node-red:
the problem is the "puppeter wait for" node when it output just once, there is no problem but when i add a second one to trigger the "cordon" node then that throws this exception:
19 Feb 10:04:57 - [error] [puppeteer-page-waitFor:wait] RangeError: Maximum call stack size exceeded
19 Feb 10:04:57 - [red] Uncaught Exception:
19 Feb 10:04:57 - [error] RangeError: Maximum call stack size exceeded
at baseClone (C:\Users\ACER\AppData\Roaming\npm\node_modules\node-red\node_modules\lodash.clonedeep\index.js:841:19)
at C:\Users\ACER\AppData\Roaming\npm\node_modules\node-red\node_modules\lodash.clonedeep\index.js:897:30
at arrayEach (C:\Users\ACER\AppData\Roaming\npm\node_modules\node-red\node_modules\lodash.clonedeep\index.js:140:9)
at baseClone (C:\Users\ACER\AppData\Roaming\npm\node_modules\node-red\node_modules\lodash.clonedeep\index.js:891:3)
at C:\Users\ACER\AppData\Roaming\npm\node_modules\node-red\node_modules\lodash.clonedeep\index.js:897:30
at arrayEach (C:\Users\ACER\AppData\Roaming\npm\node_modules\node-red\node_modules\lodash.clonedeep\index.js:140:9)
at baseClone (C:\Users\ACER\AppData\Roaming\npm\node_modules\node-red\node_modules\lodash.clonedeep\index.js:891:3)
at C:\Users\ACER\AppData\Roaming\npm\node_modules\node-red\node_modules\lodash.clonedeep\index.js:897:30
at arrayEach (C:\Users\ACER\AppData\Roaming\npm\node_modules\node-red\node_modules\lodash.clonedeep\index.js:140:9)
at baseClone (C:\Users\ACER\AppData\Roaming\npm\node_modules\node-red\node_modules\lodash.clonedeep\index.js:891:3)
what im trying to achieve is scrape a web page for a machine in my work place.
i tried adding another "puppeter wait for" node then link the two to the same url node but then this error get navigated the "url" node.