-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
STACK_TRACE=android.database.sqlite.SQLiteException: no such table: bookmarks_categories (code 1 SQLITE_ERROR): , while compiling: SELECT * FROM bookmarks_categories
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
at android.database.sqlite.SQLiteConnection.-$$Nest$smnativePrepareStatement(Unknown Source:0)
at android.database.sqlite.SQLiteConnection$PreparedStatementCache.createStatement(SQLiteConnection.java:1580)
at android.database.sqlite.SQLiteConnection.acquirePreparedStatementLI(SQLiteConnection.java:1112)
at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:1140)
at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:700)
at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:614)
at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:62)
at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:37)
at
at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:46)
at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1823)
at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1795)
at androidx.sqlite.db.framework.FrameworkSQLiteDatabase.query(FrameworkSQLiteDatabase.kt:156)
at androidx.room.RoomDatabase.query(RoomDatabase.kt:484)
at androidx.room.util.DBUtil.query(DBUtil.kt:75)
at fr.free.nrw.commons.bookmarks.category.BookmarkCategoriesDao_Impl$6.call(BookmarkCategoriesDao_Impl.java:163)
at fr.free.nrw.commons.bookmarks.category.BookmarkCategoriesDao_Impl$6.call(BookmarkCategoriesDao_Impl.java:159)
at androidx.room.CoroutinesRoom$Companion$createFlow$1$1$1.invokeSuspend(CoroutinesRoom.kt:129)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1156)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:651)
at java.lang.Thread.run(Thread.java:1119)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [androidx.compose.ui.platform.MotionDurationScaleImpl@dd4bb03, androidx.compose.runtime.BroadcastFrameClock@be0ba80, StandaloneCoroutine{Cancelling}@68298b9, AndroidUiDispatcher@83994fe
Note
This was reported by some of our users and we do not have any steps to reproduce available at the moment. An additional task would be to figure out when this happens.