View Single Post
Old 12-05-2011, 01:08 PM   #2
Rince123
Junior Member
Rince123 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Dec 2011
Device: none
Some titles won't get found

Quote:
Originally Posted by hakan42 View Post
This plugin allows calibre to read metadata from Beam eBooks when you choose to download/fetch metadata. Additionally to the usual author and title information, it obtains and stored the store-specific beam ebooks id which will be used in a forthcoming plugin to automatically synchronize your local calibre installation with your private bookshelf at beam eBooks.
Thank you for the plugin - I think I'll love it when it will synchronize

Right now I tried to fetch all metadata for my Perry Rhodan Books, but at some of them (especially the ones after 2600) won't get data. I will show one of the error messages:

Code:
calibre, version 0.8.29
ERROR: Keine Treffer gefunden: <p>Keine Bücher mit der aktuellen Suche gefunden. Versuchen Sie, die Suche <b>weniger spezifisch</b> zu formulieren. Verwenden sie beispielsweise nur den Nachnamen des Autors und ein einzelnes, prägnantes Wort aus dem Titel.<p>Um das gesamte Log zu sehen, wählen sie Details anzeigen.

Starting download 
Abfrage: title:PR 2604 – Die Stunde der Auguren; authors:Wim Vandemaan 
Running identify query with parameters: 
{u'authors': [u'Wim Vandemaan'], u'identifiers': {}, u'timeout': 30, u'title': u'PR 2604 \u2013 Die Stunde der Auguren'} 
Using plugins: Beam Ebooks, Google, Amazon.com 
The log from individual plugins is below 

****************************** Beam Ebooks ****************************** 
Request extra headers: [('User-agent', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.153.1 Safari/525.19')] 
Found 0 results 
Downloading from Beam Ebooks took 0.0129890441895 
create_query
Title:  PR 2604 – Die Stunde der Auguren
Authors:  [u'Wim Vandemaan']
Identifiers:  {}
    Perry Rhodan, modified title: PR 2604 – Die Stunde der Auguren
Plugin Beam Ebooks failed
Traceback (most recent call last):
  File "site-packages/calibre/ebooks/metadata/sources/identify.py", line 42, in run
  File "calibre_plugins.beam_ebooks_metadata.__init__", line 74, in identify
  File "calibre_plugins.beam_ebooks_metadata.__init__", line 168, in _create_query
UnicodeEncodeError: 'latin-1' codec can't encode character u'\u2013' in position 8: ordinal not in range(256) 

******************************************************************************** 

****************************** Google ****************************** 
Request extra headers: [('User-agent', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11')] 
Found 0 results 
Downloading from Google took 0.799514055252 

******************************************************************************** 

****************************** Amazon.com ****************************** 
Request extra headers: [('User-agent', 'Mozilla/5.0 (Windows NT 5.2; rv:2.0.1) Gecko/20100101 Firefox/4.0.1')] 
Found 0 results 
Downloading from Amazon.com took 1.43345499039 
Trying alternate results page markup
No matches found with query: u'http://www.amazon.com/s/?sort=relevanceexprank&field-author=Wim+Vandemaan&field-title=PR+2604++Die+Stunde+der+Auguren&search-alias=stripbooks&unfiltered=1' 

******************************************************************************** 
The identify phase took 1.62 seconds 
The longest time (1.433455) was taken by: Amazon.com 
Merging results from different sources and finding earliest publication dates from the xisbn service 
We have 0 merged results, merging took: 0.00 seconds
do you have any idea what goes wrong there?

Thanks for the help
Rince123 is offline   Reply With Quote