Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

Fatal Exception: android.database.sqlite.SQLiteDatabaseLockedException database is locked (code 5 SQLITE_BUSY)

Open AbdelrahamanKh opened this issue 2 years ago • 1 comments

Fatal Exception: android.database.sqlite.SQLiteDatabaseLockedException database is locked (code 5 SQLITE_BUSY)

sometimes is thrown when I call

fetch = Fetch.Impl.getInstance(getFetchConfiguration(context));

AbdelrahamanKh avatar Jul 19 '22 21:07 AbdelrahamanKh

That's a bug with the latest version, I ended up using the version 3.1.4, the last that does not have this issue

thib-rdr avatar Jul 21 '22 14:07 thib-rdr