[GH-ISSUE #1436] Can't access to my bitwarden site #960

Closed
opened 2026-03-03 02:05:02 +03:00 by kerem · 1 comment
Owner

Originally created by @Acr5-6 on GitHub (Feb 25, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1436

Hello all,
I installed bitwardenrs in a docker container on my rpi some months ago, thanks to this tuto https://medium.com/@martient/how-to-deploy-bitwarden-on-raspberry-pi-78444a8f03fc.

And this week without touching it, I encountered an issue, I can't access to bitwarden anymore in any way, neither via the web nor via the app (desktop and mobile).

docker logs my_container_id | tail -50

Generating RSA private key, 2048 bit long modulus (2 primes)
...................+++++
.......................................................................+++++
e is 65537 (0x010001)
writing RSA key
writing RSA key
[2021-02-24 14:44:57][bitwarden_rs::api::icons][ERROR] Error downloading icon: Empty response
[2021-02-24 14:44:57][response][INFO] GET /icons/<domain>/icon.png (icon) => 200 OK
[2021-02-24 17:18:30][request][INFO] POST /api/accounts/prelogin
[2021-02-24 17:18:30][response][INFO] POST /api/accounts/prelogin (prelogin) => 200 OK
[2021-02-24 17:18:30][request][INFO] POST /identity/connect/token
[2021-02-24 17:18:30][bitwarden_rs::api::identity][INFO] User myuser@mymail.xxx logged in successfully. IP: xxx.xxx.xxx.xxx
[2021-02-24 17:18:30][response][INFO] POST /identity/connect/token (login) => 200 OK
[2021-02-24 17:18:30][request][INFO] GET /api/sync?excludeDomains=true
[2021-02-24 17:18:30][ws::io][INFO] Accepted a new tcp connection from 172.24.0.3:35116.
[2021-02-24 17:18:30][response][INFO] GET /api/sync?<data..> (sync) => 200 OK
[2021-02-24 17:48:38][ws::io][INFO] Accepted a new tcp connection from 172.24.0.3:35178.
[2021-02-24 17:48:38][request][INFO] GET /api/accounts/revision-date
[2021-02-24 17:48:38][response][INFO] GET /api/accounts/revision-date (revision_date) => 200 OK
[2021-02-24 18:08:05][ws::io][INFO] Accepted a new tcp connection from 172.24.0.3:35220.
[2021-02-24 18:08:05][request][INFO] GET /api/accounts/revision-date
[2021-02-24 18:08:05][response][INFO] GET /api/accounts/revision-date (revision_date) => 200 OK
[2021-02-24 18:41:49][ws::io][INFO] Accepted a new tcp connection from 172.24.0.3:35292.
[2021-02-24 18:41:49][request][INFO] GET /api/accounts/revision-date
[2021-02-24 18:41:49][response][INFO] GET /api/accounts/revision-date (revision_date) => 200 OK
[2021-02-24 19:02:17][ws::io][INFO] Accepted a new tcp connection from 172.24.0.3:35336.
[2021-02-24 19:02:17][request][INFO] GET /api/accounts/revision-date
[2021-02-24 19:02:17][response][INFO] GET /api/accounts/revision-date (revision_date) => 200 OK
[2021-02-24 19:44:50][request][INFO] POST /identity/connect/token
[2021-02-24 19:44:50][response][INFO] POST /identity/connect/token (login) => 200 OK
[2021-02-24 19:44:50][ws::io][INFO] Accepted a new tcp connection from 172.24.0.3:35428.
[2021-02-24 19:44:50][request][INFO] GET /api/accounts/revision-date
[2021-02-24 19:44:50][response][INFO] GET /api/accounts/revision-date (revision_date) => 200 OK
[2021-02-24 22:24:34][request][INFO] POST /identity/connect/token
[2021-02-24 22:24:34][response][INFO] POST /identity/connect/token (login) => 200 OK
[2021-02-24 22:24:35][ws::io][INFO] Accepted a new tcp connection from 172.24.0.3:35750.
[2021-02-24 22:24:35][request][INFO] GET /api/accounts/revision-date
[2021-02-24 22:24:35][response][INFO] GET /api/accounts/revision-date (revision_date) => 200 OK
/--------------------------------------------------------------------\
|                       Starting Bitwarden_RS                        |
|                      Version 1.15.1-1e950c7d                       |
|--------------------------------------------------------------------|
| 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://bitwardenrs.discourse.group/                             |
| Report suspected bugs/issues in the software itself at:            |
|   https://github.com/dani-garcia/bitwarden_rs/issues/new           |
\--------------------------------------------------------------------/

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

[2021-02-25 16:37:30][start][INFO] Rocket has launched from http://0.0.0.0:80
[2021-02-25 16:37:30][ws][INFO] Listening for new connections on 0.0.0.0:3012.

I changed some values in logs like the email and the IP address.

Thank you for replying. ^^

ps : Sorry for my english.

Originally created by @Acr5-6 on GitHub (Feb 25, 2021). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1436 Hello all, I installed bitwardenrs in a docker container on my rpi some months ago, thanks to this tuto https://medium.com/@martient/how-to-deploy-bitwarden-on-raspberry-pi-78444a8f03fc. And this week without touching it, I encountered an issue, I can't access to bitwarden anymore in any way, neither via the web nor via the app (desktop and mobile). `docker logs my_container_id | tail -50` ``` Generating RSA private key, 2048 bit long modulus (2 primes) ...................+++++ .......................................................................+++++ e is 65537 (0x010001) writing RSA key writing RSA key [2021-02-24 14:44:57][bitwarden_rs::api::icons][ERROR] Error downloading icon: Empty response [2021-02-24 14:44:57][response][INFO] GET /icons/<domain>/icon.png (icon) => 200 OK [2021-02-24 17:18:30][request][INFO] POST /api/accounts/prelogin [2021-02-24 17:18:30][response][INFO] POST /api/accounts/prelogin (prelogin) => 200 OK [2021-02-24 17:18:30][request][INFO] POST /identity/connect/token [2021-02-24 17:18:30][bitwarden_rs::api::identity][INFO] User myuser@mymail.xxx logged in successfully. IP: xxx.xxx.xxx.xxx [2021-02-24 17:18:30][response][INFO] POST /identity/connect/token (login) => 200 OK [2021-02-24 17:18:30][request][INFO] GET /api/sync?excludeDomains=true [2021-02-24 17:18:30][ws::io][INFO] Accepted a new tcp connection from 172.24.0.3:35116. [2021-02-24 17:18:30][response][INFO] GET /api/sync?<data..> (sync) => 200 OK [2021-02-24 17:48:38][ws::io][INFO] Accepted a new tcp connection from 172.24.0.3:35178. [2021-02-24 17:48:38][request][INFO] GET /api/accounts/revision-date [2021-02-24 17:48:38][response][INFO] GET /api/accounts/revision-date (revision_date) => 200 OK [2021-02-24 18:08:05][ws::io][INFO] Accepted a new tcp connection from 172.24.0.3:35220. [2021-02-24 18:08:05][request][INFO] GET /api/accounts/revision-date [2021-02-24 18:08:05][response][INFO] GET /api/accounts/revision-date (revision_date) => 200 OK [2021-02-24 18:41:49][ws::io][INFO] Accepted a new tcp connection from 172.24.0.3:35292. [2021-02-24 18:41:49][request][INFO] GET /api/accounts/revision-date [2021-02-24 18:41:49][response][INFO] GET /api/accounts/revision-date (revision_date) => 200 OK [2021-02-24 19:02:17][ws::io][INFO] Accepted a new tcp connection from 172.24.0.3:35336. [2021-02-24 19:02:17][request][INFO] GET /api/accounts/revision-date [2021-02-24 19:02:17][response][INFO] GET /api/accounts/revision-date (revision_date) => 200 OK [2021-02-24 19:44:50][request][INFO] POST /identity/connect/token [2021-02-24 19:44:50][response][INFO] POST /identity/connect/token (login) => 200 OK [2021-02-24 19:44:50][ws::io][INFO] Accepted a new tcp connection from 172.24.0.3:35428. [2021-02-24 19:44:50][request][INFO] GET /api/accounts/revision-date [2021-02-24 19:44:50][response][INFO] GET /api/accounts/revision-date (revision_date) => 200 OK [2021-02-24 22:24:34][request][INFO] POST /identity/connect/token [2021-02-24 22:24:34][response][INFO] POST /identity/connect/token (login) => 200 OK [2021-02-24 22:24:35][ws::io][INFO] Accepted a new tcp connection from 172.24.0.3:35750. [2021-02-24 22:24:35][request][INFO] GET /api/accounts/revision-date [2021-02-24 22:24:35][response][INFO] GET /api/accounts/revision-date (revision_date) => 200 OK /--------------------------------------------------------------------\ | Starting Bitwarden_RS | | Version 1.15.1-1e950c7d | |--------------------------------------------------------------------| | 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://bitwardenrs.discourse.group/ | | Report suspected bugs/issues in the software itself at: | | https://github.com/dani-garcia/bitwarden_rs/issues/new | \--------------------------------------------------------------------/ [WARNING] The following environment variables are being overriden by the config file, [WARNING] please use the admin panel to make changes to them: [WARNING] DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN [2021-02-25 16:37:30][start][INFO] Rocket has launched from http://0.0.0.0:80 [2021-02-25 16:37:30][ws][INFO] Listening for new connections on 0.0.0.0:3012. ``` I changed some values in logs like the email and the IP address. Thank you for replying. ^^ ps : Sorry for my english.
kerem closed this issue 2026-03-03 02:05:02 +03:00
Author
Owner

@Acr5-6 commented on GitHub (Feb 25, 2021):

^^' Sorry, I found the issue. The dyndns did not update the public IP address...
I need to find why now.

<!-- gh-comment-id:786231961 --> @Acr5-6 commented on GitHub (Feb 25, 2021): ^^' Sorry, I found the issue. The dyndns did not update the public IP address... I need to find why now.
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#960
No description provided.