Skip to content

UI - oops, that password is incorrect #279

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
MrPaz opened this issue Nov 4, 2021 · 5 comments
Closed

UI - oops, that password is incorrect #279

MrPaz opened this issue Nov 4, 2021 · 5 comments

Comments

@MrPaz
Copy link

MrPaz commented Nov 4, 2021

Pardon my ignorance, I am running LiT for the first time. At startup I enter litd --uipassword=<YOUR_UI_PASSWORD> but on the web UI at https://127.0.0.1:8443/ I enter <YOUR_UI_PASSWORD> and it tells me my pw is incorrect... why? or what pw am I supposed to use if not the one in the startup command? lmk if there is a better place to get support - telegram, irc, etc.

Screenshot from 2021-11-04 10-30-59

@guggero
Copy link
Member

guggero commented Nov 4, 2021

What version (commit) are you running?
Are you sure you don't have any special characters in your password that might be changed by your shell? And I assume you checked that you didn't type it incorrectly?
Do you see any error in the log?

If you continue to experience this, can you please open the debug tools of your browser (usually with the F12 key), and look in the network tab if the first ever call to https://localhost:8443/lnrpc.Lightning/GetInfo has any special response headers (for example grpc-message) that contain some detailed error message?

@MrPaz
Copy link
Author

MrPaz commented Nov 4, 2021

arghh, yes, I had special characters in my pw. after I quit and restarted with a new --uipassword that didn't have any special characters, I logged in just fine. so it appears the shell must have changed the special characters as you mentioned. version 0.5.2 btw.

Thank you!

@guggero
Copy link
Member

guggero commented Nov 4, 2021

Okay, yeah, that happens some time.

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

@guggero guggero closed this as completed Nov 4, 2021
@majjihari
Copy link

majjihari commented Dec 6, 2022

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

@guggero
Copy link
Member

guggero commented Dec 6, 2022

Check your litd log, this error also happens if litd isn't fully started up yet (maybe because of an error).

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

3 participants