Quote:
Originally Posted by DNSB
Here's the log with the (ed) after the editors names:
Spoiler:
calibre, version 3.42.0
ERROR: No matches found: <p>Failed to find any books that match your search. Try making the search <b>less specific</b>. For example, use only the author's last name and a single distinctive word from the title.<p>To see the full log, click "Show details".
Running identify query with parameters:
{u'authors': [u'Larry Correia (ed)', u'Kacey Ezell (ed)'], u'identifiers': {u'mobi-asin': u'B07R4CNF5D', u'isbn': u'9781481483971', u'kobo': u'noir-fatale'}, u'title': u'Noir Fatale', u'timeout': 30}
Using plugins: Kobo Books (1, 6, 0)
The log from individual plugins is below
****************************** Kobo Books (1, 6, 0) ******************************
Found 0 results
Downloading from Kobo Books took 1.65499997139
identify - title: "Noir Fatale" authors= "[u'Larry Correia (ed)', u'Kacey Ezell (ed)']"
KoboBooks url: u'https://www.kobo.com/ebook/noir-fatale'
parse_authors - author: ""
Rejecting authors as not a close match:
Could not find title/authors/KoboBooks id for u'https://www.kobo.com/ebook/noir-fatale'
Kobo Books: u'noir-fatale' Title: 'Noir Fatale' Authors: None
************************************************** ******************************
The identify phase took 1.80 seconds
The longest time (1.655000) was taken by: Kobo Books
Merging results from different sources
We have 0 merged results, merging took: 0.00 seconds
Removed the (ed) after the editors names in the author field:
Spoiler:
calibre, version 3.42.0
ERROR: No matches found: <p>Failed to find any books that match your search. Try making the search <b>less specific</b>. For example, use only the author's last name and a single distinctive word from the title.<p>To see the full log, click "Show details".
Running identify query with parameters:
{u'authors': [u'Larry Correia', u'Kacey Ezell'], u'identifiers': {u'mobi-asin': u'B07R4CNF5D', u'kobo': u'noir-fatale', u'isbn': u'9781481483971'}, u'title': u'Noir Fatale', u'timeout': 30}
Using plugins: Kobo Books (1, 6, 0)
The log from individual plugins is below
****************************** Kobo Books (1, 6, 0) ******************************
Found 0 results
Downloading from Kobo Books took 1.57299995422
identify - title: "Noir Fatale" authors= "[u'Larry Correia', u'Kacey Ezell']"
KoboBooks url: u'https://www.kobo.com/ebook/noir-fatale'
parse_authors - author: ""
Rejecting authors as not a close match:
Could not find title/authors/KoboBooks id for u'https://www.kobo.com/ebook/noir-fatale'
Kobo Books: u'noir-fatale' Title: 'Noir Fatale' Authors: None
************************************************** ******************************
The identify phase took 1.60 seconds
The longest time (1.573000) was taken by: Kobo Books
Merging results from different sources
We have 0 merged results, merging took: 0.00 seconds
If I leave the author field blank in calibre, it works and finds the book. Which makes sense since the returned author field is "". Possibly return a match on title only if no author information is returned?
|
I hadn't set the author, so it worked. And at the place the book is being rejected, allowing no authors is a valid thing. The attached beta should do it.