Closed uncommonman closed 6 years ago
Looks like there is a line missing in config.html, since the user name is not saved for the Text To Speech service. The lines
ttsPassword: {type:"password"}, sttUsername: {type:"text"}, sttPassword: {type:"password"},
should probably be
ttsUsername: {type:"text"}, ttsPassword: {type:"password"}, sttUsername: {type:"text"}, sttPassword: {type:"password"},
This issue should be fixed.
Looks like there is a line missing in config.html, since the user name is not saved for the Text To Speech service. The lines
should probably be