mattydebie/bitwarden-rofi

Workaround for error "Could not load items"

winiciuscota opened this issue ยท 5 comments

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.

I just installed this and have the same issue.

Hi, I get the same error with a fresh install and also see this errors #27.
I figured that #34 (comment) also solves this issue.

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.

keyctl purge user bw_session helps in my situation.

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