Hi,
I’m pretty new to home assistant and did my installation on my qnap server in a container. I now get the following thing in my log file:
023-02-23 09:57:49.064 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 798, in async_init
flow, result = await task
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 826, in _async_init
result = await self._async_handle_step(flow, flow.init_step, data)
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 335, in _async_handle_step
result: FlowResult = await getattr(flow, method)(user_input)
File “/usr/src/homeassistant/homeassistant/components/qnap_qsw/config_flow.py”, line 92, in
async_step_dhcp
await qsw.get_live()
File “/usr/local/lib/python3.10/site-packages/aioqsw/localapi.py”, line 199, in get_live
return await self.http_request(“GET”, f"{API_PATH}/live")
File “/usr/local/lib/python3.10/site-packages/aioqsw/localapi.py”, line 137, in http_request
resp: ClientResponse = await self.aiohttp_session.request(
File “/usr/local/lib/python3.10/site-packages/aiohttp/client.py”, line 559, in _request
await resp.start(conn)
File “/usr/local/lib/python3.10/site-packages/aiohttp/client_reqrep.py”, line 898, in start
message, payload = await protocol.read() # type: ignore[union-attr]
File “/usr/local/lib/python3.10/site-packages/aiohttp/streams.py”, line 616, in read
await self._waiter
aiohttp.client_exceptions.ClientOSError: [Errno 104] Connection reset by peer
I searched on the internet and found this to solve it: https://github.com/home-assistant/core/issues/74770
But how do i download and install this in home assistant? I have to do it in ssh but how? im a total noob in this.
thx,
Dual