Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google-tts:get key failed from google #107

Closed
boyphongsakorn opened this issue Nov 6, 2020 · 15 comments
Closed

google-tts:get key failed from google #107

boyphongsakorn opened this issue Nov 6, 2020 · 15 comments

Comments

@boyphongsakorn
Copy link

boyphongsakorn commented Nov 6, 2020

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?

@sheminasalam
Copy link

I am also facing the same issue.

@Scotison
Copy link

Scotison commented Nov 6, 2020

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

@Failure404
Copy link

Failure404 commented Nov 6, 2020

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

@ayasystems
Copy link

Same issue here also.

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

@huuub
Copy link

huuub commented Nov 7, 2020

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.

@fullhack2
Copy link

fullhack2 commented Nov 7, 2020

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

@denisjoshua
Copy link

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

@ktetsuo
Copy link

ktetsuo commented Nov 9, 2020

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

@pcb1962
Copy link

pcb1962 commented Nov 9, 2020

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

@boyphongsakorn
Copy link
Author

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
Copy link

EtorS commented Nov 11, 2020

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
Copy link

huuub commented Nov 12, 2020

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

@Hypnos3
Copy link
Owner

Hypnos3 commented Nov 15, 2020

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

@Hypnos3 Hypnos3 closed this as completed Nov 15, 2020
@cw-kid
Copy link

cw-kid commented Dec 1, 2020

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..

@anhpnh
Copy link

anhpnh commented Dec 3, 2020

Google continue to lock api ;(((

@cw-kid cw-kid mentioned this issue Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests