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

[App crash] #335

Closed
3 tasks done
SeamAli opened this issue Jan 13, 2025 · 1 comment
Closed
3 tasks done

[App crash] #335

SeamAli opened this issue Jan 13, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@SeamAli
Copy link

SeamAli commented Jan 13, 2025

Checklist

  • I've verified that I'm running the latest stable version of Spowlo or any later preview versions.
  • I've checked that the YouTube Music is available in my country.
  • I understand that the issue will be (ignored/closed) if I intentionally remove or skip any mandatory field.

Describe the bug

Crashes after completing downloading a few songs from a YouTube music playlist.

To Reproduce

  1. Open YouTube Music.
  2. Copy the shere link to a music playlist.
  3. Paste the copied link in Spowlo.
  4. Mp3 Format & Highest bitrate selected.
  5. Start download.

Error reports

android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed: downloaded_songs_info.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(FrameworkSQLiteStatement.kt:42)
at androidx.room.EntityInsertionAdapter.insert(EntityInsertionAdapter.kt:67)
at com.bobbyesp.spowlo.database.SongsInfoDao_Impl$15.call(SongsInfoDao_Impl.java:260)
at com.bobbyesp.spowlo.database.SongsInfoDao_Impl$15.call(SongsInfoDao_Impl.java:254)
at androidx.room.CoroutinesRoom$Companion.execute(CoroutinesRoom.kt:56)
at androidx.room.CoroutinesRoom.execute(Unknown Source:2)
at com.bobbyesp.spowlo.database.SongsInfoDao_Impl.insertAll(SongsInfoDao_Impl.java:254)
at com.bobbyesp.spowlo.database.SongsInfoDao$DefaultImpls.insertInfoDistinctByPath(SongsInfoDao.kt:50)
at com.bobbyesp.spowlo.database.SongsInfoDao_Impl.lambda$insertInfoDistinctByPath$1(SongsInfoDao_Impl.java:488)
at com.bobbyesp.spowlo.database.SongsInfoDao_Impl.$r8$lambda$3HaP2INEKdsew8VMpwZJXlKhz3s(Unknown Source:0)
at com.bobbyesp.spowlo.database.SongsInfoDao_Impl$$ExternalSyntheticLambda0.invoke(D8$$SyntheticClass:0)
at androidx.room.RoomDatabaseKt$withTransaction$transactionBlock$1.invokeSuspend(RoomDatabaseExt.kt:62)
at androidx.room.RoomDatabaseKt$withTransaction$transactionBlock$1.invoke(Unknown Source:8)
at androidx.room.RoomDatabaseKt$withTransaction$transactionBlock$1.invoke(Unknown Source:4)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:61)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:163)
at...

Screenshots & Screen Records

Screenshot_2025-01-14-01-07-32-335_com bobbyesp spowlo

Device info

App version: 1.5.1 (1050100)
Device information: Android 13 (API 33)
Supported ABIs: [arm64-v8a, armeabi-v7a, armeabi]
spotDL version: null

Additional context

No response

@SeamAli SeamAli added the bug Something isn't working label Jan 13, 2025
@BobbyESP
Copy link
Owner

Delete app data and restart

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

No branches or pull requests

2 participants