Description
Anthias Server keeps crashing repeatedly.
Logs
anthias-server ERROR: Exception in ASGI application
anthias-server Traceback (most recent call last):
anthias-server File "/venv/lib/python3.13/site-packages/redis/asyncio/connection.py", line 783, in read_response
anthias-server response = await self._parser.read_response(
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server disable_decoding=disable_decoding, push_request=push_request
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server )
anthias-server ^
anthias-server File "/venv/lib/python3.13/site-packages/redis/_parsers/resp3.py", line 185, in read_response
anthias-server response = await self._read_response(
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server disable_decoding=disable_decoding, push_request=push_request
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server )
anthias-server ^
anthias-server File "/venv/lib/python3.13/site-packages/redis/_parsers/resp3.py", line 197, in _read_response
anthias-server raw = await self._readline()
anthias-server ^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/venv/lib/python3.13/site-packages/redis/_parsers/base.py", line 578, in _readline
anthias-server data = await self._stream.readline()
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/usr/lib/python3.13/asyncio/streams.py", line 562, in readline
anthias-server line = await self.readuntil(sep)
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/usr/lib/python3.13/asyncio/streams.py", line 677, in readuntil
anthias-server await self._wait_for_data('readuntil')
anthias-server File "/usr/lib/python3.13/asyncio/streams.py", line 539, in _wait_for_data
anthias-server await self._waiter
anthias-server asyncio.exceptions.CancelledError
anthias-server
anthias-server The above exception was the direct cause of the following exception:
anthias-server
anthias-server Traceback (most recent call last):
anthias-server File "/venv/lib/python3.13/site-packages/redis/asyncio/connection.py", line 782, in read_response
anthias-server async with async_timeout(read_timeout):
anthias-server ~~~~~~~~~~~~~^^^^^^^^^^^^^^
anthias-server File "/usr/lib/python3.13/asyncio/timeouts.py", line 116, in aexit
anthias-server raise TimeoutError from exc_val
anthias-server TimeoutError
anthias-server
anthias-server During handling of the above exception, another exception occurred:
anthias-server
anthias-server Traceback (most recent call last):
anthias-server File "/venv/lib/python3.13/site-packages/uvicorn/protocols/websockets/websockets_sansio_impl.py", line 350, in run_asgi
anthias-server result = await self.app(self.scope, self.receive, self.send)
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/venv/lib/python3.13/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in call
anthias-server return await self.app(scope, receive, send)
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/venv/lib/python3.13/site-packages/channels/routing.py", line 48, in call
anthias-server return await application(scope, receive, send)
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/venv/lib/python3.13/site-packages/channels/security/websocket.py", line 37, in call
anthias-server return await self.application(scope, receive, send)
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/venv/lib/python3.13/site-packages/channels/routing.py", line 118, in call
anthias-server return await application(
anthias-server ^^^^^^^^^^^^^^^^^^
anthias-server ...<10 lines>...
anthias-server )
anthias-server ^
anthias-server File "/venv/lib/python3.13/site-packages/channels/consumer.py", line 95, in app
anthias-server return await consumer(scope, receive, send)
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/venv/lib/python3.13/site-packages/channels/consumer.py", line 58, in call
anthias-server await await_many_dispatch(
anthias-server [receive, self.channel_receive], self.dispatch
anthias-server )
anthias-server File "/venv/lib/python3.13/site-packages/channels/utils.py", line 57, in await_many_dispatch
anthias-server await task
anthias-server redis.exceptions.TimeoutError: Timeout reading from redis:6379
Environment
- Device: Raspberry Pi 3 Model B Rev 1.2
- OS: balenaOS
- Anthias Version: v2026.7.4
- Installation Method: balenaHub
Description
Anthias Server keeps crashing repeatedly.
Logs
anthias-server ERROR: Exception in ASGI application
anthias-server Traceback (most recent call last):
anthias-server File "/venv/lib/python3.13/site-packages/redis/asyncio/connection.py", line 783, in read_response
anthias-server response = await self._parser.read_response(
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server disable_decoding=disable_decoding, push_request=push_request
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server )
anthias-server ^
anthias-server File "/venv/lib/python3.13/site-packages/redis/_parsers/resp3.py", line 185, in read_response
anthias-server response = await self._read_response(
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server disable_decoding=disable_decoding, push_request=push_request
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server )
anthias-server ^
anthias-server File "/venv/lib/python3.13/site-packages/redis/_parsers/resp3.py", line 197, in _read_response
anthias-server raw = await self._readline()
anthias-server ^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/venv/lib/python3.13/site-packages/redis/_parsers/base.py", line 578, in _readline
anthias-server data = await self._stream.readline()
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/usr/lib/python3.13/asyncio/streams.py", line 562, in readline
anthias-server line = await self.readuntil(sep)
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/usr/lib/python3.13/asyncio/streams.py", line 677, in readuntil
anthias-server await self._wait_for_data('readuntil')
anthias-server File "/usr/lib/python3.13/asyncio/streams.py", line 539, in _wait_for_data
anthias-server await self._waiter
anthias-server asyncio.exceptions.CancelledError
anthias-server
anthias-server The above exception was the direct cause of the following exception:
anthias-server
anthias-server Traceback (most recent call last):
anthias-server File "/venv/lib/python3.13/site-packages/redis/asyncio/connection.py", line 782, in read_response
anthias-server async with async_timeout(read_timeout):
anthias-server ~~~~~~~~~~~~~^^^^^^^^^^^^^^
anthias-server File "/usr/lib/python3.13/asyncio/timeouts.py", line 116, in aexit
anthias-server raise TimeoutError from exc_val
anthias-server TimeoutError
anthias-server
anthias-server During handling of the above exception, another exception occurred:
anthias-server
anthias-server Traceback (most recent call last):
anthias-server File "/venv/lib/python3.13/site-packages/uvicorn/protocols/websockets/websockets_sansio_impl.py", line 350, in run_asgi
anthias-server result = await self.app(self.scope, self.receive, self.send)
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/venv/lib/python3.13/site-packages/uvicorn/middleware/proxy_headers.py", line 63, in call
anthias-server return await self.app(scope, receive, send)
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/venv/lib/python3.13/site-packages/channels/routing.py", line 48, in call
anthias-server return await application(scope, receive, send)
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/venv/lib/python3.13/site-packages/channels/security/websocket.py", line 37, in call
anthias-server return await self.application(scope, receive, send)
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/venv/lib/python3.13/site-packages/channels/routing.py", line 118, in call
anthias-server return await application(
anthias-server ^^^^^^^^^^^^^^^^^^
anthias-server ...<10 lines>...
anthias-server )
anthias-server ^
anthias-server File "/venv/lib/python3.13/site-packages/channels/consumer.py", line 95, in app
anthias-server return await consumer(scope, receive, send)
anthias-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anthias-server File "/venv/lib/python3.13/site-packages/channels/consumer.py", line 58, in call
anthias-server await await_many_dispatch(
anthias-server [receive, self.channel_receive], self.dispatch
anthias-server )
anthias-server File "/venv/lib/python3.13/site-packages/channels/utils.py", line 57, in await_many_dispatch
anthias-server await task
anthias-server redis.exceptions.TimeoutError: Timeout reading from redis:6379
Environment