gyoong2
gyoong2

Reputation: 41

Either MQTT Client is not fully initialized (please wait) or non-JSON message has been sent

When trying to send a command to an IBM IoT node from an Inject node using the Node-RED flow editor, the following error appears: "Either MQTT Client is not fully initialized (please wait) or non-JSON message has been sent".

Inject Node Configuration:
Payload: timestamp

IBM IoT Node Configuration:
Authentication: Bluemix Serivce
Output Type: Device Command
Device Type:
Device Id:
Command Type: test
Format: json
Data: {"testMessage": "testMessage"}
Name: IBM IoT

Upvotes: 1

Views: 306

Answers (1)

gyoong2
gyoong2

Reputation: 41

To get rid of the error, I changed the format from json to JSON (all uppercase)

Upvotes: 3

Related Questions