lightninglabs / lightning-terminal

Lightning Terminal: Your Home for Lightning Liquidity
MIT License
506 stars 90 forks source link

Error after update #204

Closed QueenGit closed 3 years ago

QueenGit commented 3 years ago

Hey there. I update from an older version to the v0.4.1-alpha. If I start the litd I get the following output on:

2021-03-10 15:24:34.531 [INF] LITD: Dialing lnd gRPC server at localhost:10009 2021-03-10 15:24:34.715 [INF] LITD: Listening for http_tls on: [::]:3050 2021-03-10 15:24:34.719 [INF] SGNL: Received shutdown request. error displaying startup info: error querying remote node : rpc error: code = Unknown desc = expected 1 macaroon, got 0

The node is hosting on the same machine.

Don' know what is wrong. What can I do to fix it?

guggero commented 3 years ago

Duplicate of https://github.com/lightninglabs/lightning-terminal/issues/195.

You need to specify remote.lnd.macaroonpath=~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon in your config. This bug will be fixed in the next version.