31 22:09:36 INFO (MainThread) [homeassistant.components.http] Serving /api/websocket to 192.168.1.107 (auth: False)
17-01-31 22:09:36 INFO (MainThread) [homeassistant.components.http] Serving /api/bootstrap to 192.168.1.107 (auth: True)
17-01-31 22:09:39 INFO (MainThread) [homeassistant.components.http] Serving / to 192.168.1.107 (auth: False)
17-01-31 22:09:44 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/home/homeassistant/.homeassistant/deps/aiohttp/file_sender.py”, line 131, in _sendfile_fallback
yield from resp.drain()
File “/home/homeassistant/.homeassistant/deps/aiohttp/web_reqrep.py”, line 888, in drain
yield from self._resp_impl.transport.drain()
File “/usr/lib/python3.4/asyncio/streams.py”, line 299, in drain
yield from self._protocol._drain_helper()
File “/usr/lib/python3.4/asyncio/streams.py”, line 197, in _drain_helper
yield from waiter
File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter
yield self # This tells Task to wait for completion.
concurrent.futures._base.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/home/homeassistant/.homeassistant/deps/aiohttp/web_server.py”, line 61, in handle_request
resp = yield from self._handler(request)
File “/home/homeassistant/.homeassistant/deps/aiohttp/web.py”, line 249, 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/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/static.py”, line 62, in static_middleware_handler
resp = yield from handler(request)
File “/home/homeassistant/.homeassistant/deps/aiohttp/web_urldispatcher.py”, line 486, in _handle
ret = yield from self._file_sender.send(request, filepath)
File “/home/homeassistant/.homeassistant/deps/aiohttp/file_sender.py”, line 201, in send
yield from self._sendfile(request, resp, f, count)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/static.py”, line 30, in sendfile
yield from orig_sendfile(request, resp, fobj, count)
File “/home/homeassistant/.homeassistant/deps/aiohttp/file_sender.py”, line 60, in _sendfile_system
yield from self._sendfile_fallback(request, resp, fobj, count)
File “/home/homeassistant/.homeassistant/deps/aiohttp/file_sender.py”, line 137, in _sendfile_fallback
resp.set_tcp_nodelay(True)
File “/home/homeassistant/.homeassistant/deps/aiohttp/web_reqrep.py”, line 737, in set_tcp_nodelay
resp_impl.transport.set_tcp_nodelay(value)
File “/home/homeassistant/.homeassistant/deps/aiohttp/parsers.py”, line 253, in set_tcp_nodelay
self._socket.setsockopt(socket.IPPROTO_TCP, CORK, False)
OSError: [Errno 9] Bad file descriptor
17-01-31 22:09:44 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/home/homeassistant/.homeassistant/deps/aiohttp/file_sender.py”, line 131, in _sendfile_fallback
yield from resp.drain()
File “/home/homeassistant/.homeassistant/deps/aiohttp/web_reqrep.py”, line 888, in drain
yield from self._resp_impl.transport.drain()
File “/usr/lib/python3.4/asyncio/streams.py”, line 299, in drain
yield from self._protocol._drain_helper()
File “/usr/lib/python3.4/asyncio/streams.py”, line 197, in _drain_helper
yield from waiter
File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter
yield self # This tells Task to wait for completion.
concurrent.futures._base.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/home/homeassistant/.homeassistant/deps/aiohttp/web_server.py”, line 61, in handle_request
resp = yield from self._handler(request)
File “/home/homeassistant/.homeassistant/deps/aiohttp/web.py”, line 249, 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/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/static.py”, line 62, in static_middleware_handler
resp = yield from handler(request)
File “/home/homeassistant/.homeassistant/deps/aiohttp/web_urldispatcher.py”, line 486, in _handle
ret = yield from self._file_sender.send(request, filepath)
File “/home/homeassistant/.homeassistant/deps/aiohttp/file_sender.py”, line 201, in send
yield from self._sendfile(request, resp, f, count)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/static.py”, line 30, in sendfile
yield from orig_sendfile(request, resp, fobj, count)
File “/home/homeassistant/.homeassistant/deps/aiohttp/file_sender.py”, line 60, in _sendfile_system
yield from self._sendfile_fallback(request, resp, fobj, count)
File “/home/homeassistant/.homeassistant/deps/aiohttp/file_sender.py”, line 137, in _sendfile_fallback
resp.set_tcp_nodelay(True)
File “/home/homeassistant/.homeassistant/deps/aiohttp/web_reqrep.py”, line 737, in set_tcp_nodelay
resp_impl.transport.set_tcp_nodelay(value)
File “/home/homeassistant/.homeassistant/deps/aiohttp/parsers.py”, line 253, in set_tcp_nodelay
self._socket.setsockopt(socket.IPPROTO_TCP, CORK, False)
OSError: [Errno 9] Bad file descriptor