Hi all,
Wondering if anyone may be able to help with some errors I’m getting. I noticed in my syslog similar write to database errors when hass was trying to update the time. The only thing that comes to mind that I’ve changed recently was to install Jupyter and start playing with that, but to my knowledge that is read-only and shouldn’t have impacted the db in anyway?
Appreciate any thoughts anyone may have! My searching didn’t come across anything similar, so I’m assuming this is unique to me
2019-01-16 20:31:22 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=139 from 2019-01-15 17:37:43.733553)
2019-01-16 20:31:27 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8)
2019-01-16 20:31:27 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds)
2019-01-16 20:31:30 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=139 from 2019-01-15 17:37:43.733553)
2019-01-16 20:31:31 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.
2019-01-16 20:31:35 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8)
2019-01-16 20:31:35 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds)
2019-01-16 20:31:38 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=139 from 2019-01-15 17:37:43.733553)
2019-01-16 20:31:43 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8)
2019-01-16 20:31:43 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds)
2019-01-16 20:31:46 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=139 from 2019-01-15 17:37:43.733553)
2019-01-16 20:31:51 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8)
2019-01-16 20:31:51 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds)
2019-01-16 20:31:54 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=139 from 2019-01-15 17:37:43.733553)
2019-01-16 20:31:59 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8)
2019-01-16 20:31:59 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds)
2019-01-16 20:32:02 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=139 from 2019-01-15 17:37:43.733553)
2019-01-16 20:32:07 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8)
2019-01-16 20:32:07 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds)
2019-01-16 20:32:10 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=139 from 2019-01-15 17:37:43.733553)
2019-01-16 20:32:15 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8)
2019-01-16 20:32:15 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds)
2019-01-16 20:32:18 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=139 from 2019-01-15 17:37:43.733553)
2019-01-16 20:32:23 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8)
2019-01-16 20:32:23 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds)
2019-01-16 20:32:26 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=139 from 2019-01-15 17:37:43.733553)
2019-01-16 20:32:31 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8)
2019-01-16 20:32:31 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds)
2019-01-16 20:32:34 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=139 from 2019-01-15 17:37:43.733553)
2019-01-16 20:32:39 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8)
2019-01-16 20:32:39 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (sqlite3.OperationalError) database is locked [SQL: 'UPDATE recorder_runs SET "end"=?, closed_incorrect=? WHERE recorder_runs.run_id = ?'] [parameters: ('2019-01-17 01:31:21.649060', 1, 139)] (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds)
2019-01-16 20:32:39 ERROR (MainThread) [homeassistant.setup] Setup failed for recorder: Component failed to initialize.
2019-01-16 20:32:39 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of history. Setup failed for dependencies: recorder
2019-01-16 20:32:39 ERROR (MainThread) [homeassistant.setup] Setup failed for history: Could not set up all dependencies.
2019-01-16 20:32:39 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: recorder
2019-01-16 20:32:39 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.