Skip to content
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

Cannot show password #703

Open
xiaoshuw opened this issue Nov 7, 2024 · 5 comments
Open

Cannot show password #703

xiaoshuw opened this issue Nov 7, 2024 · 5 comments

Comments

@xiaoshuw
Copy link

xiaoshuw commented Nov 7, 2024

When running the following command

lpass show x.y.z
Error: Could not unbase64 the given bytes.

My machine is: Apple M1 Pro
macOS: 15.0.1 (24A348)

@deepaktherma
Copy link

deepaktherma commented Nov 13, 2024

Same issue when adding an account
`printf "URL: url\nUsername: username\nPassword: password" | lpass add --non-interactive --sync=now Shared-Accounts/User

Error: Could not unbase64 the given bytes.`

@tuxlife
Copy link

tuxlife commented Nov 29, 2024

I have the same issue with version 1.5.0 and 1.6.1

@xiaoshu-wang
Copy link

well, it looks like last pass is dying. No response whatsoever for three months.

@roooneey
Copy link

roooneey commented Jan 15, 2025

yeah I'm in the same boat. I can create 5 passwords at a time then I'll get the error. Logout and login is the only workaround I found. But seriously it's ridiculous to add those kind of workarounds.

Last issue closed on this repo was October 23, so I also think they are going away. It's probably better to look for an alternative.

@TheMysteriousX
Copy link

The issue seems to occur when there's a change pending in the upload queue.

I can reliably reproduce it by:

  • monitor the number of files in .lpass/upload-queue
  • run a bunch of searches (100+) to fill up the upload queue
  • create/edit one note using the cli before the queue reaches zero

The error will be returned until the upload queue directory is empty. Creating several notes in short succession will fill the upload-queue too.

Unfortunately nothing is logged even with the debug value set to 8, so no clue where it is failing.

I'd suggest not logging in/out to fix it - that may cause pending uploads to be lost permanently. One the queue drops to zero the cli client should start working again. It may take a while because lastpass seems to heavily throttle the cli client to around something like 30 uploads/minute.

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

6 participants