Hypnos3/node-red-contrib-cast

google-tts:get key failed from google

Closed this issue · 15 comments

i set language to thai
and i got this error "Not able to get media file via google-tts:get key failed from google"
in node-red from home assistant
how to fix that?

I am also facing the same issue.

me too. If I continue to hit the node it will go though but only about 50% of the time.

me too. If I continue to hit the node it will go though but only about 50% of the time.

Same issue here.
See also here:
zlargon/google-tts#33

Same issue here also.

I've my own google tts key so where can set it into node-red-contrib-cast??

huuub commented

I have the same issue. It works like 50% of the time.I use en and nl as language. So it is not language related I think.

Same issue here. Seeing inconsistent results. Some times it works without issue and others it fails with the "Not able to get media file via google-tts:get key failed from google" error.

zlargon/google-tts#33

I subscribe... have same problem :-(
Thanks in advance

I have a same problem and I read this.
zlargon/google-tts#33

The latest version 0.0.5 should work fine.

node-red-contrib-cast is using google-tts-api v0.0.4 now,
so I fixed this problem by following process. (update google-tts-api to v0.0.5)

cd ~/.node-red/node_modules/node-red-contrib-cast
npm update google-tts-api

That seems to have fixed it for me, thank you @ktetsuo

I have a same problem and I read this.
zlargon/google-tts#33

The latest version 0.0.5 should work fine.

node-red-contrib-cast is using google-tts-api v0.0.4 now,
so I fixed this problem by following process. (update google-tts-api to v0.0.5)

cd ~/.node-red/node_modules/node-red-contrib-cast
npm update google-tts-api

can i use this command to update in home assistant?

EtorS commented

I have a same problem and I read this.
zlargon/google-tts#33

The latest version 0.0.5 should work fine.

node-red-contrib-cast is using google-tts-api v0.0.4 now,
so I fixed this problem by following process. (update google-tts-api to v0.0.5)

cd ~/.node-red/node_modules/node-red-contrib-cast
npm update google-tts-api

Worked!! Thanks! :)

huuub commented

Hmm not for me. But I run it from hacs...

I have updated the dependencies of google-tts-api to the latest (0.0.5).

Hi

Can anyone please help me? My Google Home TTS has stopped working.

I am also now seeing this message in Node Red debug:

"Not able to get media file via google-tts:get token key failed from google"

I ran these commands but its still not working:

cd ~/.node-red/node_modules/node-red-contrib-cast
npm update google-tts-api

I seem to have google-tts-api in two different directories:

/home/pi/.node-red/node_modules/google-tts-api

and

/home/pi/.node-red/node_modules/node-red-contrib-cast/node_modules/google-tts-api

Both appear to be version 0.0.5 if I look inside the CHANGELOG.md file.

I also update node-red-contrib-cast its now version 0.2.16 it was version 0.2.15.

Any idea why its still not working or how to fix it ?

THANK YOU..

Google continue to lock api ;(((