did my install and played with my config but got this in my log.
The following errors have been logged this session:
17-02-10 12:23:44 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/home/homeassistant/.homeassistant/deps/aiohttp/web_server.py", line 62, in handle_request
resp = yield from self._handler(request)
File "/home/homeassistant/.homeassistant/deps/aiohttp/web.py", line 270, in _handle
resp = yield from handler(request)
File "/usr/lib/python3.4/asyncio/coroutines.py", line 143, in coro
res = yield from res
File "/usr/lib/python3.4/asyncio/coroutines.py", line 143, in coro
res = yield from res
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/http/__init__.py", line 427, in handle
result = yield from result
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/media_player/__init__.py", line 915, in get
request.app['hass'], player.media_image_url)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/media_player/__init__.py", line 862, in _async_fetch_image
content = yield from response.read()
File "/home/homeassistant/.homeassistant/deps/aiohttp/client_reqrep.py", line 730, in read
self._content = yield from self.content.read()
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 498, in wrapper
result = yield from func(self, *args, **kw)
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 565, in read
return (yield from super().read(n))
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 271, in read
block = yield from self.readany()
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 498, in wrapper
result = yield from func(self, *args, **kw)
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 575, in readany
return (yield from super().readany())
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 288, in readany
yield from self._wait('readany')
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 206, in _wait
yield from waiter
File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
aiohttp.errors.ServerDisconnectedError
17-02-10 12:24:06 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/home/homeassistant/.homeassistant/deps/aiohttp/web_server.py", line 62, in handle_request
resp = yield from self._handler(request)
File "/home/homeassistant/.homeassistant/deps/aiohttp/web.py", line 270, in _handle
resp = yield from handler(request)
File "/usr/lib/python3.4/asyncio/coroutines.py", line 143, in coro
res = yield from res
File "/usr/lib/python3.4/asyncio/coroutines.py", line 143, in coro
res = yield from res
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/http/__init__.py", line 427, in handle
result = yield from result
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/media_player/__init__.py", line 915, in get
request.app['hass'], player.media_image_url)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/media_player/__init__.py", line 862, in _async_fetch_image
content = yield from response.read()
File "/home/homeassistant/.homeassistant/deps/aiohttp/client_reqrep.py", line 730, in read
self._content = yield from self.content.read()
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 498, in wrapper
result = yield from func(self, *args, **kw)
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 565, in read
return (yield from super().read(n))
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 271, in read
block = yield from self.readany()
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 498, in wrapper
result = yield from func(self, *args, **kw)
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 575, in readany
return (yield from super().readany())
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 288, in readany
yield from self._wait('readany')
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 206, in _wait
yield from waiter
File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
aiohttp.errors.ServerDisconnectedError
17-02-10 12:24:17 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/home/homeassistant/.homeassistant/deps/aiohttp/web_server.py", line 62, in handle_request
resp = yield from self._handler(request)
File "/home/homeassistant/.homeassistant/deps/aiohttp/web.py", line 270, in _handle
resp = yield from handler(request)
File "/usr/lib/python3.4/asyncio/coroutines.py", line 143, in coro
res = yield from res
File "/usr/lib/python3.4/asyncio/coroutines.py", line 143, in coro
res = yield from res
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/http/__init__.py", line 427, in handle
result = yield from result
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/media_player/__init__.py", line 915, in get
request.app['hass'], player.media_image_url)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/media_player/__init__.py", line 862, in _async_fetch_image
content = yield from response.read()
File "/home/homeassistant/.homeassistant/deps/aiohttp/client_reqrep.py", line 730, in read
self._content = yield from self.content.read()
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 498, in wrapper
result = yield from func(self, *args, **kw)
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 565, in read
return (yield from super().read(n))
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 271, in read
block = yield from self.readany()
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 498, in wrapper
result = yield from func(self, *args, **kw)
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 575, in readany
return (yield from super().readany())
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 288, in readany
yield from self._wait('readany')
File "/home/homeassistant/.homeassistant/deps/aiohttp/streams.py", line 206, in _wait
yield from waiter
File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
aiohttp.errors.ServerDisconnectedError