Wizard
Posts: 2,195
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
|
Quote:
Originally Posted by Ravensknight
I was adding a book by isbn so I could store the metadata info with my review [no actual file] and when I clicked on "download metadata only" I received this error:
Spoiler:
calibre, version 2.80.0 (win32, embedded-python: True)
Failed to download metadata: Failed: Download metadata for one book
Starting job: Download metadata for one book
Job: "Download metadata for one book" failed with error:
Traceback (most recent call last):
File "site-packages\calibre\gui2\threaded_jobs.py", line 84, in start_work
File "site-packages\calibre\gui2\metadata\bulk_download.py", line 251, in download
File "site-packages\calibre\utils\ipc\simple_worker.py", line 225, in fork_job
File "site-packages\calibre\utils\ipc\simple_worker.py", line 139, in create_worker
File "site-packages\calibre\utils\ipc\launch.py", line 228, in __call__
File "subprocess.py", line 710, in __init__
File "subprocess.py", line 958, in _execute_child
WindowsError: [Error 2] The system cannot find the file specified
Called with args: (set([4409L]), u'C:\\Users\\BOOKST~1\\AppData\\Local\\Temp\\calib re_o0bnpg\\g9hzhb_metadata_bulk.log', <calibre.db.legacy.LibraryDatabase object at 0x0000000007720B00>, True, False, frozenset(['authors', 'title'])) {u'notifications': <Queue.Queue instance at 0x0000000008E64808>, u'log': <calibre.utils.logging.GUILog object at 0x000000000BB9D400>, u'abort': <threading._Event object at 0x000000000BB9D3C8>}
First, Avast had blocked calibre parallel from running, so I uninstalled it. But I still get the above error. Restarted my computer after the Avast uninstall too.
I am running windows10, with Calibre64 2.8.
The book was "The One Kingdom" by Sean Russell with isbn of 9780061862533.
Thank you.
|
I added an empty book this is my results using linux mint 18.1
Spoiler:
Code:
Running identify query with parameters:
{u'authors': None, u'title': None, u'timeout': 30, u'identifiers': {u'isbn': u'9780061862533'}}
Using plugins: Barnes & Noble (1, 2, 14), Goodreads (1, 1, 12), Baen (0, 0, 3)
The log from individual plugins is below
****************************** Baen (0, 0, 3) ******************************
Found 0 results
Downloading from Baen took 0.033951997757
Insufficient metadata to construct query
********************************************************************************
****************************** Barnes & Noble (1, 2, 14) ******************************
Found 0 results
Downloading from Barnes & Noble took 0.0688879489899
Plugin Barnes & Noble failed
Traceback (most recent call last):
File "site-packages/calibre/ebooks/metadata/sources/identify.py", line 48, in run
File "calibre_plugins.barnes_noble.__init__", line 137, in identify
TypeError: 'NoneType' object is not iterable
********************************************************************************
****************************** Goodreads (1, 1, 12) ******************************
Found 1 results
Downloading from Goodreads took 0.983851194382
---
Title : The One Kingdom
Author(s) : Sean Russell
Publisher : HarperCollins e-books
Tags : Fantasy, Science Fiction, War
Series : The Swan's War #1
Languages : eng
Rating : 1.8
Published : 2001-01-01T00:00:00+00:00
Identifiers : goodreads:10278379, isbn:9780061862533
Comments : <p>The cataclysm began more than a century earlier, when the King of Ayr died before naming an heir to the throne, and damned his realm to chaos. The cold-blooded conspiracies of the Renne and the Wills--each family desirous of the prize of rule--would sunder the one kingdom, and spawn generations of hatred and discord. </p>
<p>Now Toren Renne, leader of his great and troubled house, dreams of peace--a valiant desire that has spawned hostility among his kinsmen, and vicious internal plots against his life. In the opposing domain, Elise Wills's desire for freedom is to be crushed, as an unwanted marriage to an ambitious and sinister lord looms large. As always, these machinations of nobles are affecting the everyday lives of the common folk--and feeding a bonfire of animosity that has now trapped an unsuspecting young Valeman Tam and two fortune-hunting friends from the North in its high, killing flames. </p>
<p>But the closer Toren comes to achieving his great goal of uniting two enemy houses, the more treachery flowers. Nobles and mystics alike conspire to keep the realm divided, knowing that only in times of strife can their power grow. </p>
<p>And perhaps the source of an unending misery lies before an old king's passing, beyond the scope of history, somewhere lost in a fog of myth and magic roiling about an ancient enchanter named Wyrr--who bequeathed to his children terrible gifts that would poison their lives...and their deaths. It is a cursed past and malevolent sorcery that truly hold the land, its people, and its would-be rulers bound. And before the already savaged kingdom can become one again, all Ayr will drown in a sea of blood.</p>
Querying: http://www.goodreads.com/search?search_type=books&search[query]=9780061862533
ISBN match location: u'http://www.goodreads.com/book/show/10278379-the-one-kingdom'
Goodreads book url: u'http://www.goodreads.com/book/show/10278379-the-one-kingdom'
********************************************************************************
The identify phase took 1.09 seconds
The longest time (0.983851) was taken by: Goodreads
Merging results from different sources and finding earliest publication dates from the worldcat.org service
We have 1 merged results, merging took: 0.17 seconds
Are you sure you are using the 64 bit calibre?
bernie
P.S.
Try downloading metadata with only goodreads enabled.
|