Actions
Bug #608
closed
RL
SS
Importing setting from prior to 3.3 fail
Bug #608:
Importing setting from prior to 3.3 fail
Start date:
08/27/2020
Due date:
% Done:
0%
Estimated time:
Description
Due to the issues mentioned in bug #605, I downgraded to the F-Droid version 3.4.1. Fdroid gave an error so I uninstalled PB. I re-installed PB and imported the Settings.pbc but it throws an error:
"import failed: android.database.sqlite.SQLiteException: duplicate column name: proxy (code 1 SQLITE_ERROR): , while compiling: AL..."
An "adb logcat | grep -i sqlite" shows:
08-27 13:54:03.017 4444 4444 E SQLiteLog: (1) duplicate column name: proxy
When I examine the sqlite file there is no column "proxy", only a "proxy_through_orbot". I tried a Settings.pbs file generated today with the latest Fdroid version, and one from 2019. Both same error.
@Soren Stoutner: I send the Settings.pbs to your mail
Actions