-
Notifications
You must be signed in to change notification settings - Fork 6
Adding book: unexpected error #213
Copy link
Copy link
Closed
Labels
Confirmed for next releaseThis issue has been implemented/fixed and will be in the next releaseThis issue has been implemented/fixed and will be in the next releasebugSomething isn't workingSomething isn't working
Description
When trying to add a book (ISBN: 9783552075740), the following error was raised:
2025-12-11T19:08:26.398892|ExtSQLiteStatement|ERROR|SQLiteProgram:
INSERT INTO
book_publisher(book,publisher_id,publisher_position)
VALUES(?,?,?)|UNIQUE constraint failed:
book_publisher.book,
book_publisher.publisher_id
(code 2067 SQLITE_CONSTRAINT_UNIQUE)
android.database.sqlite.SQLiteConstraintException:
UNIQUE constraint failed:
book_publisher.book,
book_publisher.publisher_id (code 2067 SQLITE_CONSTRAINT_UNIQUE)
2025-12-11T19:08:27.994732|EditBookActivity|ERROR|
Failed updating book from
DataManager{rawData=Bundle[{anthology=0, ...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Confirmed for next releaseThis issue has been implemented/fixed and will be in the next releaseThis issue has been implemented/fixed and will be in the next releasebugSomething isn't workingSomething isn't working