IgnitionModuleDevelopmentCommunity / IgnitionNode-RED

Adds support for Node-RED
Apache License 2.0
31 stars 7 forks source link

Tag read/write Incorrect format for JSON POST data #16

Closed wpmccormick closed 3 years ago

wpmccormick commented 3 years ago

I'm getting an Incorrect format for JSON POST data error when doing tag read and writes on the latest version.

As soon as I updated node-red-contrib-ignition-nodes to 1.5.9, I started getting the error.

I confirmed that it works in 1.5.7, and stopped working in both 1.5.8 and 1.5.9.

Additionally, there is a possible security issue in the log message (both sides) where the password is clear text.

iatraviscox commented 3 years ago

What version do you have for node-red-contrib-ignition-nodes and Ignition NodeRED module? They should match. You probably need to download the latest Ignition Module:

https://github.com/IgnitionModuleDevelopmentCommunity/IgnitionNode-RED/releases/tag/1.5.9

wpmccormick commented 3 years ago

Yep. That's what I missed. I suppose there's a note somewhere that both sides need to be updated.