[GH-ISSUE #2136] Error traces downloading favicons #1169

Closed
opened 2026-03-03 02:06:50 +03:00 by kerem · 0 comments
Owner

Originally created by @ngosang on GitHub (Dec 7, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2136

Subject of the issue

I see this traces in my logs.

  • The first traces I'm not sure if they should be at "error" level or just warning.
  • The last trace is multi-line and it does not provide enough information about the domain/url.
[2021-12-06 22:46:48.736][request][INFO] GET /icons/192.168.1.1/icon.png,
[2021-12-06 22:46:48.737][vaultwarden::api::icons][WARN] IP 192.168.1.1 for domain '192.168.1.1' is not a global IP!,
[2021-12-06 22:46:48.737][vaultwarden::api::icons][ERROR] Error downloading icon: Domain is blacklisted. 192.168.1.1,

[2021-12-06 22:46:49.206][request][INFO] GET /icons/192.168.1.250/icon.png
[2021-12-06 22:46:49.206][vaultwarden::api::icons][WARN] IP 192.168.1.250 for domain '192.168.1.250' is not a global IP!,
[2021-12-06 22:46:49.206][vaultwarden::api::icons][ERROR] Error downloading icon: Domain is blacklisted. 192.168.1.250,

[2021-12-06 22:47:20.656][vaultwarden::api::icons][ERROR] Error downloading icon: Req.,
[CAUSE] reqwest::Error {,
    kind: Decode,,
    source: TimedOut,,
},
[2021-12-06 22:47:20.656][response][INFO] GET /icons/<domain>/icon.png (icon) => 200 OK

Deployment environment

Official docker image:
vaultwarden/server:1.23.0-alpine

Expected behaviour

I have a monitoring system with "error" alerts and I think those messages are not critical enough to be at "error" level.

Originally created by @ngosang on GitHub (Dec 7, 2021). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2136 ### Subject of the issue I see this traces in my logs. * The first traces I'm not sure if they should be at "error" level or just warning. * The last trace is multi-line and it does not provide enough information about the domain/url. ``` [2021-12-06 22:46:48.736][request][INFO] GET /icons/192.168.1.1/icon.png, [2021-12-06 22:46:48.737][vaultwarden::api::icons][WARN] IP 192.168.1.1 for domain '192.168.1.1' is not a global IP!, [2021-12-06 22:46:48.737][vaultwarden::api::icons][ERROR] Error downloading icon: Domain is blacklisted. 192.168.1.1, [2021-12-06 22:46:49.206][request][INFO] GET /icons/192.168.1.250/icon.png [2021-12-06 22:46:49.206][vaultwarden::api::icons][WARN] IP 192.168.1.250 for domain '192.168.1.250' is not a global IP!, [2021-12-06 22:46:49.206][vaultwarden::api::icons][ERROR] Error downloading icon: Domain is blacklisted. 192.168.1.250, [2021-12-06 22:47:20.656][vaultwarden::api::icons][ERROR] Error downloading icon: Req., [CAUSE] reqwest::Error {, kind: Decode,, source: TimedOut,, }, [2021-12-06 22:47:20.656][response][INFO] GET /icons/<domain>/icon.png (icon) => 200 OK ``` ### Deployment environment Official docker image: vaultwarden/server:1.23.0-alpine ### Expected behaviour I have a monitoring system with "error" alerts and I think those messages are not critical enough to be at "error" level.
kerem 2026-03-03 02:06:50 +03:00
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#1169
No description provided.