@mitchell wrote:
i have home assistant running in a docker on unraid. it has been stable for months.
I just hit restart server after renaming an entity and now it won’t load the GUI. i can SSH in, and the SMB Shares come up i have tried restoring yesterdays snapshot and the day befores snapshot and still nothing,
This is the log
2020-05-31 10:12:54 ERROR (SyncWorker_3) [homeassistant.loader] Error parsing manifest.json file at /config/custom_components/flux_led/manifest.json: Expecting value: line 7 column 1 (char 6) 2020-05-31 10:12:54 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for breaking_changes which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-05-31 10:12:54 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for grocy which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-05-31 10:12:54 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-05-31 10:12:54 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-05-31 10:12:55 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=1 from 2020-05-31 09:06:41.976040) 2020-05-31 10:12:57 ERROR (SyncWorker_0) [homeassistant.components.octoprint] Endpoint: printer Failed to update OctoPrint status. Error: 409 Client Error: CONFLICT for url: http://192.168.1.88:80/api/printer 2020-05-31 10:12:57 ERROR (MainThread) [homeassistant.helpers.template] Error parsing value: 'value_json' is undefined (value: close, template: {{value_json.RfReceived.Data}}) 2020-05-31 10:12:57 ERROR (MainThread) [homeassistant.helpers.template] Error parsing value: 'value_json' is undefined (value: close, template: {{value_json.RfReceived.Data}}) 2020-05-31 10:12:57 ERROR (MainThread) [homeassistant.helpers.template] Error parsing value: 'bool object' has no attribute 'RfReceived' (value: true, template: {{value_json.RfReceived.Data}}) 2020-05-31 10:12:57 ERROR (MainThread) [homeassistant.helpers.template] Error parsing value: 'bool object' has no attribute 'RfReceived' (value: false, template: {{value_json.RfReceived.Data}}) 2020-05-31 10:13:04 ERROR (MainThread) [homeassistant.components.snmp.sensor] Please check the details in the configuration file 2020-05-31 10:13:07 WARNING (SyncWorker_8) [homeassistant.components.flux_led.light] Failed to connect to bulb 192.168.1.107, Kitchen Underlight 2020-05-31 10:13:09 ERROR (SyncWorker_1) [homeassistant.components.smtp.notify] Login not possible. Please check your setting and/or your credentials Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/smtp/notify.py", line 137, in connection_is_valid server = self.connect() File "/usr/src/homeassistant/homeassistant/components/smtp/notify.py", line 130, in connect mail.login(self.username, self.password) File "/usr/local/lib/python3.7/smtplib.py", line 730, in login raise last_exception File "/usr/local/lib/python3.7/smtplib.py", line 721, in login initial_response_ok=initial_response_ok) File "/usr/local/lib/python3.7/smtplib.py", line 642, in auth raise SMTPAuthenticationError(code, resp) smtplib.SMTPAuthenticationError: (535, b'Incorrect authentication data') 2020-05-31 10:13:09 ERROR (MainThread) [homeassistant.components.notify] Failed to initialize notification service smtp 2020-05-31 10:13:09 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/notify/__init__.py", line 121, in async_setup_platform if hasattr(notify_service, "targets"): File "/config/custom_components/alexa_media/notify.py", line 102, in targets ['devices']['media_player'].items()): KeyError: 'devices' 2020-05-31 10:13:09 WARNING (MainThread) [homeassistant.components.mobile_app.notify] Found duplicate device name GM1913 2020-05-31 10:13:09 WARNING (MainThread) [homeassistant.components.mobile_app.notify] Found duplicate device name GM1913 2020-05-31 10:13:09 WARNING (MainThread) [homeassistant.components.mobile_app.notify] Found duplicate device name GM1913 2020-05-31 10:13:09 WARNING (MainThread) [homeassistant.components.mobile_app.notify] Found duplicate device name GM1913 2020-05-31 10:13:10 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform tplink is taking over 10 seconds. 2020-05-31 10:13:18 WARNING (MainThread) [homeassistant.components.light] Setup of light platform tplink is taking over 10 seconds. 2020-05-31 10:14:00 ERROR (MainThread) [homeassistant.components.switch] Setup of platform tplink is taking longer than 60 seconds. Startup will proceed without waiting any longer. 2020-05-31 10:14:08 ERROR (MainThread) [homeassistant.components.light] Setup of platform tplink is taking longer than 60 seconds. Startup will proceed without waiting any longer.
with SSH i am presented with:
The "‘value_json’ " errors have always been there
Posts: 1
Participants: 1