watson-developer-cloud / node-red-node-watson

A collection of nodes for the IBM Watson services
Apache License 2.0
82 stars 86 forks source link

Object input into Language Translator node #444

Closed chughts closed 4 years ago

chughts commented 5 years ago

The node will cause node-red to crash If msg.payload is set to an object such as a json object. Need to add in payload validation to ensure that only a string is being passed in.

chughts commented 4 years ago

Migration to use promises with call in ibm-watson SDK 5.2.1 has removed crash and replaced with an invalid json error.