Bibliophagist
Posts: 47,444
Karma: 171313058
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
Originally Posted by davidfor
Can you give me some examples? I haven't noticed any issues, but, I also haven't added a new book with a series for a couple of weeks.
|
On the series number bug, I've found the same where every book in a series does not parse the series index. From what I saw, it appears the books are showing the series name and then a two digit series index while the plugin seems to be look for a #number as the series index. I copied the log for one download in the spoiler tags.
Spoiler:
Code:
Running identify query with parameters:
{'title': 'Demi-Diety', 'authors': ['Michael Anderle'], 'identifiers': {'isbn': '9781649711823', 'kobo': 'demi-diety'}, 'timeout': 30}
Using plugins: Goodreads (1, 5, 3), Kobo Books (1, 8, 4), Smashwords Metadata (1, 0, 2), Amazon.com (1, 2, 24)
The log from individual plugins is below
****************************** Goodreads (1, 5, 3) ******************************
Found 0 results
Downloading from Goodreads took 1.9682505130767822
identify - start. title=Demi-Diety, authors=['Michael Anderle'], identifiers={'isbn': '9781649711823', 'kobo': 'demi-diety'}
get_goodreads_id_from_identifiers - isbn=9781649711823
get_goodreads_id_using_api - identifiers=9781649711823
Querying using autocomplete API: https://www.goodreads.com/book/auto_complete?format=json&q=9781649711823
JSON Result: b'[]'
Result using autocomplete API: None
Querying: https://www.goodreads.com/search?search_type=books&search[query]=Demi-Diety+Michael+Anderle
no isbn
response: <Element html at 0x281a2e66ef0>
********************************************************************************
****************************** Kobo Books (1, 8, 4) ******************************
Found 1 results
Downloading from Kobo Books took 1.7568421363830566
---
Title : Demi-Diety
Author(s) : Michael Anderle
Publisher : LMBPN Publishing
Tags : Science Fiction & Fantasy, Science Fiction, Adventure Sci Fi
Series : Chronicles Of KieraFreya #1
Rating :
Published : 2020-09-24T11:00:00+00:00
Identifiers : kobo:demi-diety, isbn:9781649711823
Comments : b'<div class="synopsis-description" translate="no"><p><strong>Everyone wants you to fail…CHECK!</strong></p>\n<p><em>“Screw Them!”</em></p>\n<p><strong>What’s a billionaire heiress supposed to do when the world seems hell-bent on stopping her from completing her mission?</strong></p>\n<p>Chloe is on the cusp of finishing her quest, but forces inside and outside the game are colluding to stop her. What is it going to take?</p>\n<p><strong>Grab your copy today to find out if Chloe has what it takes to help KieraFreya.</strong></p>\n<p><strong>And Herself.</strong></p>\n</div> \r\n '
identify - title: "Demi-Diety" authors= "['Michael Anderle']"
KoboBooks url: 'https://www.kobo.com/ebook/demi-diety'
parse_details - kobobooks_id: "demi-diety"
parse_details - title: "Demi-Diety"
parse_authors - author: "Michael Anderle"
parse_authors - authors: "['Michael Anderle']"
parse_details - authors: "['Michael Anderle']"
Script page_metadata= {'@context': 'http://schema.org', '@type': 'Product', 'name': 'Demi-Diety', 'description': 'Read "Demi-Diety Chronicles Of KieraFreya Book 05" by Michael Anderle available from Rakuten Kobo. Everyone wants you to fail…CHECK!\n“Screw Them!”\nWhat’s a billionaire heiress supposed to do when the world seems hell-be...', 'image': 'https://kbimages1-a.akamaihd.net/79dff0d7-6f0c-48d4-95f6-66a6a1b56c24/180/1000/False/demi-diety.jpg', 'releasedate': '2020-09-24T04:00:00', 'sku': '9781649711823', 'gtin13': '9781649711823', 'offers': {'@type': 'Offer', 'price': 5.99, 'priceCurrency': 'CAD', 'availability': 'http://schema.org/InStock', 'url': 'https://www.kobo.com/ca/en/ebook/demi-diety'}, 'brand': 'LMBPN Publishing'}
pubdate from JSON: 2020-09-24 04:00:00
parse_series - series_text: "Chronicles Of KieraFreya"
parse_series - no # in series name
parse_series - Cannot split series info - series_text=Chronicles Of KieraFreya
parse_series - series_name=Chronicles Of KieraFreya, series_index=None
parse_rating - rating: "0"
********************************************************************************
****************************** Smashwords Metadata (1, 0, 2) ******************************
Found 0 results
Downloading from Smashwords Metadata took 2.344212532043457
Querying: https://www.smashwords.com/books/search?query=9781649711823
No matches found with identifiers, retrying using title and authors. Query: 'https://www.smashwords.com/books/search?query=9781649711823'
Querying: https://www.smashwords.com/books/search?query=Demi-Diety
No Full Search section. Has the page changed?
Building match list from found_ids: []
Matches: []
No matches found with query: 'https://www.smashwords.com/books/search?query=Demi-Diety'
********************************************************************************
****************************** Amazon.com (1, 2, 24) ******************************
Found 0 results
Downloading from Amazon.com took 2.768747091293335
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36
Server: amazon
No matches found with identifiers, retrying using only title and authors. Query: 'https://www.amazon.ca/s/?search-alias=aps&unfiltered=1&sort=relevancerank&field-isbn=9781649711823'
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36
Server: amazon
No matches found with query: 'https://www.amazon.ca/s/?search-alias=stripbooks&unfiltered=1&sort=relevancerank&field-title=Demi-Diety&field-author=Michael+Anderle'
********************************************************************************
The identify phase took 2.87 seconds
The longest time (2.768747) was taken by: Amazon.com
Merging results from different sources
We have 1 merged results, merging took: 0.00 seconds
|