mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
No syncing on Android 9 #653
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @almanzarj on GitHub (Mar 23, 2020).
I am having an issue on Android 9 using Samsung Galaxy S8+ with Bitwarden version 2.3.1 Android App.
I have tried uninstall app, install app, clear cache, log out and login.
When I try to do sync vault now...I get error Syncing failed message. I also tried to sync using LTE and WIFI
@b-sarrazin commented on GitHub (Mar 23, 2020):
Same issue with Android 9 since the last update of the mobile application.
@sven-petersen commented on GitHub (Mar 24, 2020):
I had this issue with an installation on Home Assistant. I exported my vault and reinstalled the addon (which uses bitwarden_rs). Now it works again. Probably something got corrupted somehow.
@deeztek commented on GitHub (Mar 30, 2020):
Try this.
Exported my vault to .json. Then I did a search for the following:
"username": null,
"password": null
Then in the web browser, I located the particular entry and deleted it.
Not sure which entry it was, but after deleting 27 entries, the android app started syncing again.
@pltanton commented on GitHub (Apr 6, 2020):
Got the same issue. I found in export that I have multiple (like 7 or so) equal entities with same name and empty fields (each field was empty). It appears after some weird exceptions in desktop client.
Delete of these entities solves the problem. Guess it kinda bag with fresh desktop client.
@oooh-name commented on GitHub (Apr 6, 2020):
@deeztek Thank you!!!!!broooooooooo, you save my day!
@dani-garcia commented on GitHub (Apr 8, 2020):
I think this is probably related to https://github.com/dani-garcia/bitwarden_rs/issues/921, but if not there's the workaround explained above, so closing the issue.