mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Can't import from lastpass #940
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 @sstraus on GitHub (Feb 19, 2021).
Subject of the issue
Import from lastpass fail. Seems something related to cards or private notes.
Your environment
@BlackDex commented on GitHub (Feb 19, 2021):
Hello,
First, please update to the latest version as mentioned on several places before you were able to report an issue.
Second, we really need more info then this. Were there errors in the bitwarden_rs logs? Etc.. etc..
@sstraus commented on GitHub (Feb 20, 2021):
As i know is the latest docker version. Where can I get required log files in the docker filesystem?
@BlackDex commented on GitHub (Feb 20, 2021):
Ah, i see now that you used the web-vault version instead of the bitwarden_rs version.
The logs should be in your volume called bitwarden.log, or use
docker logs <container-name>Also, some more details on what isn't working would be nice.
But keep in mind that the import is done by the web-vault which is not maintained by us.
So, if in the end there are no errors on the bitwarden logs, then you probably need to go to bitwarden.com with your question.
@sstraus commented on GitHub (Feb 22, 2021):
Finally I succeed splitting the csv file in chunks. Probably was a timeout.
Thank you.
@dumblob commented on GitHub (Feb 22, 2021):
@sstraus how many lines did the chunks have (just to get an impression what to watch out for).