AioRpcError of RPC that terminated with; failed to connect to all addresses; last error: UNAVAILABLE #874
Unanswered
sheliey1210
asked this question in
Q&A
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
我用的python客户端,官方给的例子,我把topic,endpoints,ak,sk 改成了我自己的,然后就报错,报错信息如下:
grpc.aio._call.AioRpcError: <AioRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses; last error: UNAVAILABLE: ipv4:xx.xx.xx.xx:9876: Socket closed"
debug_error_string = "UNKNOWN:Error received from peer {created_time:"2024-11-27T13:23:28.238328+08:00", grpc_status:14, grpc_message:"failed to connect to all addresses; last error: UNAVAILABLE: ipv4:xx.xx.xx.xx:9876: Socket closed"}"
Beta Was this translation helpful? Give feedback.
All reactions