Hi
I get alot off error in my log when useing Cameras in hassio with MJPEG. Also when I use FFMPEG Hassio works about 10 minuts then just freezez.
[Errno 113] Host is unreachable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/requests/adapters.py", line 438, in send
timeout=timeout
File "/usr/lib/python3.6/site-packages/requests/packages/urllib3/connectionpool.py", line 649, in urlopen
_stacktrace=sys.exc_info()[2])
File "/usr/lib/python3.6/site-packages/requests/packages/urllib3/util/retry.py", line 388, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
requests.packages.urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='192.168.1.33', port=80): Max retries exceeded with url: /Streaming/Channels/2/preview (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x739f5390>: Failed to establish a new connection: [Errno 113] Host is unreachable',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 422, in start
resp = yield from self._request_handler(request)
File "/usr/lib/python3.6/site-packages/aiohttp/web.py", line 306, in _handle
resp = yield from handler(request)
File "/usr/lib/python3.6/asyncio/coroutines.py", line 213, in coro
res = yield from res
File "/usr/lib/python3.6/asyncio/coroutines.py", line 213, in coro
res = yield from res
File "/usr/lib/python3.6/site-packages/homeassistant/components/http/ban.py", line 58, in ban_middleware_handler
return (yield from handler(request))
File "/usr/lib/python3.6/site-packages/homeassistant/components/http/__init__.py", line 424, in handle
result = yield from result
File "/usr/lib/python3.6/site-packages/homeassistant/components/camera/__init__.py", line 340, in get
response = yield from self.handle(request, camera)
File "/usr/lib/python3.6/site-packages/homeassistant/components/camera/__init__.py", line 360, in handle
image = yield from camera.async_camera_image()
File "/usr/lib/python3.6/site-packages/homeassistant/components/camera/mjpeg.py", line 92, in async_camera_image
self.camera_image)
File "/usr/lib/python3.6/asyncio/futures.py", line 331, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.6/asyncio/tasks.py", line 244, in _wakeup
future.result()
File "/usr/lib/python3.6/asyncio/futures.py", line 244, in result
raise self._exception
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3.6/site-packages/homeassistant/components/camera/mjpeg.py", line 118, in camera_image
self._mjpeg_url, auth=auth,
Thats the error I get, any idé what it could be?
Why dont FFMPEG work?