runtime error

and when it might │ │ │ │ /usr/local/lib/python3.10/urllib/request.py:496 in _call_chain │ │ │ │ 493 │ │ handlers = chain.get(kind, ()) │ │ 494 │ │ for handler in handlers: │ │ 495 │ │ │ func = getattr(handler, meth_name) │ │ ā± 496 │ │ │ result = func(*args) │ │ 497 │ │ │ if result is not None: │ │ 498 │ │ │ │ return result │ │ 499 │ │ │ │ /usr/local/lib/python3.10/urllib/request.py:643 in http_error_default │ │ │ │ 640 │ │ 641 class HTTPDefaultErrorHandler(BaseHandler): │ │ 642 │ def http_error_default(self, req, fp, code, msg, hdrs): │ │ ā± 643 │ │ raise HTTPError(req.full_url, code, msg, hdrs, fp) │ │ 644 │ │ 645 class HTTPRedirectHandler(BaseHandler): │ │ 646 │ # maximum number of redirections to any single URL │ ╰──────────────────────────────────────────────────────────────────────────────╯ HTTPError: HTTP Error 400: Bad Request

Container logs:

Fetching error logs...