Closed
Description
android.database.sqlite.SQLiteConstraintException:
at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId (Native Method)
at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId (SQLiteConnection.java:940)
at android.database.sqlite.SQLiteSession.executeForLastInsertedRowId (SQLiteSession.java:790)
at android.database.sqlite.SQLiteStatement.executeInsert (SQLiteStatement.java:89)
at androidx.sqlite.db.framework.FrameworkSQLiteStatement.executeInsert (FrameworkSQLiteStatement.java:51)
at androidx.room.EntityInsertionAdapter.insert (EntityInsertionAdapter.java:64)
at io.heckel.ntfy.db.SubscriptionDao_Impl.add (SubscriptionDao_Impl.java:118)
at io.heckel.ntfy.db.Repository.addSubscription (Repository.kt:72)
at io.heckel.ntfy.up.BroadcastReceiver$register$1.invokeSuspend (BroadcastReceiver.kt:77)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (BaseContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely (CoroutineScheduler.kt:571)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask (CoroutineScheduler.kt:750)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker (CoroutineScheduler.kt:678)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run (CoroutineScheduler.kt:665)