runtime error
Exit code: 1. Reason: v2/auth/identity' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/chromadb/api/client.py", line 106, in get_user_identity return self._server.get_user_identity() File "/usr/local/lib/python3.10/site-packages/chromadb/telemetry/opentelemetry/__init__.py", line 150, in wrapper return f(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/chromadb/api/fastapi.py", line 200, in get_user_identity return UserIdentity(**self._make_request("get", "/auth/identity")) File "/usr/local/lib/python3.10/site-packages/chromadb/api/fastapi.py", line 106, in _make_request BaseHTTPClient._raise_chroma_error(response) File "/usr/local/lib/python3.10/site-packages/chromadb/api/base_http_client.py", line 104, in _raise_chroma_error raise (Exception(resp.text)) Exception: {"status":"error","code":404,"message":"Application not found","request_id":"RrpkVipjSJucbpLHAax-fw"} During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/main.py", line 195, in <module> me = Me(name="Djallel BRAHMIA", cv_path="documents/CV/CV.pdf") File "/home/user/app/main.py", line 96, in __init__ self.chroma_client = chromadb.HttpClient(host=os.environ["CHROMA_DB_CLIEN"], port=8000, settings=Settings( File "/usr/local/lib/python3.10/site-packages/chromadb/__init__.py", line 241, in HttpClient return ClientCreator(tenant=tenant, database=database, settings=settings) File "/usr/local/lib/python3.10/site-packages/chromadb/api/client.py", line 70, in __init__ user_identity = self.get_user_identity() File "/usr/local/lib/python3.10/site-packages/chromadb/api/client.py", line 115, in get_user_identity raise ValueError(str(e)) ValueError: {"status":"error","code":404,"message":"Application not found","request_id":"RrpkVipjSJucbpLHAax-fw"}
Container logs:
Fetching error logs...