mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 01:12:27 -05:00
bitwarden_rs::db::models::cipher::Cipher::to_json: EOF while parsing a value #509
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sbocahu on GitHub (Nov 28, 2019).
Hi,
I have no clue how this could happen (but yeay, shit happens sometimes).
digging it:
delete from ciphers where data='';@dani-garcia commented on GitHub (Nov 28, 2019):
I think that was solved for 1.10 actually, you should consider updating.
If it happens again, try setting the environment variable
RUST_BACKTRACE=fullbefore launching the server to get a more detailed report.@dani-garcia commented on GitHub (May 13, 2020):
Closed due to inactivity.