Skip to content
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

Integration Causes HA to crash on update from 2024.7 to 2024.8 #283

Open
maniscalcojohn opened this issue Aug 17, 2024 · 4 comments
Open

Comments

@maniscalcojohn
Copy link

I was attempting to update my HA from 2024.7 to 2024.8 and could not get it to update. Each time, the HA would crash and roll back to 2024.7. Unfortunately, the logs are sparse on the exact issue, but I did see several comments about this integration in the logs, so I tried disabling it and running the update again, and was successful.

This comment shows up several times:

WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration ge_home with title: [email protected] and entry_id: xxxxxxxxxxxxxxxxxxxxxxxxx, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.

The last log before the crash is:

File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 641, in sock_connect
return await fut
^^^^^^^^^
asyncio.exceptions.CancelledError: Home Assistant is stopping

@danielgoepp
Copy link

Looks like: #271

@danielgoepp
Copy link

danielgoepp commented Sep 26, 2024

@maniscalcojohn are you still experiencing crashes? I can run HA just fine, but am still seeing this warning. #271 was closed, so I opened another issue to track, but then I see yours here too which is still open and looks directly related, the only difference I guess is that I'm not crashing. My new issue is #290

@maniscalcojohn
Copy link
Author

maniscalcojohn commented Sep 26, 2024 via email

@danielgoepp
Copy link

I can't close your issue. I'm just another user like you, I was just experiencing the same thing, and was cleaning up some of my other issues on here, so I figured I would ask you how things were. You can close the issue though, down at the bottom of the page here in the comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants