runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/weaviate/__init__.py:143: DeprecationWarning: Dep010: Importing AuthApiKey from weaviate is deprecated. Import AuthApiKey from its module: weaviate.auth _Warnings.root_module_import(name, map_[name]) /usr/local/lib/python3.10/site-packages/weaviate/warnings.py:162: DeprecationWarning: Dep016: Python client v3 `weaviate.Client(...)` connections and methods are deprecated. Update your code to use Python client v4 `weaviate.WeaviateClient` connections and methods. For Python Client v4 usage, see: https://weaviate.io/developers/weaviate/client-libraries/python For code migration, see: https://weaviate.io/developers/weaviate/client-libraries/python/v3_v4_migration warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 218, in <module> weaviate_client = weaviate.Client(url=WEAVIATE_URL, auth_client_secret=weaviate_auth_config) File "/usr/local/lib/python3.10/site-packages/weaviate/client.py", line 270, in __init__ self._connection = Connection( File "/usr/local/lib/python3.10/site-packages/weaviate/connect/v3.py", line 166, in __init__ self._server_version = self.get_meta()["version"] File "/usr/local/lib/python3.10/site-packages/weaviate/connect/v3.py", line 674, in get_meta res = _decode_json_response_dict(response, "Meta endpoint") File "/usr/local/lib/python3.10/site-packages/weaviate/util.py", line 930, in _decode_json_response_dict raise UnexpectedStatusCodeError(location, response) weaviate.exceptions.UnexpectedStatusCodeError: Meta endpoint! Unexpected status code: 404, with response body: None.

Container logs:

Fetching error logs...