runtime error

Exit code: 1. Reason: l/lib/python3.10/site-packages/httpx/_models.py", line 763, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Client error '401 Unauthorized' for url 'https://argilla-argilla-template-space.hf.space/api/v1/me' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/argilla/_api/_client.py", line 146, in __init__ self._validate_connection() File "/usr/local/lib/python3.10/site-packages/argilla/_api/_client.py", line 160, in _validate_connection user = self.api.users.get_me() File "/usr/local/lib/python3.10/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.10/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.UnauthorizedError: Argilla SDK error: UnauthorizedError: Unauthorized user request to the server. Details: {"detail":{"code":"argilla.api.errors::UnauthorizedError","params":{"detail":"Could not validate credentials"}}} The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 9, in <module> client = rg.Argilla() File "/usr/local/lib/python3.10/site-packages/argilla/client.py", line 73, in __init__ super().__init__(api_url=api_url, api_key=api_key, timeout=timeout, retries=retries, **http_client_args) File "/usr/local/lib/python3.10/site-packages/argilla/_api/_client.py", line 148, in __init__ raise ArgillaCredentialsError() from e argilla._exceptions._client.ArgillaCredentialsError: Argilla SDK error: ArgillaCredentialsError: Credentials (api_key and/or api_url) are invalid

Container logs:

Fetching error logs...