Skip to content

oops, that password is incorrect #465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
majjihari opened this issue Dec 6, 2022 · 9 comments
Closed

oops, that password is incorrect #465

majjihari opened this issue Dec 6, 2022 · 9 comments

Comments

@majjihari
Copy link

    > Okay, yeah, that happens some time.

Closing as this was related to the shell's handling of special characters.

I still see this error though i set very simple password without special characters. And also http://localhost/lnrpc.Lightning/GetInfo response is success

I tried with versions 0.8.4 and 0.8.5. same issue.

image

Originally posted by @majjihari in #279 (comment)

@guggero
Copy link
Member

guggero commented Dec 6, 2022

#279 (comment)

@majjihari
Copy link
Author

#279 (comment)

image

I don't see any error in the logs either @guggero

@guggero
Copy link
Member

guggero commented Dec 6, 2022

Maybe need to go further back in the logs, check from the startup (where it prints the connection info) all the way down.

@majjihari
Copy link
Author

majjihari commented Dec 6, 2022

Maybe need to go further back in the logs, check from the startup (where it prints the connection info) all the way down.

Please find the attached log. There seems no error reported in the log @guggero

litd log.txt

@guggero
Copy link
Member

guggero commented Dec 6, 2022

Ah, you need to unlock the wallet first. See first sentence here.

@majjihari
Copy link
Author

Ah, you need to unlock the wallet first. See first sentence here.

If you are referring to below log, it is just info only and in integrated mode wallet is not mentioned mandatory as for documentation at https://github.com/lightninglabs/lightning-terminal/blob/master/doc/config-lnd-integrated.md

2022-12-06 17:52:08.404 [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.

@guggero
Copy link
Member

guggero commented Dec 6, 2022

I meant the second sentence: "Once the integrated lnd has been unlocked".

@guggero
Copy link
Member

guggero commented Dec 6, 2022

Unfortunately unlocking (or creating) the wallet through the UI isn't possible yet. See #136, #128, #121.

@majjihari
Copy link
Author

Unfortunately unlocking (or creating) the wallet through the UI isn't possible yet. See #136, #128, #121.

Thank you @guggero
The issue was with bitcoin node reachability. Mentioning host and port fixed the issue
--lnd.bitcoind.rpchost=192.168.130.3:30856
--faraday.bitcoin.host=192.168.130.3:30856 \

.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants