I have the following error message which continously comes in:
Setup:
HA 0.35.3 on a Rpi 2
I have disabled the cameras and binary_switches which I read from them, but still, the error comes in, with only minutes apart.
Anyone know why?
17-01-03 06:39:38 aiohttp.server: Error handling request
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/init.py”, line 427, in handle
result = yield from result
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/camera/init.py”, line 186, in get
response = yield from self.handle(request, camera)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/camera/init.py”, line 204, in handle
image = yield from camera.async_camera_image()
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/camera/generic.py”, line 116, in async_camera_image
self._last_image = yield from response.read()
File “/home/homeassistant/.homeassistant/deps/aiohttp/client_reqrep.py”, line 718, in read
self._content = yield from self.content.read()
File “/home/homeassistant/.homeassistant/deps/aiohttp/streams.py”, line 517, in wrapper
result = yield from func(self, *args, **kw)
File “/home/homeassistant/.homeassistant/deps/aiohttp/streams.py”, line 582, in read
return (yield from super().read(n))
File “/home/homeassistant/.homeassistant/deps/aiohttp/streams.py”, line 289, in read
block = yield from self.readany()
File “/home/homeassistant/.homeassistant/deps/aiohttp/streams.py”, line 517, in wrapper
result = yield from func(self, *args, **kw)
File “/home/homeassistant/.homeassistant/deps/aiohttp/streams.py”, line 592, in readany
return (yield from super().readany())
File “/home/homeassistant/.homeassistant/deps/aiohttp/streams.py”, line 306, in readany
yield from self._wait(‘readany’)
File “/home/homeassistant/.homeassistant/deps/aiohttp/streams.py”, line 223, 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 269, in result
raise CancelledError
concurrent.futures._base.CancelledError