Skip to content

Docker + BTCPayServer #108

@jaonoctus

Description

@jaonoctus

Env

$ export TLS_CERT_FILE="/var/lib/docker/volumes/generated_lnd_bitcoin_datadir/_data/tls.cert"
$ export ADMIN_MACAROON_FILE="/var/lib/docker/volumes/generated_lnd_bitcoin_datadir/_data/admin.macaroon"

Logs

After run $ bash lndmanage.sh status

Initializing node interface.
Initializing network graph.
Saved graph is too old. Fetching new one.
Traceback (most recent call last):
  File "/root/lndmanage/lndmanage.py", line 5, in <module>
    main()
  File "/root/lndmanage/lndmanage/lndmanage.py", line 669, in main
    node = LndNode(config_file=config_file)
  File "/root/lndmanage/lndmanage/lib/node.py", line 93, in __init__
    self.network = Network(self)
  File "/root/lndmanage/lndmanage/lib/network.py", line 30, in __init__
    self.cached_reading_graph_edges()
  File "/root/lndmanage/lndmanage/lib/network.py", line 50, in cached_reading_graph_edges
    self.set_graph_and_edges()
  File "/root/lndmanage/lndmanage/lib/network.py", line 66, in set_graph_and_edges
    raw_graph = self.node.get_raw_network_graph()
  File "/root/lndmanage/lndmanage/lib/node.py", line 269, in get_raw_network_graph
    graph = self._rpc.DescribeGraph(lnd.ChannelGraphRequest())
  File "/root/.venv/lib/python3.10/site-packages/grpc/_channel.py", line 946, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/root/.venv/lib/python3.10/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":"@1643642784.756066259","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[{"created":"@1643642784.756065217","description":"failed to connect to all addresses","file":"src/core/lib/transport/error_utils.cc","file_line":163,"grpc_status":14}]}"

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