runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pymilvus/client/grpc_handler.py", line 147, in _wait_for_channel_ready grpc.channel_ready_future(self._channel).result(timeout=timeout) File "/usr/local/lib/python3.10/site-packages/grpc/_utilities.py", line 162, in result self._block(timeout) File "/usr/local/lib/python3.10/site-packages/grpc/_utilities.py", line 106, in _block raise grpc.FutureTimeoutError() grpc.FutureTimeoutError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 3, in <module> from utils.search_functions import run_search File "/home/user/app/utils/search_functions.py", line 2, in <module> from utils.vector_database import search_in_milvus, fashionclip_collection, fashionsiglip_collection File "/home/user/app/utils/vector_database.py", line 87, in <module> conn = connections.connect("default", File "/usr/local/lib/python3.10/site-packages/pymilvus/orm/connections.py", line 449, in connect connect_milvus(**kwargs, user=user, password=password, token=token, db_name=db_name) File "/usr/local/lib/python3.10/site-packages/pymilvus/orm/connections.py", line 400, in connect_milvus gh._wait_for_channel_ready(timeout=timeout) File "/usr/local/lib/python3.10/site-packages/pymilvus/client/grpc_handler.py", line 150, in _wait_for_channel_ready raise MilvusException( pymilvus.exceptions.MilvusException: <MilvusException: (code=2, message=Fail connecting to server on in03-6efb78578dde7a3.serverless.gcp-us-west1.cloud.zilliz.com:443, illegal connection params or server unavailable)>
Container logs:
Fetching error logs...