Any assistance with this would be much appreciated. Have been back and forth with Nabu Casa support. Hasn't worked since 12.01 update two weeks ago. Didn't install the Alexa update so it wasn't that. Continuous Connection Lost error after 2 minutes. Hard shut-down after each failed attempt and then I try again. Keyboard plugged into Green and also attempted via updated Android mobile app. Can't get into Web UI.
Attempted rollback for Core and OS at least a dozen times now and the Processing animation shows on the command line and then hangs there. I have changed ethernet cable. I am using an Eero 6e router
I did disable IPv6 and also the last couple of add-ons which were updated. Screenshots I have of everything below
I did get a log from the Android app and Chat GPT shows this issue but I think it's unrelated
This log suggests that the Android companion app for Home Assistant is experiencing a problem related to background tasks, specifically involving WorkManager
Key Observations from the Log:
- onFrameAvailable and reportDrawFinished Logs:
These messages indicate that the app's UI thread is processing frames, likely related to rendering updates in the WebView (possibly the Home Assistant frontend).
- WorkManager Issue:
The following lines show the app's WorkManager stopped a task:
WM-SystemFgService: Shutting down.
Work [ id=5a2252f4-ac25-46e1-88d8-1840daf843df, tags={ io.homeassistant.companion.android.sensors.SensorWorker } ] was cancelled
SensorWorker is part of the companion app's background services, handling sensor updates to Home Assistant. The cancellation suggests either:
The job exceeded its execution constraints.
The service was interrupted or stopped unexpectedly.