Hey everyone,
I’m running hassio on a rpi 3 and started having issues last night when I tried updating home assistant. Initially it wouldn’t start back up so I had to SSH into my pi and start it back up from there, then I started having a ton of issues pop up with components that weren’t causing me any trouble before yesterday. I’m not getting any errors when I check my config, but there’s a wall of errors in my log file (the errors since my last restart are posted below). I’ve also combed over my yaml files extensively and don’t see anything wrong. I guess I could try disabling my xbox and roku remote copmonents as it suggests in the logs, but prior to last night I wasn’t having any problems and my config hasn’t changed so I’m hesitant to do that. Any suggestions? Thanks so much!
2018-09-21 21:44:29 WARNING (MainThread) [homeassistant.components.http] legacy_api_password support has been enabled. If you don’t require it, remove the ‘api_password’ from your http config.
2018-09-21 21:44:36 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id= [REDACTED] from [REDACTED])
2018-09-21 21:44:37 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.
2018-09-21 21:44:39 WARNING (MainThread) [homeassistant.loader] You are using a custom component for media_player.xboxone which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2018-09-21 21:44:39 WARNING (MainThread) [homeassistant.loader] You are using a custom component for roku_remote which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2018-09-21 21:44:47 ERROR (MainThread) [homeassistant.components.hue] Error connecting to the Hue bridge at [REDACTED]
2018-09-21 21:44:47 ERROR (MainThread) [homeassistant.components.hue] Error connecting to the Hue bridge at [REDACTED]. Retrying in 2 seconds
2018-09-21 21:44:49 WARNING (MainThread) [homeassistant.setup] Setup of input_text is taking over 10 seconds.
2018-09-21 21:44:50 ERROR (MainThread) [pydeconz.utils] Timeout getting deCONZ data from [REDACTED]
2018-09-21 21:44:50 ERROR (MainThread) [pydeconz] Couldn’t load data from deCONZ
2018-09-21 21:44:51 WARNING (MainThread) [homeassistant.setup] Setup of input_select is taking over 10 seconds.
2018-09-21 21:45:01 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-09-21 21:45:12 ERROR (MainThread) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/waze_travel_time.py”, line 74, in
EVENT_HOMEASSISTANT_START, lambda _: sensor.update())
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/waze_travel_time.py”, line 204, in update
routes = params.calc_all_routes_info(real_time=self._realtime)
File “/usr/local/lib/python3.6/site-packages/WazeRouteCalculator/WazeRouteCalculator.py”, line 145, in calc_all_routes_info
routes = self.get_route(npaths, time_delta)
File “/usr/local/lib/python3.6/site-packages/WazeRouteCalculator/WazeRouteCalculator.py”, line 95, in get_route
response_json = response.json()
File “/usr/local/lib/python3.6/site-packages/requests/models.py”, line 896, in json
return complexjson.loads(self.text, **kwargs)
File “/usr/local/lib/python3.6/site-packages/simplejson/init.py”, line 518, in loads
return _default_decoder.decode(s)
File “/usr/local/lib/python3.6/site-packages/simplejson/decoder.py”, line 370, in decode
obj, end = self.raw_decode(s)
File “/usr/local/lib/python3.6/site-packages/simplejson/decoder.py”, line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
2018-09-21 21:45:14 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-09-21 21:45:15 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/discovery.py”, line 168, in scan_devices
results = await hass.async_add_job(_discover, netdisco)
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/discovery.py”, line 194, in _discover
netdisco.scan()
File “/usr/local/lib/python3.6/site-packages/netdisco/discovery.py”, line 57, in scan
self.ssdp.scan()
File “/usr/local/lib/python3.6/site-packages/netdisco/ssdp.py”, line 41, in scan
self.update()
File “/usr/local/lib/python3.6/site-packages/netdisco/ssdp.py”, line 89, in update
entry for entry in scan()
File “/usr/local/lib/python3.6/site-packages/netdisco/ssdp.py”, line 225, in scan
for addr in zeroconf.get_all_addresses():
TypeError: get_all_addresses() missing 1 required positional argument: ‘address_family’