View Single Post
Old 09-07-2022, 03:13 PM   #619
Kabutak
Junior Member
Kabutak began at the beginning.
 
Kabutak's Avatar
 
Posts: 3
Karma: 10
Join Date: Aug 2022
Device: None
Still getting a number of undefined/empty publisher and date entries with the new version. Not unexpected but worth noting. More concerning was getting a number of 403 errors when attempting to fetch the publisher information for a bunch of books. It's possible that I was just being rate limited or something since I was updating a bunch of entries (~50) at once, but figured I'd mention it.

Small excerpt from the logs:
Spoiler:
#################### Log for The Illustrated Man ####################
Running identify query with parameters:
{'title': 'The Illustrated Man', 'authors': ['Ray Bradbury'], 'identifiers': {'isbn': '9780380973842', 'goodreads': '760920'}, 'timeout': 30}
Using plugins: Goodreads (1, 6, 1)
The log from individual plugins is below

****************************** Goodreads (1, 6, 1) ******************************
Found 0 results
Downloading from Goodreads took 0.210860013961792
identify - start. title=The Illustrated Man, authors=['Ray Bradbury'], identifiers={'isbn': '9780380973842', 'goodreads': '760920'}
Goodreads book url: 'https://www.goodreads.com/book/show/760920'
Failed to make details query: 'https://www.goodreads.com/book/show/760920'
Traceback (most recent call last):
File "calibre_plugins.goodreads.worker", line 74, in get_details
File "mechanize\_mechanize.py", line 241, in open_novisit
File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httper ror_seek_wrapper: HTTP Error 403: Forbidden

************************************************** ******************************
The identify phase took 0.21 seconds
The longest time (0.210860) was taken by: Goodreads
Merging results from different sources
We have 0 merged results, merging took: 0.00 seconds
Failed to download metadata for The Illustrated Man

#################### Log for Fahrenheit 451 ####################
Running identify query with parameters:
{'title': 'Fahrenheit 451', 'authors': ['Ray Bradbury'], 'identifiers': {'isbn': '9780345342966', 'goodreads': '16280156'}, 'timeout': 30}
Using plugins: Goodreads (1, 6, 1)
The log from individual plugins is below

****************************** Goodreads (1, 6, 1) ******************************
Found 0 results
Downloading from Goodreads took 0.22521638870239258
identify - start. title=Fahrenheit 451, authors=['Ray Bradbury'], identifiers={'isbn': '9780345342966', 'goodreads': '16280156'}
Goodreads book url: 'https://www.goodreads.com/book/show/16280156'
Failed to make details query: 'https://www.goodreads.com/book/show/16280156'
Traceback (most recent call last):
File "calibre_plugins.goodreads.worker", line 74, in get_details
File "mechanize\_mechanize.py", line 241, in open_novisit
File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httper ror_seek_wrapper: HTTP Error 403: Forbidden

************************************************** ******************************
The identify phase took 0.42 seconds
The longest time (0.225216) was taken by: Goodreads
Merging results from different sources
We have 0 merged results, merging took: 0.00 seconds
Failed to download metadata for Fahrenheit 451


Full log from a second attempt where 49/50 failed. Worth noting that I have previously fetched the information for all of these successfully, I was just testing the new publish date fetching.

