So I haven’t updated home assistant in a month or so. When I attempted to update it last night it basically crashed and will not reload for me.
I have been unsuccessful in getting SSH setup so I cannot connect to the raspberry pi through that. I am running Hassio (not sure what version). I was able to use diskinternals linux reader to at least look at my log file but unfortunately I am not able to determine what the cause is it looks rather complicated.
Would it be possible to access the terminal by connecting a keyboard and monitor and possibly get a back up file running?
I am going to post at least the beginning of the log file so maybe there is a clue there (the entire log is 30000 lines long so I don’t think posting that would be feasible)
Any help is appreciated. Thanks
2020-06-19 07:42:04 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=79 from 2020-06-19 02:12:54.969273)
2020-06-19 07:42:20 ERROR (SyncWorker_3) [homeassistant.util.json] Could not parse JSON content: /config/.storage/esphome.85de606f86454300bc34e181889e68e3
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/util/json.py", line 31, in load_json
return json.loads(fdesc.read()) # type: ignore
File "/usr/local/lib/python3.7/json/__init__.py", line 348, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.7/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.7/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 259 column 2 (char 14995)
2020-06-19 07:42:21 ERROR (MainThread) [homeassistant.components.wled] Error fetching wled data: Invalid response from API: Error occurred while communicating with WLED device.
2020-06-19 07:42:21 WARNING (MainThread) [homeassistant.config_entries] Config entry for wled not ready yet. Retrying in 5 seconds.
2020-06-19 07:42:21 WARNING (MainThread) [homeassistant.config_entries] Config entry for roku not ready yet. Retrying in 5 seconds.
2020-06-19 07:42:24 WARNING (MainThread) [pymyq.api] Device update failed; trying again in 1 seconds
2020-06-19 07:42:24 ERROR (MainThread) [metno] https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/1.9/ returned 203
2020-06-19 07:42:24 ERROR (MainThread) [homeassistant.components.met.weather] Retrying in 18 minutes
2020-06-19 07:42:24 WARNING (MainThread) [homeassistant.components.vizio.media_player] Failed to connect to 192.168.1.103:9000
2020-06-19 07:42:24 ERROR (SyncWorker_15) [homeassistant.util.json] Could not parse JSON content: /config/.storage/auth
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/util/json.py", line 31, in load_json
return json.loads(fdesc.read()) # type: ignore
File "/usr/local/lib/python3.7/json/__init__.py", line 348, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.7/json/decoder.py", line 340, in decode
raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 1 column 3 (char 2)
2020-06-19 07:42:25 WARNING (MainThread) [homeassistant.components.media_player] Platform vizio not ready yet. Retrying in 30 seconds.
2020-06-19 07:42:25 WARNING (MainThread) [homeassistant.setup] Setup of input_boolean is taking over 10 seconds.
2020-06-19 07:42:27 ERROR (MainThread) [homeassistant.components.wled] Error fetching wled data: Invalid response from API: Error occurred while communicating with WLED device.
2020-06-19 07:42:27 WARNING (MainThread) [homeassistant.config_entries] Config entry for wled not ready yet. Retrying in 5 seconds.
2020-06-19 07:42:27 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Google Cast for cast
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/util/json.py", line 31, in load_json
return json.loads(fdesc.read()) # type: ignore
File "/usr/local/lib/python3.7/json/__init__.py", line 348, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.7/json/decoder.py", line 340, in decode
raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 1 column 3 (char 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 216, in async_setup
hass, self
File "/usr/src/homeassistant/homeassistant/components/cast/__init__.py", line 26, in async_setup_entry
await home_assistant_cast.async_setup_ha_cast(hass, entry)
File "/usr/src/homeassistant/homeassistant/components/cast/home_assistant_cast.py", line 26, in async_setup_ha_cast
user = await hass.auth.async_get_user(user_id)
File "/usr/src/homeassistant/homeassistant/auth/__init__.py", line 184, in async_get_user
return await self._store.async_get_user(user_id)
File "/usr/src/homeassistant/homeassistant/auth/auth_store.py", line 72, in async_get_user
await self._async_load()
File "/usr/src/homeassistant/homeassistant/auth/auth_store.py", line 289, in _async_load
await self._async_load_task()
File "/usr/src/homeassistant/homeassistant/auth/auth_store.py", line 296, in _async_load_task
self._store.async_load(),
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 98, in async_load
return await self._load_task
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 111, in _async_load
json_util.load_json, self.path
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/util/json.py", line 37, in load_json
raise HomeAssistantError(error)
homeassistant.exceptions.HomeAssistantError: Extra data: line 1 column 3 (char 2)