Encountering Issue Updating Metadata #746
Closed
Iyagovos
started this conversation in
Issue Triage
Replies: 1 comment 1 reply
|
I cannot replicate while editing metadata. This seems to be something odd with your database / queries. Can you enable debugging and capture more logs of this? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
What went wrong?
Hey folks! I'm trying to update metadata within Booklore, am encountering errors in the latest nightly version.
I'm getting minimal logs, but have attached the errors that I'm getting in Firefox's console. I'm running the latest nightly, and MariaDB 1.4.8.
How can we reproduce it?
Issue also occurs when auto-fetching data
What Build of Grimmory are you on?
Nightly
Your setup
Screenshots or error messages (optional)
2026-04-21T17:05:15.964699763Z 2026-04-21T13:05:15.964-04:00 WARN 1 --- [booklore-api] [cat-handler-858] o.b.s.metadata.BookMetadataUpdater : Failed to write metadata for book ID 2202: File does not exist or is not a regular file
2026-04-21T17:05:15.965729782Z 2026-04-21T13:05:15.965-04:00 INFO 1 --- [booklore-api] [cat-handler-858] o.booklore.service.file.FileMoveService : Files for book ID 2202 need to be moved to match library pattern
2026-04-21T17:05:15.965952962Z 2026-04-21T13:05:15.965-04:00 WARN 1 --- [booklore-api] [cat-handler-858] o.booklore.service.file.FileMoveService : Source file not found: bookId=2202, path=/lightnovels/A Cave King's Road to Paradise - Climbing to the Top with My Almighty Mining Skills!/A Cave King's Road to Paradise - Volume 02 [J-Novel Club][Premium].epub
2026-04-21T17:05:15.972330456Z 2026-04-21T13:05:15.972-04:00 WARN 1 --- [booklore-api] [cat-handler-858] o.m.jdbc.message.server.ErrorPacket : Error: 1062-23000: Duplicate entry '2202-3' for key 'PRIMARY'
2026-04-21T17:05:15.972726722Z 2026-04-21T13:05:15.972-04:00 INFO 1 --- [booklore-api] [cat-handler-858] org.hibernate.orm.jdbc.batch : HHH100503: JDBC batch still contained JDBC statements on release
Before submitting
All reactions