Skip to content

Adding book: unexpected error #213

@ChristianGruen

Description

@ChristianGruen

When trying to add a book (ISBN: 9783552075740), the following error was raised:

ntmb-debug-2025-12-11.zip

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, ...

Metadata

Metadata

Assignees

Labels

Confirmed for next releaseThis issue has been implemented/fixed and will be in the next releasebugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions