I have using HA google_say in my Node Red flows for a long time and they have been working fine until HA 2021.2.1.
If i use the Dev Tools and Service tts.google_translate_say it works fine but if i try it from Node Red i get this error.
Logger: homeassistant.components.tts
Source: components/tts/init.py:171
Integration: Text-to-Speech (TTS) (documentation, issues)
First occurred: 12:31:30 (10 occurrences)
Last logged: 13:22:10
Error on init TTS: No TTS from google_translate for ‘testing’
2021-02-06 13:22:10 ERROR (SyncWorker_42) [homeassistant.components.google_translate.tts] Error during processing of TTS request 200 (OK) from TTS API. Probable cause: Unknown
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/google_translate/tts.py", line 132, in get_tts_audio
tts.write_to_fp(mp3_data)
File "/usr/local/lib/python3.8/site-packages/gtts/tts.py", line 294, in write_to_fp
raise gTTSError(tts=self, response=r)
gtts.tts.gTTSError: 200 (OK) from TTS API. Probable cause: Unknown
2021-02-06 13:22:10 ERROR (MainThread) [homeassistant.components.tts] Error on init TTS: No TTS from google_translate for 'testing'
This is my service node.
Any help please
Edit: Just change to cloud_say by Nabu Casa and it works.