Open TH3xR34P3R opened 3 days ago
please restart HA in safe mode and check if the issue still occur, thx :+1:
please restart HA in safe mode and check if the issue still occur, thx 👍
Restarted in safe mode as requested and the logbook is still not loading:
here is the main log message that I see in relation to this when in safe mode:
Logger: homeassistant.components.websocket_api.http.connection Source: components/recorder/core.py:357 integration: Home Assistant WebSocket API (documentation, issues) First occurred: 2:20:25 PM (4 occurrences) Last logged: 2:20:44 PM
[140458195053312] Error handling message: Unknown error (unknown_error) Robert Koganov from 192.168.1.100 (Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0) [140458152362480] Error handling message: Unknown error (unknown_error) Robert Koganov from 192.168.1.100 (Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 28, in _handle_async_response await func(hass, connection, msg) File "/usr/src/homeassistant/homeassistant/components/history/websocket_api.py", line 524, in ws_stream last_event_time = await _async_send_historical_states( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/history/websocket_api.py", line 282, in _async_send_historical_states last_time_ts, last_time_dt, payload = await instance.async_add_executor_job( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/recorder/core.py", line 357, in async_add_executor_job return self.hass.loop.run_in_executor(self._db_executor, target, args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/base_events.py", line 863, in run_in_executor executor.submit(func, args), loop=self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 170, in submit raise RuntimeError('cannot schedule new futures after shutdown') RuntimeError: cannot schedule new futures after shutdown
All others are just referenceing the disabled addons and hacs that is set to not load in safe mode as I can see.
as well as this one:
Logger: homeassistant.components.recorder.util Source: components/recorder/util.py:202 integration: Recorder (documentation, issues) First occurred: 2:20:16 PM (3 occurrences) Last logged: 2:20:17 PM
Error executing query: (sqlite3.DatabaseError) database disk image is malformed (Background on this error at: https://sqlalche.me/e/20/4xp6)
That last log message tells me that the logger database needs to be rebuilt as such I would need the commands for that or wait for a hotfix update that runs this action for me to test.
Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (recorder
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
recorder documentation recorder source (message by IssueLinks)
Just to add to this thread:
I have tried this in both normal and safe mode and there is no change to my instance.
The problem
As of 2024.11.3 core update my logs are not showing in the dashobard nor loading and the only other issue was that File editor addon was not able to be loaded creating a repair notice (I have had to temporarily remove it and disable it via the repair notice until its resolved).
I have checked the issue in chrome, firefox and the companion app and its the same issue on all devices/browsers.
Currently this is only issue that is in this build for me, everything else is working as it should otherwise.
What version of Home Assistant Core has the issue?
2024.11.3
What was the last working version of Home Assistant Core?
2024.11.2
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
No response