runtime error

Exit code: 1. Reason: │ │ │ │ 125 │ │ │ │ result = func(self, *args, **kwargs) │ │ 126 │ │ │ │ return result │ │ 127 │ │ │ except httpx.ConnectError as err: # noqa: F841 │ │ ā± 128 │ │ │ │ return wrap_error(self.base_url) │ │ 129 │ │ │ │ 130 │ │ return inner │ │ 131 │ │ │ │ /home/user/.local/lib/python3.10/site-packages/argilla/client/sdk/client.py: │ │ 120 in wrap_error │ │ │ │ 117 │ def with_httpx_error_handler(func): │ │ 118 │ │ def wrap_error(base_url: str): │ │ 119 │ │ │ err_str = f"Your Api endpoint at {base_url} is not availab │ │ ā± 120 │ │ │ raise BaseClientError(err_str) from None │ │ 121 │ │ │ │ 122 │ │ @functools.wraps(func) │ │ 123 │ │ def inner(self, *args, **kwargs): │ ╰──────────────────────────────────────────────────────────────────────────────╯ BaseClientError: Your Api endpoint at https://pro.argilla.io is not available or not responding.

Container logs:

Fetching error logs...