Quantcast
Channel: Weaviate Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 3588

V4 Client can't parse my custom url

$
0
0

Hi, sorry for the response delay. Http works just fine. I can acccess meta endpoint so I guess there won’t be other problems.

Unfortunatelly after some research I came to the conclusion gRPC cannot be hosted on the custom path. We as a team will probably have to do some additional set up, it’s up to you if you want to include the http path option.

EDIT: I should probably include the error message, seems it fails on DNS resolution, might look at it a little more
Traceback (most recent call last):
File “X\Python310\site-packages\weaviate\connect\v4.py”, line 701, in _ping_grpc
res: health_pb2.HealthCheckResponse = await self._grpc_channel.unary_unary(
File “X\Python310\site-packages\grpc\aio_call.py”, line 327, in await
raise _create_rpc_error(
grpc.aio._call.AioRpcError: <AioRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = “DNS resolution failed for https://www.Y.com:443/weaviate/grpc: UNAVAILABLE: getaddrinfo: WSA Error (Unable to retrieve error string – 11001)”
debug_error_string = “UNKNOWN:Error received from peer {grpc_message:“DNS resolution failed for https://www.Y.com:443/weaviate/grpc UNAVAILABLE: getaddrinfo: WSA Error (Unable to retrieve error string – 11001)”, grpc_status:14, created_time:“2024-10-29T07:37:51.2977311+00:00”}”


Viewing all articles
Browse latest Browse all 3588

Trending Articles