mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Error: Resource temporarily unavailable when attempting to import Chrome passwords #2221
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 @iczero on GitHub.
This error occurs when trying to import the Chrome passwords export using the "Import Data" tool on the web vault.
Relevant logs:
@iczero commented on GitHub:
The import file is 26 kb, with 317 lines. Latency to the server is approximately 200ms, dunno if that affects anything.
Are there any debugging things I should do?
(sorry for the late reply, notifications didn't work)
@iczero commented on GitHub:
It's the reverse proxy's fault. Uploading directly fixes the problem. Sorry to bother you
@dani-garcia commented on GitHub:
I tested it with a similar setup and it imports fine to me (it does take a while tough).
I uploaded the test file I used, in the format that Chrome uses and with similar parameters to the ones you mentioned, you'll have to change the extension to csv because github doesn't allow csvs for some reason.
ChromePasswords.txt
Does this one work for you?
@dani-garcia commented on GitHub:
That's strange, is the import file really big or something?
@mprasil commented on GitHub:
I'm going to close this as it sounds like it was resolved. Did you have to add something on top of the proxy examples we have in the wiki or was it something specific to your installation? Maybe we could extend the docs a bit if you think it might be a common issue.
@iczero commented on GitHub:
I seem to have forgotten to add the line raising the upload limit. The documentation in the wiki doesn't seem to be wrong.