Can't login or save items, unexpected end of JSON input #2020

Closed
opened 2026-04-06 02:49:33 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BrodyStone21 on 8/22/2022

I'm currently using Vaultwarden 1.25.2 on my 64-bit Ubuntu 21.04.1 LTS server. I've been running Vaultwarden for months and have never had any issues. Before this issue surfaced, I was using the latest tag which was pulled three weeks ago. After updating, the issue persists.

Upon trying to save a login via the chrome extension, I received an error stating "Unexpected end of JSON input". I then went to the web interface of Vaultwarden and tried to login. Same issue.

Here are my logs, I'm not seeing anything in here that would be causing the issue. Any help is appreciated.

/--------------------------------------------------------------------\
|                        Starting Vaultwarden                        |
|                           Version 1.25.2                           |
|--------------------------------------------------------------------|
| This is an *unofficial* Bitwarden implementation, DO NOT use the   |
| official channels to report bugs/features, regardless of client.   |
| Send usage/configuration questions or feature requests to:         |
|   https://vaultwarden.discourse.group/                             |
| Report suspected bugs/issues in the software itself at:            |
|   https://github.com/dani-garcia/vaultwarden/issues/new            |
\--------------------------------------------------------------------/

[INFO] No .env file found.

[WARNING] The following environment variables are being overriden by the config file,
[WARNING] please use the admin panel to make changes to them:
[WARNING] ADMIN_TOKEN

