vinodsr / node-red-contrib-tuya-smart-device

a node-red module for managing tuya smart devices
https://flows.nodered.org/node/node-red-contrib-tuya-smart-device
MIT License
43 stars 15 forks source link

Node does not work in conjunction with Http in node #131

Open helander opened 10 months ago

helander commented 10 months ago

There is a logging statement in the on(’input’,…) method that logs the complete message. This logging fails in some cases because the message may contain cyclic content. This happens in case the flow begins with an Http In node. The message does in this case contain request/response information which makes the logging fail. The proper solution would be for the Tuya Smar Device nodes to only logg message payload and not the full messsge content.

stale[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.