I cannot find anything special. The only section with error is
2024-12-19 09:41:10.465 ERROR (MainThread) [supervisor.api] Failed to get supervisor logs using advanced_logs API
Traceback (most recent call last):
File “/usr/local/lib/python3.12/site-packages/aiohttp/client_proto.py”, line 92, in connection_lost
uncompleted = self._parser.feed_eof()
^^^^^^^^^^^^^^^^^^^^^^^
File “aiohttp/_http_parser.pyx”, line 508, in aiohttp._http_parser.HttpParser.feed_eof
aiohttp.http_exceptions.TransferEncodingError: 400, message:
Not enough data for satisfy transfer length header.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/src/supervisor/supervisor/api/init.py”, line 403, in get_supervisor_logs
return await self._api_host.advanced_logs_handler(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/host.py”, line 257, in advanced_logs_handler
async for cursor, line in journal_logs_reader(resp, log_formatter):
File “/usr/src/supervisor/supervisor/utils/systemd_journal.py”, line 80, in journal_logs_reader
line = await resp.content.readuntil(b"\n")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/streams.py”, line 383, in readuntil
await self._wait(“readuntil”)
File “/usr/local/lib/python3.12/site-packages/aiohttp/streams.py”, line 344, in _wait
await waiter
aiohttp.client_exceptions.ClientPayloadError: Response payload is not completed: <TransferEncodingError: 400, message=‘Not enough data for satisfy transfer length header.’>e[0m
e[31m2024-12-19 09:32:36.565 ERROR (MainThread) [supervisor.api] Failed to get supervisor logs using advanced_logs API
Traceback (most recent call last):
File “/usr/local/lib/python3.12/site-packages/aiohttp/client_proto.py”, line 92, in connection_lost
uncompleted = self._parser.feed_eof()
^^^^^^^^^^^^^^^^^^^^^^^
File “aiohttp/_http_parser.pyx”, line 508, in aiohttp._http_parser.HttpParser.feed_eof
aiohttp.http_exceptions.TransferEncodingError: 400, message:
Not enough data for satisfy transfer length header.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/src/supervisor/supervisor/api/init.py”, line 403, in get_supervisor_logs
return await self._api_host.advanced_logs_handler(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/host.py”, line 257, in advanced_logs_handler
async for cursor, line in journal_logs_reader(resp, log_formatter):
File “/usr/src/supervisor/supervisor/utils/systemd_journal.py”, line 80, in journal_logs_reader
line = await resp.content.readuntil(b"\n")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/streams.py”, line 383, in readuntil
await self._wait(“readuntil”)
File “/usr/local/lib/python3.12/site-packages/aiohttp/streams.py”, line 344, in _wait
await waiter
aiohttp.client_exceptions.ClientPayloadError: Response payload is not completed: <TransferEncodingError: 400, message=‘Not enough data for satisfy transfer length header.’>e[0m