mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-16 17:02:14 -05:00
[GH-ISSUE #345] Error: Resource temporarily unavailable when attempting to import Chrome passwords #33146
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 (Jan 17, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/345
This error occurs when trying to import the Chrome passwords export using the "Import Data" tool on the web vault.
Relevant logs:
@dani-garcia commented on GitHub (Jan 17, 2019):
That's strange, is the import file really big or something?
@iczero commented on GitHub (Jan 21, 2019):
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)
@dani-garcia commented on GitHub (Jan 21, 2019):
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?
@iczero commented on GitHub (Jan 21, 2019):
It's the reverse proxy's fault. Uploading directly fixes the problem. Sorry to bother you
@mprasil commented on GitHub (Jan 22, 2019):
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 (Jan 22, 2019):
I seem to have forgotten to add the line raising the upload limit. The documentation in the wiki doesn't seem to be wrong.