Steveorevo / node-red-contrib-nbrowser

Provides a virtual web browser (a.k.a. "headless browser") appearing as a node.
34 stars 13 forks source link

Error when i output on more than 1 branch #27

Open fatoldsun00 opened 4 years ago

fatoldsun00 commented 4 years ago

Hi,

I have this error "Cannot assign to read only property 'writeQueueSize' of object '#'" <hen i try two output with 2 branches like this

image

I see in other post that it's because object is not clonable. Can you fix this probleme ?

I have the same error with this configuration on html node

image

Indeed, the node make 1 msg per html node found, the it's clone msg object and i guess that it's the source of error

Thank you