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

Docker + BTCPayServer #108

Open
jaonoctus opened this issue Jan 31, 2022 · 0 comments
Open

Docker + BTCPayServer #108

jaonoctus opened this issue Jan 31, 2022 · 0 comments

Comments

@jaonoctus
Copy link

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