[2022-08-22 12:05:01.736][vaultwarden::api::notifications][INFO] Starting WebSockets server on 0.0.0.0:3012
[2022-08-22 12:05:01.761][start][INFO] Rocket has launched from http://0.0.0.0:80
[2022-08-22 12:05:12.742][request][INFO] POST /api/accounts/prelogin
[2022-08-22 12:05:12.949][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK
[2022-08-22 12:05:21.350][request][INFO] POST /api/accounts/prelogin
[2022-08-22 12:05:21.351][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK
[2022-08-22 12:05:25.398][request][INFO] POST /identity/connect/token
[2022-08-22 12:05:25.811][response][INFO] (login) POST /identity/connect/token => 200 OK
[2022-08-22 12:07:16.280][request][INFO] POST /api/accounts/prelogin
[2022-08-22 12:07:16.389][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK

EDIT: After trying several times to login and receiving the same error over and over again, I tried logging in with the wrong password and received an error stating the wrong username and password. I then tried logging in with the correct username and password, and it worked. I do not know what happened. Any help in preventing this from occurring in the future would be appreciated.

Here are the logs after a successful login.

/--------------------------------------------------------------------\
|                        Starting Vaultwarden                        |
|                           Version 1.25.2                           |
|--------------------------------------------------------------------|
| This is an *unofficial* Bitwarden implementation, DO NOT use the   |
| official channels to report bugs/features, regardless of client.   |
| Send usage/configuration questions or feature requests to:         |
|   https://vaultwarden.discourse.group/                             |
| Report suspected bugs/issues in the software itself at:            |
|   https://github.com/dani-garcia/vaultwarden/issues/new            |
\--------------------------------------------------------------------/

[INFO] No .env file found.

[WARNING] The following environment variables are being overriden by the config file,
[WARNING] please use the admin panel to make changes to them:
[WARNING] ADMIN_TOKEN

[2022-08-22 12:05:01.736][vaultwarden::api::notifications][INFO] Starting WebSockets server on 0.0.0.0:3012
[2022-08-22 12:05:01.761][start][INFO] Rocket has launched from http://0.0.0.0:80
[2022-08-22 12:05:12.742][request][INFO] POST /api/accounts/prelogin
[2022-08-22 12:05:12.949][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK
[2022-08-22 12:05:21.350][request][INFO] POST /api/accounts/prelogin
[2022-08-22 12:05:21.351][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK
[2022-08-22 12:05:25.398][request][INFO] POST /identity/connect/token
[2022-08-22 12:05:25.811][response][INFO] (login) POST /identity/connect/token => 200 OK
[2022-08-22 12:07:16.280][request][INFO] POST /api/accounts/prelogin
[2022-08-22 12:07:16.389][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK
[2022-08-22 12:08:40.999][request][INFO] POST /identity/connect/token
[2022-08-22 12:08:41.211][response][INFO] (login) POST /identity/connect/token => 200 OK
[2022-08-22 12:12:40.850][request][INFO] POST /api/accounts/prelogin
[2022-08-22 12:12:41.039][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK
[2022-08-22 12:12:49.606][request][INFO] POST /api/accounts/prelogin
[2022-08-22 12:12:49.607][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK
[2022-08-22 12:12:49.823][request][INFO] POST /identity/connect/token
[2022-08-22 12:12:50.402][vaultwarden::api::identity][ERROR] Username or password is incorrect. Try again. IP: 192.168.1.2. Username: brodylstone21@gmail.com.
[2022-08-22 12:12:50.403][response][INFO] (login) POST /identity/connect/token => 400 Bad Request
[2022-08-22 12:13:00.413][request][INFO] POST /api/accounts/prelogin
[2022-08-22 12:13:00.413][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK
[2022-08-22 12:13:00.576][request][INFO] POST /identity/connect/token
[2022-08-22 12:13:00.752][vaultwarden::api::identity][INFO] User brodylstone21@gmail.com logged in successfully. IP: 192.168.1.2
[2022-08-22 12:13:00.752][response][INFO] (login) POST /identity/connect/token => 200 OK
[2022-08-22 12:13:00.906][request][INFO] POST /identity/connect/token
[2022-08-22 12:13:00.918][response][INFO] (login) POST /identity/connect/token => 200 OK
[2022-08-22 12:13:00.983][request][INFO] GET /api/sync?excludeDomains=true
[2022-08-22 12:13:01.039][response][INFO] (sync) GET /api/sync?<data..> => 200 OK
[2022-08-22 12:13:01.097][vaultwarden::api::notifications][INFO] Accepting WS connection from 172.19.0.4:33788
[2022-08-22 12:13:01.443][request][INFO] GET /icons/accounts.outreach.io/icon.png
[2022-08-22 12:13:01.453][request][INFO] GET /icons/www.addic7ed.com/icon.png
[2022-08-22 12:13:01.466][request][INFO] GET /icons/www.easyusenet.nl/icon.png
[2022-08-22 12:13:01.502][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.509][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.510][request][INFO] GET /icons/app.frontspin.com/icon.png
[2022-08-22 12:13:01.514][request][INFO] GET /icons/www.linkedin.com/icon.png
[2022-08-22 12:13:01.535][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.543][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.548][request][INFO] GET /icons/www.discover.com/icon.png
[2022-08-22 12:13:01.568][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.696][request][INFO] GET /icons/jtprop.twa.rentmanager.com/icon.png
[2022-08-22 12:13:01.696][request][INFO] GET /icons/github.com/icon.png
[2022-08-22 12:13:01.702][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.735][request][INFO] GET /icons/www.capitalone.com/icon.png
[2022-08-22 12:13:01.752][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.753][request][INFO] GET /icons/dash.cloudflare.com/icon.png
[2022-08-22 12:13:01.758][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.778][request][INFO] GET /icons/www.instant-gaming.com/icon.png
[2022-08-22 12:13:01.786][request][INFO] GET /icons/www.americanexpress.com/icon.png
[2022-08-22 12:13:01.786][request][INFO] GET /icons/digitalcore.club/icon.png
[2022-08-22 12:13:01.786][request][INFO] GET /icons/mullvad.net/icon.png
[2022-08-22 12:13:01.792][request][INFO] GET /icons/app.plex.tv/icon.png
[2022-08-22 12:13:01.792][request][INFO] GET /icons/login.zoominfo.com/icon.png
[2022-08-22 12:13:01.819][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.819][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.819][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.819][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.819][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.821][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.846][request][INFO] GET /icons/www.miatrix.com/icon.png
[2022-08-22 12:13:01.854][request][INFO] GET /icons/www.amazon.com/icon.png
[2022-08-22 12:13:01.854][request][INFO] GET /icons/nzbgeek.info/icon.png
[2022-08-22 12:13:01.859][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.859][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.860][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.861][request][INFO] GET /icons/nextcloud.stoneagetech.net/icon.png
[2022-08-22 12:13:01.862][request][INFO] GET /icons/nzbplanet.net/icon.png
[2022-08-22 12:13:01.862][request][INFO] GET /icons/www.cheapnews.eu/icon.png
[2022-08-22 12:13:01.885][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.885][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:01.929][request][INFO] GET /icons/my.healthequity.com/icon.png
[2022-08-22 12:13:05.121][vaultwarden::api::icons][INFO] Downloaded icon from https://static-exp1.licdn.com/aero-v1/sc/h/al2o9zrvru7aqj8e1x2rzsrca
[2022-08-22 12:13:05.155][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:05.500][vaultwarden::api::icons][INFO] Downloaded icon from https://www.instant-gaming.com/apple-touch-icon.png
[2022-08-22 12:13:05.500][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:05.565][request][INFO] POST /identity/connect/token
[2022-08-22 12:13:05.566][response][INFO] (login) POST /identity/connect/token => 200 OK
[2022-08-22 12:13:05.580][request][INFO] GET /icons/online.adp.com/icon.png
[2022-08-22 12:13:05.594][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:05.648][request][INFO] PUT /api/ciphers/9d0795b6-26d2-4e9d-af66-877af376b8fc
[2022-08-22 12:13:05.683][response][INFO] (put_cipher) PUT /api/ciphers/<uuid> => 200 OK
[2022-08-22 12:13:05.766][vaultwarden::api::icons][INFO] Downloaded icon from https://my.healthequity.com/favicon.ico
[2022-08-22 12:13:05.768][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
[2022-08-22 12:13:05.938][request][INFO] GET /api/ciphers/9d0795b6-26d2-4e9d-af66-877af376b8fc
[2022-08-22 12:13:05.939][response][INFO] (get_cipher) GET /api/ciphers/<uuid> => 200 OK
[2022-08-22 12:13:19.955][vaultwarden::api::notifications][INFO] Accepting WS connection from 172.19.0.4:33790
[2022-08-22 12:13:20.086][request][INFO] GET /api/accounts/revision-date
[2022-08-22 12:13:20.086][response][INFO] (revision_date) GET /api/accounts/revision-date => 200 OK
[2022-08-22 12:13:20.164][request][INFO] POST /identity/connect/token
[2022-08-22 12:13:20.166][response][INFO] (login) POST /identity/connect/token => 200 OK
[2022-08-22 12:13:20.298][request][INFO] GET /api/sync
[2022-08-22 12:13:20.319][response][INFO] (sync) GET /api/sync?<data..> => 200 OK
[2022-08-22 12:13:25.429][vaultwarden::api::icons][WARN] Unable to download icon: Empty response or unable find a valid icon. nzbplanet.net
[2022-08-22 12:13:25.430][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
*Originally created by @BrodyStone21 on 8/22/2022* I'm currently using Vaultwarden 1.25.2 on my 64-bit Ubuntu 21.04.1 LTS server. I've been running Vaultwarden for months and have never had any issues. Before this issue surfaced, I was using the latest tag which was pulled three weeks ago. After updating, the issue persists. Upon trying to save a login via the chrome extension, I received an error stating "Unexpected end of JSON input". I then went to the web interface of Vaultwarden and tried to login. Same issue. Here are my logs, I'm not seeing anything in here that would be causing the issue. Any help is appreciated. ``` /--------------------------------------------------------------------\ | Starting Vaultwarden | | Version 1.25.2 | |--------------------------------------------------------------------| | This is an *unofficial* Bitwarden implementation, DO NOT use the | | official channels to report bugs/features, regardless of client. | | Send usage/configuration questions or feature requests to: | | https://vaultwarden.discourse.group/ | | Report suspected bugs/issues in the software itself at: | | https://github.com/dani-garcia/vaultwarden/issues/new | \--------------------------------------------------------------------/ [INFO] No .env file found. [WARNING] The following environment variables are being overriden by the config file, [WARNING] please use the admin panel to make changes to them: [WARNING] ADMIN_TOKEN [2022-08-22 12:05:01.736][vaultwarden::api::notifications][INFO] Starting WebSockets server on 0.0.0.0:3012 [2022-08-22 12:05:01.761][start][INFO] Rocket has launched from http://0.0.0.0:80 [2022-08-22 12:05:12.742][request][INFO] POST /api/accounts/prelogin [2022-08-22 12:05:12.949][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK [2022-08-22 12:05:21.350][request][INFO] POST /api/accounts/prelogin [2022-08-22 12:05:21.351][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK [2022-08-22 12:05:25.398][request][INFO] POST /identity/connect/token [2022-08-22 12:05:25.811][response][INFO] (login) POST /identity/connect/token => 200 OK [2022-08-22 12:07:16.280][request][INFO] POST /api/accounts/prelogin [2022-08-22 12:07:16.389][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK ``` EDIT: After trying several times to login and receiving the same error over and over again, I tried logging in with the wrong password and received an error stating the wrong username and password. I then tried logging in with the correct username and password, and it worked. I do not know what happened. Any help in preventing this from occurring in the future would be appreciated. Here are the logs after a successful login. ``` /--------------------------------------------------------------------\ | Starting Vaultwarden | | Version 1.25.2 | |--------------------------------------------------------------------| | This is an *unofficial* Bitwarden implementation, DO NOT use the | | official channels to report bugs/features, regardless of client. | | Send usage/configuration questions or feature requests to: | | https://vaultwarden.discourse.group/ | | Report suspected bugs/issues in the software itself at: | | https://github.com/dani-garcia/vaultwarden/issues/new | \--------------------------------------------------------------------/ [INFO] No .env file found. [WARNING] The following environment variables are being overriden by the config file, [WARNING] please use the admin panel to make changes to them: [WARNING] ADMIN_TOKEN [2022-08-22 12:05:01.736][vaultwarden::api::notifications][INFO] Starting WebSockets server on 0.0.0.0:3012 [2022-08-22 12:05:01.761][start][INFO] Rocket has launched from http://0.0.0.0:80 [2022-08-22 12:05:12.742][request][INFO] POST /api/accounts/prelogin [2022-08-22 12:05:12.949][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK [2022-08-22 12:05:21.350][request][INFO] POST /api/accounts/prelogin [2022-08-22 12:05:21.351][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK [2022-08-22 12:05:25.398][request][INFO] POST /identity/connect/token [2022-08-22 12:05:25.811][response][INFO] (login) POST /identity/connect/token => 200 OK [2022-08-22 12:07:16.280][request][INFO] POST /api/accounts/prelogin [2022-08-22 12:07:16.389][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK [2022-08-22 12:08:40.999][request][INFO] POST /identity/connect/token [2022-08-22 12:08:41.211][response][INFO] (login) POST /identity/connect/token => 200 OK [2022-08-22 12:12:40.850][request][INFO] POST /api/accounts/prelogin [2022-08-22 12:12:41.039][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK [2022-08-22 12:12:49.606][request][INFO] POST /api/accounts/prelogin [2022-08-22 12:12:49.607][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK [2022-08-22 12:12:49.823][request][INFO] POST /identity/connect/token [2022-08-22 12:12:50.402][vaultwarden::api::identity][ERROR] Username or password is incorrect. Try again. IP: 192.168.1.2. Username: brodylstone21@gmail.com. [2022-08-22 12:12:50.403][response][INFO] (login) POST /identity/connect/token => 400 Bad Request [2022-08-22 12:13:00.413][request][INFO] POST /api/accounts/prelogin [2022-08-22 12:13:00.413][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK [2022-08-22 12:13:00.576][request][INFO] POST /identity/connect/token [2022-08-22 12:13:00.752][vaultwarden::api::identity][INFO] User brodylstone21@gmail.com logged in successfully. IP: 192.168.1.2 [2022-08-22 12:13:00.752][response][INFO] (login) POST /identity/connect/token => 200 OK [2022-08-22 12:13:00.906][request][INFO] POST /identity/connect/token [2022-08-22 12:13:00.918][response][INFO] (login) POST /identity/connect/token => 200 OK [2022-08-22 12:13:00.983][request][INFO] GET /api/sync?excludeDomains=true [2022-08-22 12:13:01.039][response][INFO] (sync) GET /api/sync?<data..> => 200 OK [2022-08-22 12:13:01.097][vaultwarden::api::notifications][INFO] Accepting WS connection from 172.19.0.4:33788 [2022-08-22 12:13:01.443][request][INFO] GET /icons/accounts.outreach.io/icon.png [2022-08-22 12:13:01.453][request][INFO] GET /icons/www.addic7ed.com/icon.png [2022-08-22 12:13:01.466][request][INFO] GET /icons/www.easyusenet.nl/icon.png [2022-08-22 12:13:01.502][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.509][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.510][request][INFO] GET /icons/app.frontspin.com/icon.png [2022-08-22 12:13:01.514][request][INFO] GET /icons/www.linkedin.com/icon.png [2022-08-22 12:13:01.535][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.543][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.548][request][INFO] GET /icons/www.discover.com/icon.png [2022-08-22 12:13:01.568][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.696][request][INFO] GET /icons/jtprop.twa.rentmanager.com/icon.png [2022-08-22 12:13:01.696][request][INFO] GET /icons/github.com/icon.png [2022-08-22 12:13:01.702][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.735][request][INFO] GET /icons/www.capitalone.com/icon.png [2022-08-22 12:13:01.752][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.753][request][INFO] GET /icons/dash.cloudflare.com/icon.png [2022-08-22 12:13:01.758][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.778][request][INFO] GET /icons/www.instant-gaming.com/icon.png [2022-08-22 12:13:01.786][request][INFO] GET /icons/www.americanexpress.com/icon.png [2022-08-22 12:13:01.786][request][INFO] GET /icons/digitalcore.club/icon.png [2022-08-22 12:13:01.786][request][INFO] GET /icons/mullvad.net/icon.png [2022-08-22 12:13:01.792][request][INFO] GET /icons/app.plex.tv/icon.png [2022-08-22 12:13:01.792][request][INFO] GET /icons/login.zoominfo.com/icon.png [2022-08-22 12:13:01.819][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.819][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.819][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.819][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.819][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.821][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.846][request][INFO] GET /icons/www.miatrix.com/icon.png [2022-08-22 12:13:01.854][request][INFO] GET /icons/www.amazon.com/icon.png [2022-08-22 12:13:01.854][request][INFO] GET /icons/nzbgeek.info/icon.png [2022-08-22 12:13:01.859][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.859][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.860][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.861][request][INFO] GET /icons/nextcloud.stoneagetech.net/icon.png [2022-08-22 12:13:01.862][request][INFO] GET /icons/nzbplanet.net/icon.png [2022-08-22 12:13:01.862][request][INFO] GET /icons/www.cheapnews.eu/icon.png [2022-08-22 12:13:01.885][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.885][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:01.929][request][INFO] GET /icons/my.healthequity.com/icon.png [2022-08-22 12:13:05.121][vaultwarden::api::icons][INFO] Downloaded icon from https://static-exp1.licdn.com/aero-v1/sc/h/al2o9zrvru7aqj8e1x2rzsrca [2022-08-22 12:13:05.155][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:05.500][vaultwarden::api::icons][INFO] Downloaded icon from https://www.instant-gaming.com/apple-touch-icon.png [2022-08-22 12:13:05.500][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:05.565][request][INFO] POST /identity/connect/token [2022-08-22 12:13:05.566][response][INFO] (login) POST /identity/connect/token => 200 OK [2022-08-22 12:13:05.580][request][INFO] GET /icons/online.adp.com/icon.png [2022-08-22 12:13:05.594][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:05.648][request][INFO] PUT /api/ciphers/9d0795b6-26d2-4e9d-af66-877af376b8fc [2022-08-22 12:13:05.683][response][INFO] (put_cipher) PUT /api/ciphers/<uuid> => 200 OK [2022-08-22 12:13:05.766][vaultwarden::api::icons][INFO] Downloaded icon from https://my.healthequity.com/favicon.ico [2022-08-22 12:13:05.768][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK [2022-08-22 12:13:05.938][request][INFO] GET /api/ciphers/9d0795b6-26d2-4e9d-af66-877af376b8fc [2022-08-22 12:13:05.939][response][INFO] (get_cipher) GET /api/ciphers/<uuid> => 200 OK [2022-08-22 12:13:19.955][vaultwarden::api::notifications][INFO] Accepting WS connection from 172.19.0.4:33790 [2022-08-22 12:13:20.086][request][INFO] GET /api/accounts/revision-date [2022-08-22 12:13:20.086][response][INFO] (revision_date) GET /api/accounts/revision-date => 200 OK [2022-08-22 12:13:20.164][request][INFO] POST /identity/connect/token [2022-08-22 12:13:20.166][response][INFO] (login) POST /identity/connect/token => 200 OK [2022-08-22 12:13:20.298][request][INFO] GET /api/sync [2022-08-22 12:13:20.319][response][INFO] (sync) GET /api/sync?<data..> => 200 OK [2022-08-22 12:13:25.429][vaultwarden::api::icons][WARN] Unable to download icon: Empty response or unable find a valid icon. nzbplanet.net [2022-08-22 12:13:25.430][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#2020