hassio-addons/addon-node-red

google-tts:get token key failed from google #829

walkercz posted onGitHub

Problem/Motivation

google-tts:get token key failed from google TTS is not working in cast node

Expected behavior

cast node: custom message should be played on chromecast devices

Actual behavior

volume level is set on device, message is not said error in debug: "Not able to get media file via google-tts:get token key failed from google"

Steps to reproduce

create flow: inject node > cast node > debug node

set cast node: ip: of your chromecast device Message: Hello world volume: 50

Proposed changes

Please take a look on this problem and try to create a solution. Thank you very much.

Resolution:

for others dealing with this problem update node: go to HA node-red configuration and use:

init_commands:
- npm outdated

save and restart HA node-red and see HA node-red log to get a name of the outdated node than update it

init_commands:
- npm install <name-of-module>@latest

save and restart HA node-red


That is not an add-on issue, but an issue with the specific palette/node. Please report that issue upstream. Thanks 👍

posted by frenck over 4 years ago

Fund this Issue

$0.00
Funded

Pull requests