Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC #96

Open
ujwalakoriraj opened this issue Apr 11, 2022 · 0 comments
Open

grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC #96

ujwalakoriraj opened this issue Apr 11, 2022 · 0 comments

Comments

@ujwalakoriraj
Copy link

I ran the following program:
"""
from pyhelm.chartbuilder import ChartBuilder
from pyhelm.tiller import Tiller

t = Tiller('127.0.0.1',44134)
#t = Tiller()
chart = ChartBuilder({'name': 'mariadb', 'source': {'type': 'directory', 'location': 'D:\pyhelm\pyhelm\pyhelm\pyhelm-w8r3tnsf\mariadb'}})
t.install_release(chart.get_helm_chart(), dry_run=False, namespace='default')
"""

I get this error:

"""grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses"
debug_error_string = "{"created":"@1649704818.043000000","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3129,"referenced_errors":[{"created":"@1649704818.043000000","description":"failed to connect to all addresses","file":"src/core/lib/transport/error_utils.cc","file_line":163,"grpc_status":14}]}"

"""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant