runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/argilla/_exceptions/_api.py", line 91, in _handler_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/argilla/_api/_users.py", line 91, in get_me response.raise_for_status() File "/usr/local/lib/python3.11/site-packages/httpx/_models.py", line 763, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Server error '503 Service Unavailable' for url 'https://davanstrien-my-argilla.hf.space/api/v1/me' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 9, in <module> client = rg.Argilla( ^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/argilla/client.py", line 62, in __init__ super().__init__(api_url=api_url, api_key=api_key, timeout=timeout, **http_client_args) File "/usr/local/lib/python3.11/site-packages/argilla/_api/_client.py", line 133, in __init__ self._validate_connection() File "/usr/local/lib/python3.11/site-packages/argilla/_api/_client.py", line 147, in _validate_connection user = self.api.users.get_me() ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/argilla/_exceptions/_api.py", line 93, in _handler_wrapper _error_switch(status_code=e.response.status_code, error_detail=e.response.text) File "/usr/local/lib/python3.11/site-packages/argilla/_exceptions/_api.py", line 87, in _error_switch raise exception_class(f"{exception_class.message}. Details: {error_detail}", status_code=status_code) argilla._exceptions._api.ArgillaAPIError: Argilla SDK error: ArgillaAPIError: Server error. Details: Your space is in error, check its status on hf.co
Container logs:
Fetching error logs...