runtime error

local/lib/python3.10/contextlib.py:153 in __exit__ │ │ │ │ 150 │ │ │ │ # tell if we get the same exception back │ │ 151 │ │ │ │ value = typ() │ │ 152 │ │ │ try: │ │ ā± 153 │ │ │ │ self.gen.throw(typ, value, traceback) │ │ 154 │ │ │ except StopIteration as exc: │ │ 155 │ │ │ │ # Suppress StopIteration *unless* it's the same except │ │ 156 │ │ │ │ # was passed to throw(). This prevents a StopIteratio │ │ │ │ /usr/local/lib/python3.10/site-packages/httpx/_transports/default.py:84 in │ │ map_httpcore_exceptions │ │ │ │ 81 │ │ │ raise │ │ 82 │ │ │ │ 83 │ │ message = str(exc) │ │ ā± 84 │ │ raise mapped_exc(message) from exc │ │ 85 │ │ 86 │ │ 87 HTTPCORE_EXC_MAP = { │ ╰──────────────────────────────────────────────────────────────────────────────╯ ReadTimeout: The read operation timed out

Container logs:

Fetching error logs...