Supergiovane / node-red-contrib-tts-ultimate

This node transforms a text into a speech audio. You can hear the voice natively through Sonos or external players.
MIT License
24 stars 5 forks source link

Red triangle showing next to node #45

Closed dxdc closed 2 years ago

dxdc commented 2 years ago

image

Recently updated to latest version. Had Google and AWS Polly set up previously, everything was working fine. Now I see the red triangle error that something is wrong in the config. I deleted the AWS Polly but still no change. I also see several warning messages in the debug pane.

Supergiovane commented 2 years ago

Hi this is not an issue. You need to enter a value (220 is the default) here, but if you don't do that, the node will automatically do it for you, so do not worry. The other messages are informative only, don't care.

Node-RED___192_168_1_16

e

dxdc commented 2 years ago

Thanks for the quick reply! The node didn't do it automatically for me (as far as 220), but I manually put it in and then the error went away.

Supergiovane commented 2 years ago

Hi it dit it internally, if you leaves the field empty. The nodes aren't allowed to manually insert anything in the HTML interface, but they are allowed to do it in the js code :-)