Open rasodu opened 2 years ago
If you hit this problem and you are using a localhost network, it may be that your gRPC endpoint needs adjusting. For instance, if you are running on an umbrel, umbrel.local
or lnd
are local DNS names mapped to the shared docker container network. So if you are trying on the same host but in a docker container 127.0.0.1
won't work because that would only be the network inside the docker container itself. You would need to use the exact local subnet 10.* address of the lnd server container/machine, or a local DNS mapping to that machine.
I am getting below error when trying to run charge lnd:
So, far I have tried:
How can I debug the issue? I would like to see more detailed error message.