[GH-ISSUE #345] Error: Resource temporarily unavailable when attempting to import Chrome passwords #194

Closed
opened 2026-03-03 01:26:33 +03:00 by kerem · 6 comments
Owner

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:

[2019-01-17 02:12:01][_][ERROR] Failed to read into peek buffer: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }.
[2019-01-17 02:12:01][rocket::rocket][INFO] POST /api/ciphers/import application/json; charset=utf-8:
[2019-01-17 02:12:01][_][INFO] Matched: POST /api/ciphers/import (post_ciphers_import)
[2019-01-17 02:12:12][_][WARN] Data left unread. Force closing network stream.
[2019-01-17 02:12:12][_][INFO] Outcome: Failure
[2019-01-17 02:12:12][_][WARN] Responding with 400 Bad Request catcher.
[2019-01-17 02:12:12][_][INFO] Response succeeded.
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: ``` [2019-01-17 02:12:01][_][ERROR] Failed to read into peek buffer: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }. [2019-01-17 02:12:01][rocket::rocket][INFO] POST /api/ciphers/import application/json; charset=utf-8: [2019-01-17 02:12:01][_][INFO] Matched: POST /api/ciphers/import (post_ciphers_import) [2019-01-17 02:12:12][_][WARN] Data left unread. Force closing network stream. [2019-01-17 02:12:12][_][INFO] Outcome: Failure [2019-01-17 02:12:12][_][WARN] Responding with 400 Bad Request catcher. [2019-01-17 02:12:12][_][INFO] Response succeeded. ```
kerem 2026-03-03 01:26:33 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@dani-garcia commented on GitHub (Jan 17, 2019):

That's strange, is the import file really big or something?

<!-- gh-comment-id:455183911 --> @dani-garcia commented on GitHub (Jan 17, 2019): That's strange, is the import file really big or something?
Author
Owner

@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)

<!-- gh-comment-id:456215220 --> @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)
Author
Owner

@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?

<!-- gh-comment-id:456220018 --> @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](https://github.com/dani-garcia/bitwarden_rs/files/2780734/ChromePasswords.txt) Does this one work for you?
Author
Owner

@iczero commented on GitHub (Jan 21, 2019):

It's the reverse proxy's fault. Uploading directly fixes the problem. Sorry to bother you

<!-- gh-comment-id:456223224 --> @iczero commented on GitHub (Jan 21, 2019): It's the reverse proxy's fault. Uploading directly fixes the problem. Sorry to bother you
Author
Owner

@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.

<!-- gh-comment-id:456336831 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:456428807 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#194
No description provided.