All my TTS automations that speak to Google speakers or hubs seem to be broken. They are failing with this same error message:
Error executing service: <ServiceCall media_player.play_media (c:018112c5ea8582266688dfa17c9cdb35): entity_id=[‘media_player.kitchen_display_2’], extra=, media_type=music, media_id=media-source://tts/cloud?message=Test+test+test>
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/core.py”, line 1645, in catch_exceptions
await coro_or_task
File “/usr/src/homeassistant/homeassistant/core.py”, line 1664, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File “/usr/src/homeassistant/homeassistant/helpers/entity_component.py”, line 204, in handle_service
await service.entity_service_call(
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 677, in entity_service_call
future.result() # pop exception if have
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 964, in async_request_call
await coro
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 714, in _handle_entity_call
await result
File “/usr/src/homeassistant/homeassistant/components/cast/media_player.py”, line 715, in async_play_media
await self.hass.async_add_executor_job(
File “/usr/local/lib/python3.9/concurrent/futures/thread.py”, line 58, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.9/site-packages/pychromecast/quick_play.py”, line 77, in quick_play
controller.quick_play(**data)
File “/usr/local/lib/python3.9/site-packages/pychromecast/controllers/media.py”, line 544, in quick_play
raise PyChromecastError()
pychromecast.error.PyChromecastError
Any idea as to what’s wrong? I am running 2022.5.