cgarwood / homeassistant-fullykiosk

Fully Kiosk Browser integration for Home Assistant
Apache License 2.0
153 stars 27 forks source link

tts.cloud_say - Stopped working #96

Closed BigEfromDaBx closed 2 years ago

BigEfromDaBx commented 2 years ago

All of a sudden when I run the command below. I get no audio from my fire7. My fire7 gives me a little popup window saying "failed loading sound: Wrong URL or unsupported format?" when I run it.

I get no error when running it from HA on the developer tab and get a green checkmark stating it was successfully run.

service: tts.cloud_say data: message: this is a test entity_id: media_player.fire_tablet_media_player

ingo01978 commented 2 years ago

+1 on this issue.

ukgaz1987 commented 2 years ago

I'm getting the same issue since updating to 2022.5. Have tried as much as I can think of but in the end, rolling back to 2022.4.7 was the only fix for me.

frver commented 2 years ago

I have the same issue as BigEfromDaBx. I can confirm when rolling back to 2022.4.7 it works normally again. Thanks for the hint ukgaz1987 ! Maybe it has to do with that base_url has been removed from the tts configuration. See braking changes. https://github.com/home-assistant/core/pull/70382

NvrFollow commented 2 years ago

+1 on this issue.

jdbrookes commented 2 years ago

Seeing the same here on 2022.5 - The network settings have been reorganised in this version but when I check Settings -> System -> Network I already have my Internet and Local Network details set correctly.

TTS with my Google Home devices is working ok.

MackoMici commented 2 years ago

+1 on this issue.

fabiobrolo commented 2 years ago

+1 on this issue

big23 commented 2 years ago

+1 on this issue.

Misak commented 2 years ago

+1

Jizzay1 commented 2 years ago

+1

pvillanyi commented 2 years ago

After updating HA to 2022.5 my TTS notifications stopped also. I see no error on HA log, but the Kiosk Tablet pops the message "wrong URL or unsupported format" Since I can send TTS message to the Tablet over browser with ?cmd there must be something wrong in the integration. Could you look into it why HA is sending the command to Fully in a wrong format recently?

cgarwood commented 2 years ago

Sorry for the delay, was swamped earlier in the week and sick the later part of the week. Working on a patch...

cgarwood commented 2 years ago

Should be fixed by https://github.com/cgarwood/homeassistant-fullykiosk/pull/99 - will prepare a release soon