Cipher doesn't exist #2011

Closed
opened 2026-04-06 02:49:20 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Gliptal on 9/5/2022

Subject of the issue

Some entry cards don't open anymore, failing with a Cipher doesn't exist error. The data is still there, since I can copy usernames and passwords from the entry's context menu in the vault.

Troubleshooting data

core.umd.js:6836 
        
       ERROR Error: Uncaught (in promise): o: {"response":{"ErrorModel":{"Message":"Cipher doesn't exist","Object":"error"},"ExceptionMessage":null,"ExceptionStackTrace":null,"InnerExceptionMessage":null,"Message":"Cipher doesn't exist","Object":"error","ValidationErrors":{"":["Cipher doesn't exist"]},"error":"","error_description":""},"message":"Cipher doesn't exist","validationErrors":{"":["Cipher doesn't exist"]},"captchaRequired":false,"statusCode":400}
    at P (zone.js:1255:35)
    at zone.js:1162:21
    at s (main.f41b38d53bc6a993aee8.js:1:2489437)
    at t.invoke (zone.js:400:30)
    at Object.onInvoke (core.umd.js:29384:37)
    at t.invoke (zone.js:399:56)
    at e.run (zone.js:160:47)
    at zone.js:1318:38
    at t.invokeTask (zone.js:434:35)
    at Object.onInvokeTask (core.umd.js:29371:37)
*Originally created by @Gliptal on 9/5/2022* ### Subject of the issue Some entry cards don't open anymore, failing with a `Cipher doesn't exist` error. The data is still there, since I can copy usernames and passwords from the entry's context menu in the vault. ### Troubleshooting data ```` core.umd.js:6836 ERROR Error: Uncaught (in promise): o: {"response":{"ErrorModel":{"Message":"Cipher doesn't exist","Object":"error"},"ExceptionMessage":null,"ExceptionStackTrace":null,"InnerExceptionMessage":null,"Message":"Cipher doesn't exist","Object":"error","ValidationErrors":{"":["Cipher doesn't exist"]},"error":"","error_description":""},"message":"Cipher doesn't exist","validationErrors":{"":["Cipher doesn't exist"]},"captchaRequired":false,"statusCode":400} at P (zone.js:1255:35) at zone.js:1162:21 at s (main.f41b38d53bc6a993aee8.js:1:2489437) at t.invoke (zone.js:400:30) at Object.onInvoke (core.umd.js:29384:37) at t.invoke (zone.js:399:56) at e.run (zone.js:160:47) at zone.js:1318:38 at t.invokeTask (zone.js:434:35) at Object.onInvokeTask (core.umd.js:29371:37) ````
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#2011