[Bug]: illegal connection params or server unavailable #36663
Labels
kind/bug
Issues or changes related a bug
stale
indicates no udpates for 30 days
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Environment
Current Behavior
When I try to connect, I get the following error
2024-10-07 12:06:00 vectorDB = Milvus(
2024-10-07 12:06:00 File "/usr/local/lib/python3.10/site-packages/langchain_milvus/vectorstores/milvus.py", line 326, in init
2024-10-07 12:06:00 self.alias = self._create_connection_alias(connection_args)
2024-10-07 12:06:00 File "/usr/local/lib/python3.10/site-packages/langchain_milvus/vectorstores/milvus.py", line 410, in _create_connection_alias
2024-10-07 12:06:00 raise e
2024-10-07 12:06:00 File "/usr/local/lib/python3.10/site-packages/langchain_milvus/vectorstores/milvus.py", line 405, in _create_connection_alias
2024-10-07 12:06:00 connections.connect(alias=alias, **connection_args)
2024-10-07 12:06:00 File "/usr/local/lib/python3.10/site-packages/pymilvus/orm/connections.py", line 449, in connect
2024-10-07 12:06:00 connect_milvus(**kwargs, user=user, password=password, token=token, db_name=db_name)
2024-10-07 12:06:00 File "/usr/local/lib/python3.10/site-packages/pymilvus/orm/connections.py", line 400, in connect_milvus
2024-10-07 12:06:00 gh._wait_for_channel_ready(timeout=timeout)
2024-10-07 12:06:00 File "/usr/local/lib/python3.10/site-packages/pymilvus/client/grpc_handler.py", line 150, in _wait_for_channel_ready
2024-10-07 12:06:00 raise MilvusException(
2024-10-07 12:06:00 pymilvus.exceptions.MilvusException: <MilvusException: (code=2, message=Fail connecting to server on 76.208.102.187:19530, illegal connection params or server unavailable)>
Expected Behavior
Successful connection
Steps To Reproduce
Milvus Log
milvus.log
Anything else?
No response
The text was updated successfully, but these errors were encountered: