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
Do a backup
Change the instance
Restore the backup
Expected behavior
The backup should leave the app as before without the pop up.
It doesn't work neither for the backups of the playlists, a lot of videos are lost
Actual behavior
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed: LocalPlaylist.id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native Method)
at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:961)
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(SourceFile:3)
at com.github.libretube.db.dao.LocalPlaylistsDao_Impl$8.call(SourceFile:68)
at androidx.room.CoroutinesRoom$Companion$execute$2.invokeSuspend(SourceFile:6)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:9)
at kotlinx.coroutines.DispatchedTask.run(SourceFile:115)
at androidx.work.impl.WorkerWrapper$$ExternalSyntheticLambda0.run(SourceFile:278)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@c28fec9, Dispatchers.IO]
LibreTube version
versión 0.21.1
Android version
Android 14
Other details
Thank you for your work
Acknowledgements
I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
I have written a short but informative title.
I will fill out all of the requested information in this form.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Do a backup
Change the instance
Restore the backup
Expected behavior
The backup should leave the app as before without the pop up.
It doesn't work neither for the backups of the playlists, a lot of videos are lost
Actual behavior
LibreTube version
versión 0.21.1
Android version
Android 14
Other details
Thank you for your work
Acknowledgements
The text was updated successfully, but these errors were encountered: