-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
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
Something is blocking Home Assistant from wrapping up the start up phase #130093
Comments
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
Hello, I just got this message this morning. If you look at the last few lines of that error message, it'll tell you what's the cause of this. Can somebody please put the Google Assistant label on this issue? This should help with notifying the dev. This is what is said at the end of my message.
|
This comment was marked as duplicate.
This comment was marked as duplicate.
Hey there @home-assistant/cloud, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) google_assistant documentation |
I have 42 Google devices and perhaps the sync is taking too long and is timing out. The issue just started for me with 2024.11.0 and effect is effectively fatal. Scripts to play music have huge delays (around 10 minutes) and yesterday, I asked Google to open the garage door (via a HA script) and nothing happened. Then, my garage door opened 12 minutes after I left the house and stayed open until I returned a few hours later (I'll add safety scripts later). ALL HACS integrations had been previously removed, all config/custom_components folders are deleted. My log message is basically the same ( sync_google() and I also have a Rachio issue which I believe is unrelated to the problem. But also note the log message: WARNING (MainThread) [homeassistant.components.cloud.google_config] Error reporting state - 14: Stream refused by server. I tried deleting my Google Cast integration and then re-added. This normally takes about 20 seconds to find all 42 Google devices but took about 30 minutes to find only 40 of the 42 devices. My network is Unifi and the health is perfect and my firewall is pfsense and it too is working fine. All direct internet (i.e. YouTube) is working fine. From my logs: 2024-11-10 13:30:50.474 WARNING (MainThread) [homeassistant.core] Something is blocking Home Assistant from wrapping up the start up phase. We're going to continue anyway. Please report the following info at https://github.com/home-assistant/core/issues: schlage.binary_sensor, notify, repairs, select, dhcp, mobile_app.device_tracker, onvif.sensor, schedule, mobile_app.binary_sensor, tplink.button, tag, mqtt.button, search, input_select, system_health, bluetooth_adapters, scene, shelly.select, assist_satellite, tplink.siren, backup, shelly.light, default_config, cloud.binary_sensor, tplink.binary_sensor, homeassistant.scene, fan, script, websocket_api, lovelace, cloud.tts, bond.cover, broadlink.sensor, wyoming, plex.update, stream, local_calendar.calendar, cast, device_automation, rachio, energy.sensor, zeroconf, webhook, logbook, wake_word, counter, update, mqtt.alarm_control_panel, shelly.button, wemo.sensor, bond.fan, lg_thinq, lg_thinq.vacuum, shelly.text, valve, rachio.calendar, wemo.binary_sensor, network, persistent_notification, shelly.valve, cast.media_player, wemo.switch, binary_sensor, switch, onvif.camera, google_assistant, tplink.number, auth, shelly.number, automation, shelly, mqtt.switch, timer, intent, input_datetime, trace, homekit_controller.binary_sensor, file_upload, ssdp, usb, stt, onvif.button, mqtt.sensor, broadlink, tplink.fan, homekit_controller.camera, shelly.cover, hassio.sensor, homekit_controller, schlage.select, input_text, plex, text, input_button, tplink.switch, homekit_controller.button, blueprint, lg_thinq.sensor, homekit_controller.climate, number, thread, tplink, hassio.binary_sensor, sensor, device_tracker, onvif, local_ip.sensor, tplink.climate, system_log, homeassistant_alerts, homekit_controller.fan, bluetooth, lg_thinq.select, shelly.climate, plex.sensor, shelly.update, lg_thinq.fan, mqtt.update, lg_thinq.number, bond, my, mqtt, homeassistant, go2rtc, hassio.update, energy, diagnostics, tplink.sensor, homekit_controller.event, mqtt.binary_sensor, calendar, config, broadlink.remote, plex.media_player, alarm_control_panel, lg_thinq.binary_sensor, lg_thinq.event, homekit_controller.sensor, image_upload, hardware, rachio.switch, history, http, button, vacuum, mqtt.number, cover, bond.switch, bond.button, plex.button, recorder, logger, sun.sensor, application_credentials, lg_thinq.climate, tplink.light, schlage, mobile_app.sensor, camera, tts, mobile_app, hassio, broadlink.switch, mobile_app.notify, api, mqtt.climate, shelly.event, cloud, shelly.sensor, homekit_controller.select, onvif.binary_sensor, remote, radio_browser, person, shelly.binary_sensor, siren, wyoming.tts, group.media_player, cloud.stt, input_number, group, frontend, local_calendar, lock, media_source, media_player, wemo, onvif.switch, assist_pipeline, ffmpeg, tplink.select, bond.light, homekit_controller.switch, onboarding, conversation, light, climate, schlage.switch, input_boolean, mqtt.select, event, sun, shelly.switch, schlage.sensor, zone, lg_thinq.switch, analytics, wake_on_lan, rachio.binary_sensor, local_ip, schlage.lock The system is waiting for tasks: {<Task pending name='Task-2008' coro=<AbstractConfig.async_initialize..sync_google() running at /usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py:114> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()]> cb=[set.remove()]>} |
Today no errors or warnings during a restart. Nothing changed over here (so it's probably a remote issue with Google)? |
My messages have gone away as well on their own. Thank you Google. |
And the warning is back again. So I guess it's not "Thank you Google" time yet. |
I'm getting the same error at startup, but the only Google integration I have installed is Google Calendar.
|
Disabling "Google Assistant" under "Voice Assistants" made the error go away. |
@antisane this also will stop homeassistant from working with Google Home, so I not think this is a really suitable solution for many of us, but thanks for the suggestion. |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
Some data from my logs below. It looks like google_assistant takes about 48 seconds to initialize, far more than 15 second budget Home Assistant allows before continuing. For my instance I'm not seeing any other messages or problems with the Google Assistant Voice Assistant once its initialization completes. I'd guess it is the API call to
Edit: added some more relevant log entries that I'd elided. Notably messages from hass_nabucasa, so I wouldn't rule out issues on the Nabu Casa side instead of, or in addition to, the Google side. |
I am seeing this error in my logs too. Could this be related to the below?
|
Still not fixed in 2025.1.0 |
The problem
I checked the logs, after installing HA core 2024.11.0 and found the message shown below.
What version of Home Assistant Core has the issue?
core-2024.11.0
What was the last working version of Home Assistant Core?
core-2024.10.4
What type of installation are you running?
Home Assistant OS
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
I actually installed 2024.11.0 yesterday just after having watched the 2024.11 release party on youtube.
That did not go as planned. No zigbee devices were working and the log mentioned that my SkyConnect could not be configured.
I had to restore the 2024.10.4 backup immediately thereafter, otherwise I would get into trouble with my spouse in the morning :-)
Now, 24 hours later it was time to try installing again. Everything seems to work just fine, but I found said message in the log, and filed the issue as requested.
The text was updated successfully, but these errors were encountered: