-
Notifications
You must be signed in to change notification settings - Fork 103
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
Comments
What version (commit) are you running? 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 |
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! |
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. |
Check your litd log, this error also happens if litd isn't fully started up yet (maybe because of an error). |
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.The text was updated successfully, but these errors were encountered: