grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: #11449
Closed
Charlotte3240
started this conversation in
General
Replies: 1 comment
-
change ide from vscode to pycharm, done! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
env
mac m1
mac os 14.0 (23A344)
skywalking backend docker compose
python agent source code
error
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
Press CTRL+C to quit
2023-10-23 17:58:29,392 skywalking [pid:86409] [HeartbeatThread] [ERROR] Exception in heartbeat service in pid 86409, retry in 60 seconds
Traceback (most recent call last):
File "/opt/homebrew/lib/python3.11/site-packages/skywalking/agent/init.py", line 54, in backoff_wrapper
flag = func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/skywalking/agent/init.py", line 310, in __heartbeat
self.__protocol.heartbeat()
File "/opt/homebrew/lib/python3.11/site-packages/skywalking/agent/protocol/grpc.py", line 79, in heartbeat
self.service_management.send_instance_props()
File "/opt/homebrew/lib/python3.11/site-packages/skywalking/client/grpc.py", line 43, in send_instance_props
self.service_stub.reportInstanceProperties(InstanceProperties(
File "/opt/homebrew/lib/python3.11/site-packages/grpc/_channel.py", line 1161, in call
return _end_unary_response_blocking(state, call, False, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/grpc/_channel.py", line 1004, 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 = "DNS resolution failed for oap_host:oap_port: UNKNOWN: nodename nor servname provided, or not known"
debug_error_string = "UNKNOWN:DNS resolution failed for oap_host:oap_port: UNKNOWN: nodename nor servname provided, or not known {created_time:"2023-10-23T17:58:29.389894+08:00", grpc_status:14}"
Beta Was this translation helpful? Give feedback.
All reactions