Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLiteConstraintException - io.heckel.ntfy.up.BroadcastReceiver$register$1.invokeSuspend (BroadcastReceiver.kt:77) #185

Closed
binwiederhier opened this issue Mar 23, 2022 · 1 comment
Labels
android-app ntfy Android app 🪲 bug Something isn't working

Comments

@binwiederhier
Copy link
Owner

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)
@binwiederhier binwiederhier added 🪲 bug Something isn't working android-app ntfy Android app labels Mar 23, 2022
@binwiederhier
Copy link
Owner Author

binwiederhier commented Mar 23, 2022

Fixed in binwiederhier/ntfy-android@1a9e271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android-app ntfy Android app 🪲 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant