You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am setting up Lnd Web Client on my RaspiBolt and it runs very well. As a last step I'd like to automate startup with systemd, but here I encountered an issue.
The startup process is as follows:
bitcoind
lnd
lncli-web
As lncli-web starts directly after lnd, the wallet is not unlocked yet. As expected, I get no details on the web client, as long as the wallet is locked. What I did not expect is that later on, after the wallet is unlocked, the web client is not able to connect to lnd and gives the error message "12 UNIMPLEMENTED: unknown service lnrpc.Lightning".
Screenshot: Chrome, after closing it comletely and re-authentication:
This issue seems seems to be known, I found it in other github repositories:
See screenshot at the beginning: in Chrome, after closing it comletely, waiting about a minute and re-authentication as limituser.
Random thought: could this have something to do with the process that is reading the testnet log file? 2150 tail -F --sleep-interval=2 /home/web/.lnd/logs/bitcoin/testnet/lnd.log
Some system / version information:
Linux RaspiBolt 4.14.30-v7+ #1102 SMP Mon Mar 26 16:45:49 BST 2018 armv7l GNU/Linux
Raspbian GNU/Linux 9 (stretch)
OpenSSL 1.1.0f 25 May 2017
LND 0.4.2-beta
The text was updated successfully, but these errors were encountered:
I am setting up Lnd Web Client on my RaspiBolt and it runs very well. As a last step I'd like to automate startup with
systemd
, but here I encountered an issue.The startup process is as follows:
As
lncli-web
starts directly afterlnd
, the wallet is not unlocked yet. As expected, I get no details on the web client, as long as the wallet is locked. What I did not expect is that later on, after the wallet is unlocked, the web client is not able to connect tolnd
and gives the error message "12 UNIMPLEMENTED: unknown service lnrpc.Lightning".Screenshot: Chrome, after closing it comletely and re-authentication:
This issue seems seems to be known, I found it in other github repositories:
Error: 12 UNIMPLEMENTED: unknown service lnrpc.Lightning
after unlocking wallet lightninglabs/lightning-app#243I can reproduce the error without problem.
This works
Screenshot in Chrome:
This does not work
See screenshot at the beginning: in Chrome, after closing it comletely, waiting about a minute and re-authentication as limituser.
Random thought: could this have something to do with the process that is reading the testnet log file?
2150 tail -F --sleep-interval=2 /home/web/.lnd/logs/bitcoin/testnet/lnd.log
Some system / version information:
The text was updated successfully, but these errors were encountered: