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...