mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1406] Can't import from lastpass #944
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#944
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1406
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).