CLI not decoding the 'name'-field on ubuntu 22.04

CLI version: 2022.09.0
OS: Ubuntu 22.04

When asking a list of items, the following output is generated:


  {
    "object": "item",
    "id": "...",
    "organizationId": "...",
    "folderId": null,
    "type": 1,
    "reprompt": 0,
    "name": "[error: cannot decrypt]",
    "notes": null,
    "favorite": false,
    "login": {
      "username": "test1",
      "password": "test2",
      "totp": null,
      "passwordRevisionDate": null
    },
    "collectionIds": [
      "..."
    ],
    "revisionDate": "2022-09-16T11:46:59.743Z",
    "deletedDate": null
  }

When doing the same on a Ubuntu 20.04 version (with the same bw executable!)

  {
    "object": "item",
    "id": "...",
    "organizationId": "....",
    "folderId": null,
    "type": 1,
    "reprompt": 0,
    "name": "test",
    "notes": null,
    "favorite": false,
    "login": {
      "username": "test1",
      "password": "test2",
      "totp": null,
      "passwordRevisionDate": null
    },
    "collectionIds": [
      "..."
    ],
    "revisionDate": "2022-09-16T11:46:59.743Z",
    "deletedDate": null
  }

Hey there, just to confirm, this is repeatable behavior?

on this specific machine, yes

Thanks for confirmation, the team is tracking this one.

Hello @bw-admin ,
when do you think this issue will be patched/solved?
Is there a workaround?
thanks

Thanks for the bump, reviewing with the team :+1: