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