Open reliveyy opened 4 years ago
Looks like macOS? How about in a linux VM?
Looks like macOS? How about in a linux VM?
It's all the same. If you type fast enough you will see this.
I typed very fast and didn't see this. Did you manage to get into this? @raladev
If so, we have to add another condition for the create call to hang until lnd's become responsive.
I typed very fast and didn't see this. Did you manage to get into this? @raladev
If so, we have to add another condition for the create call to hang until lnd's become responsive.
After go downgrade i don't see this error. Usually if I typed very fast I see only 'xud still starting, wait please' msg.
But depends on previous errors i can say that u can get this error if your lnd node stuck on bootstrapping phase because of internet troubles or just starts too long because of performance troubles.
As just discussed with @reliveyy , we are adding a lnd log check for this line:
2020-05-21 11:11:10.161 [INF] LTND: Waiting for wallet encryption password. Use `lncli create` to create a wallet, `lncli unlock` to unlock an existing wallet, or `lncli changepassword` to change the password of an existing wallet and unlock it.
for both lnd's in the Warming up...
phase and remove the standard 5s sleep.
As just discussed with @reliveyy , we are adding a lnd log check for this line:
2020-05-21 11:11:10.161 [INF] LTND: Waiting for wallet encryption password. Use `lncli create` to create a wallet, `lncli unlock` to unlock an existing wallet, or `lncli changepassword` to change the password of an existing wallet and unlock it.
for both lnd's in the
Warming up...
phase and remove the standard 5s sleep.
I am not really sure what you did here, but you removed the 5s sleep in this PR. Is this issue closed?
@kilrau We cannot close this issue yet. The fixes in PR #469 is not destined to solve this issue. If we want to resolve this one, then we need to figure out the exact checkpoints of lnd when xucli create
has errors like:
From the experiences of PR #469 we know that the CLI response and log file are not reliable.
Gotcha, thx. Let's leave it open then (with low prio) since this only happens on very restricted internet connections. No need to work on this for now.
One more condition for the warm up check:
Enter master xud password:
Error: 2 UNKNOWN: /root/.xud/nodekey.dat does not contain a valid ECDSA private key
Enter master xud password:
xud was unlocked succesfully
Describe the bug The "xucli create" step will fail with below 4 cases constantly over 10 times
To Reproduce Run
master
branch simnetExpected behavior It should get over with the error and get successful "xucli create" at the very first time.
Additional context lndbtc.log lndltc.log xud.log