ibz / lightning-shell

The shell for your personal server
https://lightningshell.app
MIT License
24 stars 13 forks source link

lncli errors on Umbel v0.5.0 #18

Open jasonpearce opened 2 years ago

jasonpearce commented 2 years ago

When I run lncli commands, many seem to error. Here are two examples:

lnshell@:~$ lncli --version
lncli version 0.14.2-beta commit=v0.14.2-beta
lnshell@:~$ lncli listpeers
[lncli] rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 10.xx.xx.xx:10009: connect: no route to host"
lnshell@:~$ lncli wtclient towers
[lncli] rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 10.xx.xx.xx:10009: connect: no route to host"

Thank you for this helpful tool. If there are other tests I can perform that would be helpful, please let me know.