Closed Jaykurb closed 6 months ago
Duplicate of #8
Hi, I used the workaround from https://github.com/TheFes/Google-Home-Resume/issues/8#issuecomment-2048201567 and that has removed the error posted above but it still isn't working for me.
The errors I get now are these two:
Logger: homeassistant.core
Source: core.py:2559
First occurred: 10:16:15 (1 occurrences)
Last logged: 10:16:15
Error executing service: <ServiceCall media_player.play_media (c:01HVNNEDJCXCJNKAE7FDF34EVM): entity_id=['media_player.main_bedroom_speaker', 'media_player.kitchen_display', 'media_player.grace_bedroom_speaker', 'media_player.living_room_speaker'], extra=, media_type=music, media_id=media-source://tts/cloud?message=Jake,+you+have+0+unread+mail> Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/core.py", line 2559, in _run_service_call_catch_exceptions await coro_or_task File "/usr/src/homeassistant/homeassistant/core.py", line 2580, in _execute_service return await target(service_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 996, in entity_service_call raise result from None File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1580, in async_request_call return await coro ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1043, in _handle_entity_call result = await task ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/cast/media_player.py", line 783, in async_play_media await self.hass.async_add_executor_job( File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/cast/media_player.py", line 108, in wrapper raise HomeAssistantError( homeassistant.exceptions.HomeAssistantError: CastMediaPlayerEntity._quick_play Failed: Execution of quick play https://9k674cjhyf6ekjmurine9y95rl4i0mfi.ui.nabu.casa/api/tts_proxy/f6dd826adec46a4e87d43a0c72db6410cf1ee96b_en-ie_6e8b81ac47_cloud.mp3 timed out after 30.0 s.
- Error 2 -
Logger: homeassistant.components.cast.media_player Source: components/cast/media_player.py:411 integration: Google Cast (documentation, issues) First occurred: 10:14:32 (2 occurrences) Last logged: 10:14:32
Failed to cast media https://tunein-ondemand.cdnstream1.com/bump_sonic_pre.mp3/;?aw_0_1st.playerid=NVok3txQ&aw_0_1st.skey=1713345267&aw_0_1st.bundleId=tunein.player&aw_0_1st.abtest=&partnerId=NVok3txQ&aw_0_1st.stationId=s17569&aw_0_1st.premium=false&source=TuneIn&aw_0_1st.platform=tunein&aw_0_1st.genre_id=g3125&aw_0_1st.class=talk&aw_0_1st.ads_partner_alias=ce.GoogleHome&aw_0_azn.planguage=en. Please make sure the URL is: Reachable from the cast device and either a publicly resolvable hostname or an IP address
I don't know if this is script related or a media player integration like issue [#8](https://github.com/TheFes/Google-Home-Resume/issues/8). Appologies if it is not script related.
Hi Fes.
I have an issue where it no longer resumes after the announcement. I tried updating to the latest HA OS and Core, but the issue remains.
This appeared in my logs after using the script and listening to TuneIn radio:
and this error appeared when using the script and listening to spotify:
Strangely, the announcement does not work at all while Spotify is playing, but it does while TuneIn is playing or no music.
I have attached my traces; if you could take a look, please