Goodreads metadata search without ISBN provided return 0 matches #1333
Closed
RadoMGIT
started this conversation in
Issue Triage
Replies: 0 comments
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.
-
What went wrong?
When you try get metadata for book from Goodreads provider it return 0 results even if same search with browser return table with result.
How can we reproduce it?
Actual result: Books searched by Name+Author does return 0 results
Expected result: Books are found.
Notes: i look at code and if i understand it correctly (i'm not java dev) grimmory try to get table of result with this code
Element tableList = doc.select("table.tableList").first();When you look at source of Goodreads result there is another element between tableList and table rows. They probably changed generation of result.
What Build of Grimmory are you on?
Stable
Your setup
Screenshots or error messages (optional)
2026-05-15T06:06:37.892Z INFO 1 --- [booklore-api] [oundedElastic-9] o.b.s.metadata.parser.AmazonBookParser : Amazon Query URL: https://www.amazon.com/s?k=The+Frozen+Realm+Mark+Arrows
2026-05-15T06:06:37.892Z INFO 1 --- [booklore-api] [undedElastic-10] o.b.s.metadata.parser.GoodReadsParser : Goodreads Query URL: https://www.goodreads.com/search?q=The+Frozen+Realm+Mark+Arrows
2026-05-15T06:06:37.897Z INFO 1 --- [booklore-api] [undedElastic-11] o.b.s.metadata.parser.GoogleParser : Google Books: Searching with Title + Author: intitle:The Frozen Realm inauthor:Mark Arrows
2026-05-15T06:06:37.903Z INFO 1 --- [booklore-api] [undedElastic-12] o.b.s.metadata.parser.HardcoverParser : Hardcover: Searching with title+author: 'The Frozen Realm Mark Arrows'
2026-05-15T06:06:37.906Z INFO 1 --- [booklore-api] [undedElastic-11] o.b.s.metadata.parser.GoogleParser : Google Books API URL: https://www.googleapis.com/books/v1/volumes?q=intitle:The%20Frozen%20Realm%20inauthor:Mark%20Arrows&maxResults=20
2026-05-15T06:06:38.123Z WARN 1 --- [booklore-api] [undedElastic-10] o.b.s.metadata.parser.GoodReadsParser : GoodReads: No results table found for search term: The Frozen Realm Mark Arrows
2026-05-15T06:06:38.124Z INFO 1 --- [booklore-api] [undedElastic-10] o.b.s.metadata.parser.GoodReadsParser : GoodReads: No hits for Title + Author search, retrying with Title only: The Frozen Realm
2026-05-15T06:06:38.125Z INFO 1 --- [booklore-api] [undedElastic-10] o.b.s.metadata.parser.GoodReadsParser : Goodreads Query URL: https://www.goodreads.com/search?q=The+Frozen+Realm
2026-05-15T06:06:38.216Z WARN 1 --- [booklore-api] [undedElastic-10] o.b.s.metadata.parser.GoodReadsParser : GoodReads: No results table found for search term: The Frozen Realm
Before submitting
Beta Was this translation helpful? Give feedback.
All reactions