Summary
The user is experiencing an error with the Qdrant destination connector, where it is trying to use port 6334 instead of the hosted version’s port 6333. They are wondering if they can tweak the connector to use port 6333 for testing purposes.
Question
Hey guys. I have this error with the Qdrant destination. Looks like it’s trying to use the 6334 port while the hosted version is still working on 6333.
But I may be mistaken.
Do you think that I could tweak it to use the 6333 port to test ?
<_InactiveRpcError of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "failed to connect to all addresses; last error: UNKNOWN: ipv4:64.226.71.140:6334: Failed to connect to remote host: connect: Connection refused (111)" debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"failed to connect to all addresses; last error: UNKNOWN: ipv4:64.226.71.140:6334: Failed to connect to remote host: connect: Connection refused (111)", grpc_status:14, created_time:"2024-08-01T14:11:00.955008965+00:00"}" > Traceback (most recent call last): File "/airbyte/integration_code/destination_qdrant/indexer.py", line 44, in check available_collections = [collection.name for collection in self._client.get_collections().collections] File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_client.py", line 1742, in get_collections return self._client.get_collections(**kwargs) File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 2212, in get_collections response = self.grpc_collections.List( File "/usr/local/lib/python3.10/site-packages/grpc/_interceptor.py", line 277, in __call__ response, ignored_call = self._with_call( File "/usr/local/lib/python3.10/site-packages/grpc/_interceptor.py", line 332, in _with_call return call.result(), call File "/usr/local/lib/python3.10/site-packages/grpc/_channel.py", line 440, in result raise self File "/usr/local/lib/python3.10/site-packages/grpc/_interceptor.py", line 315, in continuation response, call = self._thunk(new_method).with_call( File "/usr/local/lib/python3.10/site-packages/grpc/_channel.py", line 1198, in with_call return _end_unary_response_blocking(state, call, True, None) File "/usr/local/lib/python3.10/site-packages/grpc/_channel.py", line 1006, in _end_unary_response_blocking raise _InactiveRpcError(state) # pytype: disable=not-instantiable grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "failed to connect to all addresses; last error: UNKNOWN: ipv4:64.226.71.140:6334: Failed to connect to remote host: connect: Connection refused (111)" debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"failed to connect to all addresses; last error: UNKNOWN: ipv4:64.226.71.140:6334: Failed to connect to remote host: connect: Connection refused (111)", grpc_status:14, created_time:"2024-08-01T14:11:00.955008965+00:00"}" >```
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1722521554002119) if you want
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["error", "qdrant-destination", "port-6334", "port-6333", "connection-refused"]
</sub>