Error: Resource temporarily unavailable when attempting to import Chrome passwords #2221

Closed
opened 2025-10-09 17:51:48 +03:00 by OVERLORD · 6 comments
Owner

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:

[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. 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. ```
OVERLORD added the bug label 2025-10-09 17:51:48 +03:00
Author
Owner

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

@iczero commented on GitHub:

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

@iczero commented on GitHub: It's the reverse proxy's fault. Uploading directly fixes the problem. Sorry to bother you
Author
Owner

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

@dani-garcia commented on GitHub:

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

@dani-garcia commented on GitHub: That's strange, is the import file really big or something?
Author
Owner

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

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

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

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2221