lcarli / NodeRedIoTHub

Fork from origin plus changes
Apache License 2.0
14 stars 24 forks source link

Node outputs as string instead of object #26

Open L-P-G opened 5 years ago

L-P-G commented 5 years ago

when trying to manipulate the output from the node most of the nodes can't pick up the output because it's formatted as a string instead of an object. Usually the output is loaded to msg.payload, instead this is what comes out.

image

stokes776 commented 5 years ago

I get a similar behavior with the 'Azure IoT Hub' module, when it stops working randomly. I would expect a msg.payload = "error message here", but instead I get msg as a string which is proving difficult for me to catch and handle properly.

003255