Unhandled exception – (ERRORE) /srv/homeassistant/lib/python3.8/site-packages/aiohttp/web_protocol.py

Hello everybody,
I’ve been getting this error for a few days now. HA works fine apparently, but it’s annoying to find the error in the log every time.
Does anyone know what it is?
Thanks & Regards

Logger: aiohttp.server
Source: /srv/homeassistant/lib/python3.8/site-packages/aiohttp/web_protocol.py:393
First occurred: 11:02:10 (1 occurrences)
Last logged: 11:02:10

Unhandled exception
Traceback (most recent call last):
File “/usr/local/lib/python3.8/asyncio/base_events.py”, line 1152, in _sendfile_fallback
read = await self.run_in_executor(None, file.readinto, view)
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.8/site-packages/aiohttp/web_protocol.py”, line 485, in start
resp, reset = await task
File “/srv/homeassistant/lib/python3.8/site-packages/aiohttp/web_protocol.py”, line 440, in _handle_request
reset = await self.finish_response(request, resp, start_time)
File “/srv/homeassistant/lib/python3.8/site-packages/aiohttp/web_protocol.py”, line 591, in finish_response
await prepare_meth(request)
File “/srv/homeassistant/lib/python3.8/site-packages/aiohttp/web_fileresponse.py”, line 241, in prepare
return await self._sendfile(request, fobj, offset, count)
File “/srv/homeassistant/lib/python3.8/site-packages/aiohttp/web_fileresponse.py”, line 96, in _sendfile
await loop.sendfile(transport, fobj, offset, count)
File “/usr/local/lib/python3.8/asyncio/base_events.py”, line 1131, in sendfile
return await self._sendfile_fallback(transport, file,
File “/usr/local/lib/python3.8/asyncio/base_events.py”, line 1161, in _sendfile_fallback
await proto.restore()
File “/usr/local/lib/python3.8/asyncio/base_events.py”, line 263, in restore
self._transport.resume_reading()
File “/usr/local/lib/python3.8/asyncio/sslproto.py”, line 344, in resume_reading
self._ssl_protocol._transport.resume_reading()
AttributeError: ‘NoneType’ object has no attribute ‘resume_reading’

Hi,

I have the same exact problem, same error log all the way, character by character.

I was so proud of having a clean log on my install for quite some months, no errors whatsoever, but now this one keeps popping up every now and then, very annoying indeed.

I’m on:
core-2021.6.6
supervisor-2021.06.6
Home Assistant OS 6.1

Cheers,
-jprates

Found an open issue already for this: