I’ve followed the getting started section for a virtual environment. Everything seems to have gone through smoothly. But when I run Hass. I have a ton of errors in the log. It’s quite overwhelming and frankly I don’t know where to start. Below is the log output. Can someone point me in the right direction of help me out?
16-08-06 21:15:59 netdisco.ssdp: Error fetching description at http://10.12.1.1:8200/rootDesc.xml
16-08-06 21:16:01 pynetgear: Error talking to API
Traceback (most recent call last):
File "/srv/hass/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 142, in _new_conn
(self.host, self.port), self.timeout, **extra_kw)
File "/srv/hass/lib/python3.4/site-packages/requests/packages/urllib3/util/connection.py", line 67, in create_connection
for res in socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM):
File "/usr/lib/python3.4/socket.py", line 533, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -5] No address associated with hostname
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/hass/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 578, in urlopen
chunked=chunked)
File "/srv/hass/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 362, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/usr/lib/python3.4/http/client.py", line 1088, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python3.4/http/client.py", line 1126, in _send_request
self.endheaders(body)
File "/usr/lib/python3.4/http/client.py", line 1084, in endheaders
self._send_output(message_body)
File "/usr/lib/python3.4/http/client.py", line 922, in _send_output
self.send(msg)
File "/usr/lib/python3.4/http/client.py", line 857, in send
self.connect()
File "/srv/hass/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 167, in connect
conn = self._new_conn()
File "/srv/hass/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 151, in _new_conn
self, "Failed to establish a new connection: %s" % e)
requests.packages.urllib3.exceptions.NewConnectionError: <requests.packages.urllib3.connection.HTTPConnection object at 0x7fc44c502a20>: Failed to establish a new connection: [Errno -5] No address associated with hostname
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/hass/lib/python3.4/site-packages/requests/adapters.py", line 403, in send
timeout=timeout
File "/srv/hass/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 623, in urlopen
_stacktrace=sys.exc_info()[2])
File "/srv/hass/lib/python3.4/site-packages/requests/packages/urllib3/util/retry.py", line 281, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
requests.packages.urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='routerlogin.net', port=5000): Max retries exceeded with url: /soap/server_sa/ (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fc44c502a20>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/hass/.homeassistant/deps/pynetgear/__init__.py", line 113, in _make_request
self.soap_url, headers=headers, data=message, timeout=10)
File "/srv/hass/lib/python3.4/site-packages/requests/api.py", line 111, in post
return request('post', url, data=data, json=json, **kwargs)
File "/srv/hass/lib/python3.4/site-packages/requests/api.py", line 57, in request
return session.request(method=method, url=url, **kwargs)
File "/srv/hass/lib/python3.4/site-packages/requests/sessions.py", line 475, in request
resp = self.send(prep, **send_kwargs)
File "/srv/hass/lib/python3.4/site-packages/requests/sessions.py", line 585, in send
r = adapter.send(request, **kwargs)
File "/srv/hass/lib/python3.4/site-packages/requests/adapters.py", line 467, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='routerlogin.net', port=5000): Max retries exceeded with url: /soap/server_sa/ (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fc44c502a20>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
16-08-06 21:16:01 homeassistant.components.device_tracker.netgear: Failed to Login
16-08-06 21:16:01 homeassistant.components.device_tracker: Error setting up platform netgear
16-08-06 21:22:05 homeassistant.components: homeassistant/turn_off cannot be called without entity_id
16-08-06 21:33:36 pychromecast.socket_client: Heartbeat timeout, resetting connection
16-08-06 21:34:06 pychromecast.socket_client: Failed to connect, retrying in 5.000000s
Traceback (most recent call last):
File "/home/hass/.homeassistant/deps/pychromecast/socket_client.py", line 233, in initialize_connection
self.socket.connect((self.host, self.port))
File "/usr/lib/python3.4/ssl.py", line 864, in connect
self._real_connect(addr, False)
File "/usr/lib/python3.4/ssl.py", line 851, in _real_connect
socket.connect(self, addr)
socket.timeout: timed out