This log is much bigger, but mostly the same errors.
Spoiler:
Code:
#################### Log for Things Fall Apart ####################
Running identify query with parameters: 
{'title': 'Things Fall Apart', 'authors': ['Chinua Achebe'], 'identifiers': {'goodreads': '45361760', 'isbn': '9780141186887'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.32277560234069824 
identify - start. title=Things Fall Apart, authors=['Chinua Achebe'], identifiers={'goodreads': '45361760', 'isbn': '9780141186887'}
Goodreads book url: 'https://www.goodreads.com/book/show/45361760'
Failed to make details query: 'https://www.goodreads.com/book/show/45361760'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.41 seconds 
The longest time (0.322776) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Things Fall Apart 

#################### Log for Dirk Gently's Holistic Detective Agency ####################
Running identify query with parameters: 
{'title': "Dirk Gently's Holistic Detective Agency", 'authors': ['Douglas Adams'], 'identifiers': {'goodreads': '44231076', 'isbn': '9780671746728'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.2014310359954834 
identify - start. title=Dirk Gently's Holistic Detective Agency, authors=['Douglas Adams'], identifiers={'goodreads': '44231076', 'isbn': '9780671746728'}
Goodreads book url: 'https://www.goodreads.com/book/show/44231076'
Failed to make details query: 'https://www.goodreads.com/book/show/44231076'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.22 seconds 
The longest time (0.201431) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Dirk Gently's Holistic Detective Agency 

#################### Log for The Long Dark Tea-Time of the Soul ####################
Running identify query with parameters: 
{'title': 'The Long Dark Tea-Time of the Soul', 'authors': ['Douglas Adams'], 'identifiers': {'isbn': '9780671929268', 'goodreads': '6098314'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.23662137985229492 
identify - start. title=The Long Dark Tea-Time of the Soul, authors=['Douglas Adams'], identifiers={'isbn': '9780671929268', 'goodreads': '6098314'}
Goodreads book url: 'https://www.goodreads.com/book/show/6098314'
Failed to make details query: 'https://www.goodreads.com/book/show/6098314'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.41 seconds 
The longest time (0.236621) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Long Dark Tea-Time of the Soul 

#################### Log for The Ultimate Hitchhiker's Guide to the Galaxy ####################
Running identify query with parameters: 
{'title': "The Ultimate Hitchhiker's Guide to the Galaxy", 'authors': ['Douglas Adams'], 'identifiers': {'goodreads': '13', 'isbn': '9780345453747'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.23940324783325195 
identify - start. title=The Ultimate Hitchhiker's Guide to the Galaxy, authors=['Douglas Adams'], identifiers={'goodreads': '13', 'isbn': '9780345453747'}
Goodreads book url: 'https://www.goodreads.com/book/show/13'
Failed to make details query: 'https://www.goodreads.com/book/show/13'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.239403) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Ultimate Hitchhiker's Guide to the Galaxy 

#################### Log for The Hitchhiker's Guide to the Galaxy ####################
Running identify query with parameters: 
{'title': "The Hitchhiker's Guide to the Galaxy", 'authors': ['Douglas Adams'], 'identifiers': {'mobi-asin': 'B000XUBC2C', 'amazon': 'B000XUBC2C', 'goodreads': '42410904'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.21401429176330566 
identify - start. title=The Hitchhiker's Guide to the Galaxy, authors=['Douglas Adams'], identifiers={'mobi-asin': 'B000XUBC2C', 'amazon': 'B000XUBC2C', 'goodreads': '42410904'}
Goodreads book url: 'https://www.goodreads.com/book/show/42410904'
Failed to make details query: 'https://www.goodreads.com/book/show/42410904'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.214014) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Hitchhiker's Guide to the Galaxy 

#################### Log for The Restaurant at the End of the Universe ####################
Running identify query with parameters: 
{'title': 'The Restaurant at the End of the Universe', 'authors': ['Douglas Adams'], 'identifiers': {'goodreads': '39108567', 'amazon': 'B001ODEQCU'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.2283155918121338 
identify - start. title=The Restaurant at the End of the Universe, authors=['Douglas Adams'], identifiers={'goodreads': '39108567', 'amazon': 'B001ODEQCU'}
Goodreads book url: 'https://www.goodreads.com/book/show/39108567'
Failed to make details query: 'https://www.goodreads.com/book/show/39108567'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.228316) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Restaurant at the End of the Universe 

#################### Log for Life, the Universe and Everything ####################
Running identify query with parameters: 
{'title': 'Life, the Universe and Everything', 'authors': ['Douglas Adams'], 'identifiers': {'goodreads': '361', 'isbn': '9780345418906'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 1 results 
Downloading from Goodreads took 0.8305277824401855 


--- 
Title               : Life, the Universe and Everything
Author(s)           : Douglas Adams
Publisher           : Del Rey
Tags                : Science Fiction, Humour, Fantasy, Classics, Adventure
Series              : The Hitchhiker's Guide to the Galaxy #3
Languages           : eng
Rating              : 2.1
Published           : 1982-12-29T00:00:00+00:00
Identifiers         : goodreads:361, isbn:9780345418906
Comments            : 
The unhappy inhabitants of planet Krikkit are sick of looking at the night sky above their heads—so they plan to destroy it. The universe, that is. Now only five individuals stand between the killer robots of Krikkit and their goal of total annihilation.  
They are Arthur Dent, a mild-mannered space and time traveler who tries to learn how to fly by throwing himself at the ground and missing; Ford Prefect, his best friend, who decides to go insane to see if he likes it; Slartibartfast, the indomitable vice president of the Campaign for Real Time, who travels in a ship powered by irrational behavior; Zaphod Beeblebrox, the two-headed, three-armed ex-president of the galaxy; and Trillian, the sexy space cadet who is torn between a persistent Thunder God and a very depressed Beeblebrox. How will it all end? Will it end? Only this stalwart crew knows as they try to avert “universal” Armageddon and save life as we know it—and don’t know it!

--back cover
 
identify - start. title=Life, the Universe and Everything, authors=['Douglas Adams'], identifiers={'goodreads': '361', 'isbn': '9780345418906'}
Goodreads book url: 'https://www.goodreads.com/book/show/361'
Trying to parse book json for 2022 web page format
Page is legacy html format as NO Json found
parse_title: title_text='Life, the Universe and Everything'
parse_authors_legacy - author: Douglas Adams
parse_authors_legacy - author: Douglas Adams
parse_details - goodreads_id: 361, mi: Title               : Life, the Universe and Everything
Author(s)           : Douglas Adams
parse_series: series_text='(The Hitchhiker's Guide to the Galaxy #3)'
parse_series_legacy: series_name='The Hitchhiker's Guide to the Galaxy', series_index='3.0'
parse_rating_legacy: rating_value= 4.18
parse_language_legacy: Have language node
parse_language_legacy: raw= English
parse_language_legacy: ans= eng 

******************************************************************************** 
The identify phase took 1.02 seconds 
The longest time (0.830528) was taken by: Goodreads 
Merging results from different sources 
We have 1 merged results, merging took: 0.00 seconds 

#################### Log for So Long, and Thanks for All the Fish ####################
Running identify query with parameters: 
{'title': 'So Long, and Thanks for All the Fish', 'authors': ['Douglas Adams'], 'identifiers': {'isbn': '9780345391834', 'goodreads': '68354'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.23063135147094727 
identify - start. title=So Long, and Thanks for All the Fish, authors=['Douglas Adams'], identifiers={'isbn': '9780345391834', 'goodreads': '68354'}
Goodreads book url: 'https://www.goodreads.com/book/show/68354'
Failed to make details query: 'https://www.goodreads.com/book/show/68354'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.41 seconds 
The longest time (0.230631) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for So Long, and Thanks for All the Fish 

#################### Log for Mostly Harmless ####################
Running identify query with parameters: 
{'title': 'Mostly Harmless', 'authors': ['Douglas Adams'], 'identifiers': {'isbn': '9780345418777', 'goodreads': '360'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.25902628898620605 
identify - start. title=Mostly Harmless, authors=['Douglas Adams'], identifiers={'isbn': '9780345418777', 'goodreads': '360'}
Goodreads book url: 'https://www.goodreads.com/book/show/360'
Failed to make details query: 'https://www.goodreads.com/book/show/360'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.259026) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Mostly Harmless 

#################### Log for Watership Down ####################
Running identify query with parameters: 
{'title': 'Watership Down', 'authors': ['Richard Adams'], 'identifiers': {'isbn': '9780743277709', 'goodreads': '12147'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.23337197303771973 
identify - start. title=Watership Down, authors=['Richard Adams'], identifiers={'isbn': '9780743277709', 'goodreads': '12147'}
Goodreads book url: 'https://www.goodreads.com/book/show/12147'
Failed to make details query: 'https://www.goodreads.com/book/show/12147'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.233372) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Watership Down 

#################### Log for The Five People You Meet in Heaven ####################
Running identify query with parameters: 
{'title': 'The Five People You Meet in Heaven', 'authors': ['Mitch Albom'], 'identifiers': {'amazon': 'B000PLXEU2', 'goodreads': '40193713'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.26313114166259766 
identify - start. title=The Five People You Meet in Heaven, authors=['Mitch Albom'], identifiers={'amazon': 'B000PLXEU2', 'goodreads': '40193713'}
Goodreads book url: 'https://www.goodreads.com/book/show/40193713'
Failed to make details query: 'https://www.goodreads.com/book/show/40193713'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.41 seconds 
The longest time (0.263131) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Five People You Meet in Heaven 

#################### Log for Little Women ####################
Running identify query with parameters: 
{'title': 'Little Women', 'authors': ['Louisa May Alcott'], 'identifiers': {'isbn': '9780451529305', 'goodreads': '60869467'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.22522783279418945 
identify - start. title=Little Women, authors=['Louisa May Alcott'], identifiers={'isbn': '9780451529305', 'goodreads': '60869467'}
Goodreads book url: 'https://www.goodreads.com/book/show/60869467'
Failed to make details query: 'https://www.goodreads.com/book/show/60869467'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.41 seconds 
The longest time (0.225228) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Little Women 

#################### Log for The Divine Comedy, Vol. 1: Inferno ####################
Running identify query with parameters: 
{'title': 'The Divine Comedy, Vol. 1: Inferno', 'authors': ['Dante Alighieri'], 'identifiers': {'goodreads': '19155', 'isbn': '9780142437223'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.21733760833740234 
identify - start. title=The Divine Comedy, Vol. 1: Inferno, authors=['Dante Alighieri'], identifiers={'goodreads': '19155', 'isbn': '9780142437223'}
Goodreads book url: 'https://www.goodreads.com/book/show/19155'
Failed to make details query: 'https://www.goodreads.com/book/show/19155'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.217338) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Divine Comedy, Vol. 1: Inferno 

#################### Log for Prelude to Foundation ####################
Running identify query with parameters: 
{'title': 'Prelude to Foundation', 'authors': ['Isaac Asimov'], 'identifiers': {'goodreads': '415996', 'isbn': '9780385233132'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.2276453971862793 
identify - start. title=Prelude to Foundation, authors=['Isaac Asimov'], identifiers={'goodreads': '415996', 'isbn': '9780385233132'}
Goodreads book url: 'https://www.goodreads.com/book/show/415996'
Failed to make details query: 'https://www.goodreads.com/book/show/415996'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.41 seconds 
The longest time (0.227645) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Prelude to Foundation 

#################### Log for Forward the Foundation ####################
Running identify query with parameters: 
{'title': 'Forward the Foundation', 'authors': ['Isaac Asimov'], 'identifiers': {'goodreads': '9924408', 'isbn': '9780385481298'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.25704216957092285 
identify - start. title=Forward the Foundation, authors=['Isaac Asimov'], identifiers={'goodreads': '9924408', 'isbn': '9780385481298'}
Goodreads book url: 'https://www.goodreads.com/book/show/9924408'
Failed to make details query: 'https://www.goodreads.com/book/show/9924408'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.257042) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Forward the Foundation 

#################### Log for Foundation ####################
Running identify query with parameters: 
{'title': 'Foundation', 'authors': ['Isaac Asimov'], 'identifiers': {'isbn': '9780553900347', 'goodreads': '59363282'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.23356270790100098 
identify - start. title=Foundation, authors=['Isaac Asimov'], identifiers={'isbn': '9780553900347', 'goodreads': '59363282'}
Goodreads book url: 'https://www.goodreads.com/book/show/59363282'
Failed to make details query: 'https://www.goodreads.com/book/show/59363282'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.233563) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Foundation 

#################### Log for Foundation and Empire ####################
Running identify query with parameters: 
{'title': 'Foundation and Empire', 'authors': ['Isaac Asimov'], 'identifiers': {'isbn': '9780385423038', 'goodreads': '63706'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.20300555229187012 
identify - start. title=Foundation and Empire, authors=['Isaac Asimov'], identifiers={'isbn': '9780385423038', 'goodreads': '63706'}
Goodreads book url: 'https://www.goodreads.com/book/show/63706'
Failed to make details query: 'https://www.goodreads.com/book/show/63706'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.21 seconds 
The longest time (0.203006) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Foundation and Empire 

#################### Log for Second Foundation ####################
Running identify query with parameters: 
{'title': 'Second Foundation', 'authors': ['Isaac Asimov'], 'identifiers': {'goodreads': '29580', 'isbn': '9780553803730'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.23504924774169922 
identify - start. title=Second Foundation, authors=['Isaac Asimov'], identifiers={'goodreads': '29580', 'isbn': '9780553803730'}
Goodreads book url: 'https://www.goodreads.com/book/show/29580'
Failed to make details query: 'https://www.goodreads.com/book/show/29580'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.235049) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Second Foundation 

#################### Log for Foundation's Edge ####################
Running identify query with parameters: 
{'title': "Foundation's Edge", 'authors': ['Isaac Asimov'], 'identifiers': {'isbn': '9780553293388', 'goodreads': '76683'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.21731114387512207 
identify - start. title=Foundation's Edge, authors=['Isaac Asimov'], identifiers={'isbn': '9780553293388', 'goodreads': '76683'}
Goodreads book url: 'https://www.goodreads.com/book/show/76683'
Failed to make details query: 'https://www.goodreads.com/book/show/76683'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.217311) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Foundation's Edge 

#################### Log for Foundation and Earth ####################
Running identify query with parameters: 
{'title': 'Foundation and Earth', 'authors': ['Isaac Asimov'], 'identifiers': {'isbn': '9781439507223', 'goodreads': '3947794'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.20742273330688477 
identify - start. title=Foundation and Earth, authors=['Isaac Asimov'], identifiers={'isbn': '9781439507223', 'goodreads': '3947794'}
Goodreads book url: 'https://www.goodreads.com/book/show/3947794'
Failed to make details query: 'https://www.goodreads.com/book/show/3947794'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.21 seconds 
The longest time (0.207423) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Foundation and Earth 

#################### Log for The Blind Assassin ####################
Running identify query with parameters: 
{'title': 'The Blind Assassin', 'authors': ['Margaret Atwood'], 'identifiers': {'goodreads': '227614', 'isbn': '9780385720953'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.27343201637268066 
identify - start. title=The Blind Assassin, authors=['Margaret Atwood'], identifiers={'goodreads': '227614', 'isbn': '9780385720953'}
Goodreads book url: 'https://www.goodreads.com/book/show/227614'
Failed to make details query: 'https://www.goodreads.com/book/show/227614'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.41 seconds 
The longest time (0.273432) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Blind Assassin 

#################### Log for Oryx and Crake ####################
Running identify query with parameters: 
{'title': 'Oryx and Crake', 'authors': ['Margaret Atwood'], 'identifiers': {'isbn': '9780385503853', 'goodreads': '78435'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.19599699974060059 
identify - start. title=Oryx and Crake, authors=['Margaret Atwood'], identifiers={'isbn': '9780385503853', 'goodreads': '78435'}
Goodreads book url: 'https://www.goodreads.com/book/show/78435'
Failed to make details query: 'https://www.goodreads.com/book/show/78435'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.21 seconds 
The longest time (0.195997) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Oryx and Crake 

#################### Log for The Year of the Flood ####################
Running identify query with parameters: 
{'title': 'The Year of the Flood', 'authors': ['Margaret Atwood'], 'identifiers': {'goodreads': '6080337', 'isbn': '9780385528771'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.2059767246246338 
identify - start. title=The Year of the Flood, authors=['Margaret Atwood'], identifiers={'goodreads': '6080337', 'isbn': '9780385528771'}
Goodreads book url: 'https://www.goodreads.com/book/show/6080337'
Failed to make details query: 'https://www.goodreads.com/book/show/6080337'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.22 seconds 
The longest time (0.205977) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Year of the Flood 

#################### Log for Emma ####################
Running identify query with parameters: 
{'title': 'Emma', 'authors': ['Jane Austen'], 'identifiers': {'goodreads': '6969', 'isbn': '9780141439587'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.22802734375 
identify - start. title=Emma, authors=['Jane Austen'], identifiers={'goodreads': '6969', 'isbn': '9780141439587'}
Goodreads book url: 'https://www.goodreads.com/book/show/6969'
Failed to make details query: 'https://www.goodreads.com/book/show/6969'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.40 seconds 
The longest time (0.228027) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Emma 

#################### Log for Mansfield Park ####################
Running identify query with parameters: 
{'title': 'Mansfield Park', 'authors': ['Jane Austen'], 'identifiers': {'isbn': '9780141439808', 'goodreads': '45032'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.22606778144836426 
identify - start. title=Mansfield Park, authors=['Jane Austen'], identifiers={'isbn': '9780141439808', 'goodreads': '45032'}
Goodreads book url: 'https://www.goodreads.com/book/show/45032'
Failed to make details query: 'https://www.goodreads.com/book/show/45032'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.40 seconds 
The longest time (0.226068) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Mansfield Park 

#################### Log for Persuasion ####################
Running identify query with parameters: 
{'title': 'Persuasion', 'authors': ['Jane Austen'], 'identifiers': {'isbn': '9780192802637', 'goodreads': '2156'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.2532308101654053 
identify - start. title=Persuasion, authors=['Jane Austen'], identifiers={'isbn': '9780192802637', 'goodreads': '2156'}
Goodreads book url: 'https://www.goodreads.com/book/show/2156'
Failed to make details query: 'https://www.goodreads.com/book/show/2156'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.41 seconds 
The longest time (0.253231) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Persuasion 

#################### Log for Northanger Abbey ####################
Running identify query with parameters: 
{'title': 'Northanger Abbey', 'authors': ['Jane Austen'], 'identifiers': {'isbn': '9781593082642', 'goodreads': '50398'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.22179126739501953 
identify - start. title=Northanger Abbey, authors=['Jane Austen'], identifiers={'isbn': '9781593082642', 'goodreads': '50398'}
Goodreads book url: 'https://www.goodreads.com/book/show/50398'
Failed to make details query: 'https://www.goodreads.com/book/show/50398'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.41 seconds 
The longest time (0.221791) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Northanger Abbey 

#################### Log for Pride and Prejudice ####################
Running identify query with parameters: 
{'title': 'Pride and Prejudice', 'authors': ['Jane Austen'], 'identifiers': {'isbn': '9780553213102', 'goodreads': '84979'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.22204041481018066 
identify - start. title=Pride and Prejudice, authors=['Jane Austen'], identifiers={'isbn': '9780553213102', 'goodreads': '84979'}
Goodreads book url: 'https://www.goodreads.com/book/show/84979'
Failed to make details query: 'https://www.goodreads.com/book/show/84979'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.222040) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Pride and Prejudice 

#################### Log for Sense and Sensibility ####################
Running identify query with parameters: 
{'title': 'Sense and Sensibility', 'authors': ['Jane Austen'], 'identifiers': {'goodreads': '14935', 'isbn': '9780141439662'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.22228717803955078 
identify - start. title=Sense and Sensibility, authors=['Jane Austen'], identifiers={'goodreads': '14935', 'isbn': '9780141439662'}
Goodreads book url: 'https://www.goodreads.com/book/show/14935'
Failed to make details query: 'https://www.goodreads.com/book/show/14935'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.222287) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Sense and Sensibility 

#################### Log for The Winner ####################
Running identify query with parameters: 
{'title': 'The Winner', 'authors': ['David Baldacci'], 'identifiers': {'goodreads': '113138', 'isbn': '9780446522595'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.22896313667297363 
identify - start. title=The Winner, authors=['David Baldacci'], identifiers={'goodreads': '113138', 'isbn': '9780446522595'}
Goodreads book url: 'https://www.goodreads.com/book/show/113138'
Failed to make details query: 'https://www.goodreads.com/book/show/113138'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.228963) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Winner 

#################### Log for Crash ####################
Running identify query with parameters: 
{'title': 'Crash', 'authors': ['J. G. Ballard'], 'identifiers': {'isbn': '9780312420338', 'goodreads': '70241'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.26445603370666504 
identify - start. title=Crash, authors=['J. G. Ballard'], identifiers={'isbn': '9780312420338', 'goodreads': '70241'}
Goodreads book url: 'https://www.goodreads.com/book/show/70241'
Failed to make details query: 'https://www.goodreads.com/book/show/70241'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.41 seconds 
The longest time (0.264456) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Crash 

#################### Log for The Algebraist ####################
Running identify query with parameters: 
{'title': 'The Algebraist', 'authors': ['Iain M. Banks'], 'identifiers': {'goodreads': '535041'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.21527338027954102 
identify - start. title=The Algebraist, authors=['Iain M. Banks'], identifiers={'goodreads': '535041'}
Goodreads book url: 'https://www.goodreads.com/book/show/535041'
Failed to make details query: 'https://www.goodreads.com/book/show/535041'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.40 seconds 
The longest time (0.215273) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Algebraist 

#################### Log for Transition ####################
Running identify query with parameters: 
{'title': 'Transition', 'authors': ['Iain M. Banks'], 'identifiers': {'goodreads': '6436659', 'isbn': '9780316071987'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.21522140502929688 
identify - start. title=Transition, authors=['Iain M. Banks'], identifiers={'goodreads': '6436659', 'isbn': '9780316071987'}
Goodreads book url: 'https://www.goodreads.com/book/show/6436659'
Failed to make details query: 'https://www.goodreads.com/book/show/6436659'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.215221) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Transition 

#################### Log for Consider Phlebas ####################
Running identify query with parameters: 
{'title': 'Consider Phlebas', 'authors': ['Iain M. Banks'], 'identifiers': {'isbn': '9780316005388', 'goodreads': '535073'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.22389435768127441 
identify - start. title=Consider Phlebas, authors=['Iain M. Banks'], identifiers={'isbn': '9780316005388', 'goodreads': '535073'}
Goodreads book url: 'https://www.goodreads.com/book/show/535073'
Failed to make details query: 'https://www.goodreads.com/book/show/535073'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.223894) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Consider Phlebas 

#################### Log for The Player of Games ####################
Running identify query with parameters: 
{'title': 'The Player of Games', 'authors': ['Iain M. Banks'], 'identifiers': {'goodreads': '1260578', 'isbn': '9780316005401'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.21938085556030273 
identify - start. title=The Player of Games, authors=['Iain M. Banks'], identifiers={'goodreads': '1260578', 'isbn': '9780316005401'}
Goodreads book url: 'https://www.goodreads.com/book/show/1260578'
Failed to make details query: 'https://www.goodreads.com/book/show/1260578'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.41 seconds 
The longest time (0.219381) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Player of Games 

#################### Log for Use of Weapons ####################
Running identify query with parameters: 
{'title': 'Use of Weapons', 'authors': ['Iain M. Banks'], 'identifiers': {'isbn': '9780316030571', 'goodreads': '3395563'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.22285032272338867 
identify - start. title=Use of Weapons, authors=['Iain M. Banks'], identifiers={'isbn': '9780316030571', 'goodreads': '3395563'}
Goodreads book url: 'https://www.goodreads.com/book/show/3395563'
Failed to make details query: 'https://www.goodreads.com/book/show/3395563'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.222850) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Use of Weapons 

#################### Log for Excession ####################
Running identify query with parameters: 
{'title': 'Excession', 'authors': ['Iain M. Banks'], 'identifiers': {'goodreads': '12013', 'isbn': '9780553575378'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.23324990272521973 
identify - start. title=Excession, authors=['Iain M. Banks'], identifiers={'goodreads': '12013', 'isbn': '9780553575378'}
Goodreads book url: 'https://www.goodreads.com/book/show/12013'
Failed to make details query: 'https://www.goodreads.com/book/show/12013'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.41 seconds 
The longest time (0.233250) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Excession 

#################### Log for Inversions ####################
Running identify query with parameters: 
{'title': 'Inversions', 'authors': ['Iain M. Banks'], 'identifiers': {'isbn': '9781416583783', 'goodreads': '2356574'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.23295164108276367 
identify - start. title=Inversions, authors=['Iain M. Banks'], identifiers={'isbn': '9781416583783', 'goodreads': '2356574'}
Goodreads book url: 'https://www.goodreads.com/book/show/2356574'
Failed to make details query: 'https://www.goodreads.com/book/show/2356574'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.232952) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Inversions 

#################### Log for Look to Windward ####################
Running identify query with parameters: 
{'title': 'Look to Windward', 'authors': ['Iain M. Banks'], 'identifiers': {'isbn': '9780743421928', 'goodreads': '12016'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.23255252838134766 
identify - start. title=Look to Windward, authors=['Iain M. Banks'], identifiers={'isbn': '9780743421928', 'goodreads': '12016'}
Goodreads book url: 'https://www.goodreads.com/book/show/12016'
Failed to make details query: 'https://www.goodreads.com/book/show/12016'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.40 seconds 
The longest time (0.232553) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Look to Windward 

#################### Log for Matter ####################
Running identify query with parameters: 
{'title': 'Matter', 'authors': ['Iain M. Banks'], 'identifiers': {'isbn': '9780316005364', 'goodreads': '535072'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.21709656715393066 
identify - start. title=Matter, authors=['Iain M. Banks'], identifiers={'isbn': '9780316005364', 'goodreads': '535072'}
Goodreads book url: 'https://www.goodreads.com/book/show/535072'
Failed to make details query: 'https://www.goodreads.com/book/show/535072'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.217097) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Matter 

#################### Log for The Damnation Game ####################
Running identify query with parameters: 
{'title': 'The Damnation Game', 'authors': ['Clive Barker'], 'identifiers': {'goodreads': '8500820', 'isbn': '9780297787204'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.3011813163757324 
identify - start. title=The Damnation Game, authors=['Clive Barker'], identifiers={'goodreads': '8500820', 'isbn': '9780297787204'}
Goodreads book url: 'https://www.goodreads.com/book/show/8500820'
Failed to make details query: 'https://www.goodreads.com/book/show/8500820'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.41 seconds 
The longest time (0.301181) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Damnation Game 

#################### Log for The Fifth Dominion ####################
Running identify query with parameters: 
{'title': 'The Fifth Dominion', 'authors': ['Clive Barker'], 'identifiers': {'goodreads': '52629', 'isbn': '9780061094149'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.22299671173095703 
identify - start. title=The Fifth Dominion, authors=['Clive Barker'], identifiers={'goodreads': '52629', 'isbn': '9780061094149'}
Goodreads book url: 'https://www.goodreads.com/book/show/52629'
Failed to make details query: 'https://www.goodreads.com/book/show/52629'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.222997) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Fifth Dominion 

#################### Log for Big Trouble ####################
Running identify query with parameters: 
{'title': 'Big Trouble', 'authors': ['Dave Barry'], 'identifiers': {'goodreads': '7786694', 'isbn': '9780425239476'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.22235846519470215 
identify - start. title=Big Trouble, authors=['Dave Barry'], identifiers={'goodreads': '7786694', 'isbn': '9780425239476'}
Goodreads book url: 'https://www.goodreads.com/book/show/7786694'
Failed to make details query: 'https://www.goodreads.com/book/show/7786694'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.40 seconds 
The longest time (0.222358) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Big Trouble 

#################### Log for Jennifer Government ####################
Running identify query with parameters: 
{'title': 'Jennifer Government', 'authors': ['Max Barry'], 'identifiers': {'goodreads': '828160'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.22059893608093262 
identify - start. title=Jennifer Government, authors=['Max Barry'], identifiers={'goodreads': '828160'}
Goodreads book url: 'https://www.goodreads.com/book/show/828160'
Failed to make details query: 'https://www.goodreads.com/book/show/828160'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.220599) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Jennifer Government 

#################### Log for The Wonderful Wizard of Oz ####################
Running identify query with parameters: 
{'title': 'The Wonderful Wizard of Oz', 'authors': ['L. Frank Baum'], 'identifiers': {'goodreads': '60178', 'isbn': '9780451530295'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.20937085151672363 
identify - start. title=The Wonderful Wizard of Oz, authors=['L. Frank Baum'], identifiers={'goodreads': '60178', 'isbn': '9780451530295'}
Goodreads book url: 'https://www.goodreads.com/book/show/60178'
Failed to make details query: 'https://www.goodreads.com/book/show/60178'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.21 seconds 
The longest time (0.209371) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Wonderful Wizard of Oz 

#################### Log for Jaws ####################
Running identify query with parameters: 
{'title': 'Jaws', 'authors': ['Peter Benchley'], 'identifiers': {'isbn': '9780385047715', 'goodreads': '941281'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.21621274948120117 
identify - start. title=Jaws, authors=['Peter Benchley'], identifiers={'isbn': '9780385047715', 'goodreads': '941281'}
Goodreads book url: 'https://www.goodreads.com/book/show/941281'
Failed to make details query: 'https://www.goodreads.com/book/show/941281'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.216213) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Jaws 

#################### Log for The Demolished Man ####################
Running identify query with parameters: 
{'title': 'The Demolished Man', 'authors': ['Alfred Bester'], 'identifiers': {'goodreads': '317641', 'isbn': '9780679767817'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.21954703330993652 
identify - start. title=The Demolished Man, authors=['Alfred Bester'], identifiers={'goodreads': '317641', 'isbn': '9780679767817'}
Goodreads book url: 'https://www.goodreads.com/book/show/317641'
Failed to make details query: 'https://www.goodreads.com/book/show/317641'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.219547) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Demolished Man 

#################### Log for The Illustrated Man ####################
Running identify query with parameters: 
{'title': 'The Illustrated Man', 'authors': ['Ray Bradbury'], 'identifiers': {'isbn': '9780380973842', 'goodreads': '760920'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.25557565689086914 
identify - start. title=The Illustrated Man, authors=['Ray Bradbury'], identifiers={'isbn': '9780380973842', 'goodreads': '760920'}
Goodreads book url: 'https://www.goodreads.com/book/show/760920'
Failed to make details query: 'https://www.goodreads.com/book/show/760920'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.41 seconds 
The longest time (0.255576) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Illustrated Man 

#################### Log for Fahrenheit 451 ####################
Running identify query with parameters: 
{'title': 'Fahrenheit 451', 'authors': ['Ray Bradbury'], 'identifiers': {'isbn': '9780345342966', 'goodreads': '16280156'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.2190718650817871 
identify - start. title=Fahrenheit 451, authors=['Ray Bradbury'], identifiers={'isbn': '9780345342966', 'goodreads': '16280156'}
Goodreads book url: 'https://www.goodreads.com/book/show/16280156'
Failed to make details query: 'https://www.goodreads.com/book/show/16280156'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.42 seconds 
The longest time (0.219072) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for Fahrenheit 451 

#################### Log for The Blade Itself ####################
Running identify query with parameters: 
{'title': 'The Blade Itself', 'authors': ['Joe Abercrombie'], 'identifiers': {'goodreads': '944072', 'isbn': '9780575077867'}, 'timeout': 30} 
Using plugins: Goodreads (1, 6, 1) 
The log from individual plugins is below 

****************************** Goodreads (1, 6, 1) ****************************** 
Found 0 results 
Downloading from Goodreads took 0.20200610160827637 
identify - start. title=The Blade Itself, authors=['Joe Abercrombie'], identifiers={'goodreads': '944072', 'isbn': '9780575077867'}
Goodreads book url: 'https://www.goodreads.com/book/show/944072'
Failed to make details query: 'https://www.goodreads.com/book/show/944072'
Traceback (most recent call last):
  File "calibre_plugins.goodreads.worker", line 74, in get_details
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden 

******************************************************************************** 
The identify phase took 0.21 seconds 
The longest time (0.202006) was taken by: Goodreads 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds 
Failed to download metadata for The Blade Itself
Kabutak is offline   Reply With Quote