You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are you guys working on the mortar framework right now?
I get the following error message when using the tutorial, meter_view):
File "Anaconda\envs\mortar-test\lib\site-packages\pymortar\__init__.py", line 164, in qualify raise e File "Anaconda\envs\mortar-test\lib\site-packages\pymortar\__init__.py", line 155, in qualify resp = self._client.Qualify(QualifyRequest(required=required_queries), metadata=[('token', self._token)]) File "Anaconda\envs\mortar-test\lib\site-packages\grpc\_channel.py", line 946, in __call__ return _end_unary_response_blocking(state, call, False, None) File "Anaconda\envs\mortar-test\lib\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":"@1624391388.584000000","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3009,"referenced_errors":[{"created":"@1624391388.584000000","description":"failed to connect to all addresses","file":"src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc","file_line":398,"grpc_status":14}]}"
The text was updated successfully, but these errors were encountered:
Hi Mortar Team,
are you guys working on the mortar framework right now?
I get the following error message when using the tutorial, meter_view):
File "Anaconda\envs\mortar-test\lib\site-packages\pymortar\__init__.py", line 164, in qualify raise e File "Anaconda\envs\mortar-test\lib\site-packages\pymortar\__init__.py", line 155, in qualify resp = self._client.Qualify(QualifyRequest(required=required_queries), metadata=[('token', self._token)]) File "Anaconda\envs\mortar-test\lib\site-packages\grpc\_channel.py", line 946, in __call__ return _end_unary_response_blocking(state, call, False, None) File "Anaconda\envs\mortar-test\lib\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":"@1624391388.584000000","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3009,"referenced_errors":[{"created":"@1624391388.584000000","description":"failed to connect to all addresses","file":"src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc","file_line":398,"grpc_status":14}]}"
The text was updated successfully, but these errors were encountered: