Skip to content

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

Description

@ujwalakoriraj

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}]}"

"""

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions