-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
bugIssue, problem or error in PyFluentIssue, problem or error in PyFluent
Description
Exception ignored in: <function ParametricSession.__del__ at 0x7f59bd89b160>
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.10/x64/lib/python3.9/site-packages/ansys/fluent/parametric/__init__.py", line 768, in __del__
self.__session.exit()
File "/opt/hostedtoolcache/Python/3.9.10/x64/lib/python3.9/site-packages/ansys/fluent/core/session.py", line 290, in exit
self.scheme_eval.exec(("(exit-server)",))
File "/opt/hostedtoolcache/Python/3.9.10/x64/lib/python3.9/site-packages/ansys/fluent/core/services/scheme_eval.py", line 226, in exec
response = self.service.exec(request)
File "/opt/hostedtoolcache/Python/3.9.10/x64/lib/python3.9/site-packages/ansys/fluent/core/services/scheme_eval.py", line 47, in exec
return self.__stub.Exec(request, metadata=self.__metadata)
File "/opt/hostedtoolcache/Python/3.9.10/x64/lib/python3.9/site-packages/grpc/_channel.py", line 946, in __call__
return _end_unary_response_blocking(state, call, False, None)
File "/opt/hostedtoolcache/Python/3.9.10/x64/lib/python3.9/site-packages/grpc/_channel.py", line 849, in _end_unary_response_blocking
raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses"
debug_error_string = "{"created":"@1649055996.835072837","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1649055996.835070936","description":"failed to connect to all addresses","file":"src/core/lib/transport/error_utils.cc","file_line":163,"grpc_status":14}]}"
Metadata
Metadata
Assignees
Labels
bugIssue, problem or error in PyFluentIssue, problem or error in PyFluent