NRCHKB / node-red-contrib-unifi-os

Nodes to access UniFi data using endpoints and websockets
Apache License 2.0
26 stars 2 forks source link

Passing complex msg to request node causes Type Error #17

Closed Shaquu closed 3 years ago

Shaquu commented 3 years ago

I am passing full msg object from http in node to request node.

"TypeError: Converting circular structure to JSON"

Probably it is the cause: log.debug('Received input message: ' + JSON.stringify(msg))