We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was github.com/ansd/lastpass-go v0.0.1 and had this error when running
cmdString := fmt.Sprintf("echo '%s' | LPASS_DISABLE_PINENTRY=1 lpass login %s", password, username) cmd := exec.Command("sh", "-c", cmdString) var out bytes.Buffer var errOut bytes.Buffer cmd.Stdout = &out cmd.Stderr = &errOut err := cmd.Run() if err != nil { return "", fmt.Error("%v " + errOut.String(), err) }
After upgrading to the latest v0.4.0, still had this error.
I'm wondering if it's like #88 Thanks
The text was updated successfully, but these errors were encountered:
Can run the command on my lastpass-cli (version LastPass CLI v1.3.6.1.g29953fd) with the same credential fine
Sorry, something went wrong.
No branches or pull requests
I was github.com/ansd/lastpass-go v0.0.1 and had this error when running
After upgrading to the latest v0.4.0, still had this error.
I'm wondering if it's like #88
Thanks
The text was updated successfully, but these errors were encountered: