tonyofrancis / Fetch

The best file downloader library for Android
https://www.meta.stackoverflow.com/tags/fetch2
Apache License 2.0
1.65k stars 339 forks source link

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

Open AbdelrahamanKh opened 2 years ago

AbdelrahamanKh commented 2 years ago

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));

thib-rdr commented 2 years ago

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