I have no errors other than the normal ones I find where some devices throw silent errors.
My log file:
2017-11-24 22:53:27 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=70 from 2017-11-24 20:43:31.123418)
2017-11-24 22:53:29 WARNING (Thread-9) [urllib3.response] Received response with both Content-Length and Transfer-Encoding set. This is expressly forbidden by RFC 7230 sec 3.3.2. Ignoring Content-Length and attempting to process response as Transfer-Encoding: chunked.
2017-11-24 22:53:29 WARNING (Thread-9) [urllib3.response] Received response with both Content-Length and Transfer-Encoding set. This is expressly forbidden by RFC 7230 sec 3.3.2. Ignoring Content-Length and attempting to process response as Transfer-Encoding: chunked.
2017-11-24 22:53:29 ERROR (Thread-9) [homeassistant.components.device_tracker.tplink] AP didn't respond with JSON. Check if credentials are correct
2017-11-24 22:53:29 ERROR (Thread-9) [homeassistant.components.device_tracker.tplink] Couldn't fetch auth tokens! Response was: {"errorcode":"login failed","success":false,"data":{"failureCount":10,"attemptsAllowed":0}}
2017-11-24 22:53:29 ERROR (Thread-9) [homeassistant.components.device_tracker.tplink] Router didn't respond with JSON. Check if credentials are correct.
2017-11-24 22:53:29 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform tplink
2017-11-24 22:53:31 WARNING (Thread-20) [pyhik.hikvision] Sensor type "audioexception" is unsupported.
2017-11-24 22:53:36 ERROR (Thread-21) [rxv] Invalid XML returned for request <YAMAHA_AV cmd="GET"><Zone_4><Volume><Mute>GetParam</Mute></Volume></Zone_4></YAMAHA_AV>: b''
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/rxv/rxv.py", line 139, in _request
response = ET.XML(res.content) # releases connection to the pool
File "/usr/lib/python3.5/xml/etree/ElementTree.py", line 1345, in XML
return parser.close()
File "<string>", line None
xml.etree.ElementTree.ParseError: no element found: line 1, column 0
2017-11-24 22:53:36 ERROR (MainThread) [homeassistant.components.media_player] Error on device update!
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_component.py", line 217, in async_add_entity
yield from entity.async_device_update(warning=False)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 306, in async_device_update
yield from self.hass.async_add_job(self.update)
File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/yamaha.py", line 124, in update
self._muted = self._receiver.mute
File "/srv/homeassistant/lib/python3.5/site-packages/rxv/rxv.py", line 554, in mute
response = self._request('GET', request_text)
File "/srv/homeassistant/lib/python3.5/site-packages/rxv/rxv.py", line 139, in _request
response = ET.XML(res.content) # releases connection to the pool
File "/usr/lib/python3.5/xml/etree/ElementTree.py", line 1345, in XML
return parser.close()
File "<string>", line None
xml.etree.ElementTree.ParseError: no element found: line 1, column 0
2017-11-24 22:53:38 WARNING (MainThread) [homeassistant.setup] Setup of qwikswitch is taking over 10 seconds.
2017-11-24 22:53:38 WARNING (MainThread) [homeassistant.setup] Setup of media_player is taking over 10 seconds.
2017-11-24 22:53:38 WARNING (MainThread) [homeassistant.setup] Setup of device_tracker is taking over 10 seconds.
2017-11-24 22:53:43 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
TP link router throws error but has always been doing that as per known issue where only one user is allowed to log in at a time and still used to work before
Yamaha zone 4 mute error also was there but still used to work before
what I did notice is there is no port 8123 for HASS when I ran
netstat --tcp --listening --programs --numeric
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:1883 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:2020 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN -
Just a note, my qwikswitch is serving from port 2020 to web browser and I can access it via http://127.0.0.1:2020
from the same pi http:127.0.0.1:8123 just gives the refused to connect browser error page