runtime error

│ │ │ │ 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 │ │ is_coroutine = inspect.iscoroutinefunction(func) │ │ 131 │ │ return inner_async if is_coroutine else inner │ │ │ │ /home/user/.local/lib/python3.8/site-packages/argilla/client/sdk/client.py:1 │ │ 12 in wrap_error │ │ │ │ 109 │ def with_httpx_error_handler(func): │ │ 110 │ │ def wrap_error(base_url: str): │ │ 111 │ │ │ err_str = f"Your Api endpoint at {base_url} is not availab │ │ ā± 112 │ │ │ raise BaseClientError(err_str) from None │ │ 113 │ │ │ │ 114 │ │ @functools.wraps(func) │ │ 115 │ │ async def inner_async(self, *args, **kwargs): │ ╰──────────────────────────────────────────────────────────────────────────────╯ BaseClientError: Your Api endpoint at https://sandbox.argilla.io is not available or not responding.

Container logs:

Fetching error logs...