lastpass / lastpass-cli

LastPass command line interface tool
GNU General Public License v2.0
2.85k stars 290 forks source link

Lastpass CLI actively being denied by Logmein? #616

Closed larrypl closed 2 years ago

larrypl commented 2 years ago

I'm now getting

$ LPASS_DISABLE_PINENTRY=1 lpass login <obscured>
Please enter the LastPass master password for <obscured>.

unknown
Master Password:

and with the fork, same thing

$ LPASS_DISABLE_PINENTRY=1 ./build/lpass login <obscured>
Please enter the LastPass master password for <obscured>.

unknown
Master Password:

This happens regardless of whether the correct email address/password is entered. Using brew lastpass package on MacOS Big Sur 11.6. May be a kext problem?

Chreo commented 2 years ago

I'm getting the same error on fresh install of Ubuntu 21.04 (hirsute) today Extension was installed through apt

kellya commented 2 years ago

Getting the same on Fedora from the git version that was compiled when it was last updated 2 years ago.

kellya commented 2 years ago

This looks like it is the same as issue #604 That issue has a work-around in place which worked for me.

larrypl commented 2 years ago

That's exactly what the problem was. Thanks!