You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception android.database.sqlite.SQLiteException: file is not a database: , while compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile (SQLiteCompiledSql.java)
at net.sqlcipher.database.SQLiteCompiledSql.compile (SQLiteCompiledSql.java)
at net.sqlcipher.database.SQLiteCompiledSql.<init> (SQLiteCompiledSql.java)
at net.sqlcipher.database.SQLiteProgram.<init> (SQLiteProgram.java)
at net.sqlcipher.database.SQLiteQuery.<init> (SQLiteQuery.java:2)
at net.sqlcipher.database.SQLiteDirectCursorDriver.query (SQLiteDirectCursorDriver.java:2)
at net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory (SQLiteDatabase.java)
at net.sqlcipher.database.SQLiteDatabase.rawQuery (SQLiteDatabase.java:2)
at net.sqlcipher.database.SQLiteDatabase.keyDatabase (SQLiteDatabase.java)
at net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal (SQLiteDatabase.java:1)
at net.sqlcipher.database.SQLiteDatabase.openDatabase (SQLiteDatabase.java:4)
at net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase (SQLiteDatabase.java:9)
at net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase (SQLiteOpenHelper.java:2)
at net.sqlcipher.database.SupportHelper.getWritableDatabase (SupportHelper.java:6)
at androidx.room.RoomDatabase.inTransaction (RoomDatabase.kt:5)
at androidx.room.RoomDatabase.assertNotSuspendingTransaction (RoomDatabase.kt:5)
at com.yogeshpaliyal.common.db.DbDao_Impl.getAllAccountsAscending (DbDao_Impl.java:129)
at com.yogeshpaliyal.keypass.ui.home.DashboardViewModel$queryUpdated$1.invokeSuspend (DashboardViewModel.kt:129)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:9)
at kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:97)
at kotlinx.coroutines.scheduling.TaskImpl.run (Tasks.kt:3)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely (CoroutineScheduler.java:92)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask (CoroutineScheduler.kt:92)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker (CoroutineScheduler.kt:92)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run (CoroutineScheduler.kt:92)
We were not seeing this issue in v1.4.28 but getting in v1.4.29 and there is no changes releated to DB, sqlcipher, room, etc.
Describe the bug
Error Stack
We were not seeing this issue in v1.4.28 but getting in v1.4.29 and there is no changes releated to DB, sqlcipher, room, etc.
Here is the change logs from v1.4.28 → v1.4.29 1
Here is my SqlCipher file where I am initiating the DB. AppModule.kt
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: