mattydebie / bitwarden-rofi

Wrapper for Bitwarden https://github.com/bitwarden/cli and Rofi
GNU General Public License v3.0
346 stars 56 forks source link

Workaround for error "Could not load items" #57

Closed winiciuscota closed 3 years ago

winiciuscota commented 4 years ago

I get this error a few times a week, when this happens calling bitwarden-rofi will only show a small dialog with this message("Could not load items"). Is there any way to recover from this error(maybe restarting some service)? right now the only solution I found is to reboot.

Prior99 commented 3 years ago

I just installed this and have the same issue.

nylocx commented 3 years ago

Hi, I get the same error with a fresh install and also see this errors https://github.com/mattydebie/bitwarden-rofi/issues/27. I figured that https://github.com/mattydebie/bitwarden-rofi/issues/34#issuecomment-641506873 also solves this issue.

PiQuer commented 3 years ago

For me keyctl link @u @s does not help. I can reproduce the issue as follows:

  1. Call bwmenu and enter the master password.
  2. Call 'bw' on the command line, it asks for the master password again.
  3. Now bwmenu always shows "Could not load items".

I don't know if it is relevant or not, but I have two-factor authentication enabled.

PiQuer commented 3 years ago

keyctl purge user bw_session helps in my situation.

winiciuscota commented 3 years ago

keyctl purge user bw_session Does exactly what I was looking for. Thanks.