View Single Post
Old 01-02-2024, 05:10 AM   #18
vawaver
Junior Member
vawaver began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jun 2021
Device: Smartphone
Pozdravujem Vás, lokálne na Arch Linux mám nainštalovaný Calibre 7.2 s doplnkom verzia 1.5.13.
Pri pokuse o stiahnutie informácií o knihe dostanem chybové hlásenie. Zasielam log.

Code:
calibre, version 7.2.0
CHYBA: Neboli nájdené žiadne výsledky: <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: 
{'title': 'Osud draků', 'authors': ['Morgan Rice'], 'identifiers': {}, 'timeout': 30} 
Using plugins: databazeknih.cz (1, 5, 13) 
The log from individual plugins is below 

****************************** databazeknih.cz (1, 5, 13) ****************************** 
Found 0 results 
Downloading from databazeknih.cz took 0.7967500686645508 
Title:Osud draků	Authors:['Morgan Rice']	
Querying: https://www.databazeknih.cz/search?hledat=&q=Osud%20drak%C5%AF+
ISBN in query, redirected right to book page...
Starting #1 workers for: ['https://www.databazeknih.cz/search']
worker jede
Get main parsing page:https://www.databazeknih.cz/search
Querying: https://www.databazeknih.cz/search
Waiting for workers
No 'pubdate' identifier specified in Title and default book issue specified in plugin preferences ... Parsing default issue...
Get additional details:https://www.databazeknih.cz/book-detail-more-info/https://www.databazeknih.cz/search
Querying: https://www.databazeknih.cz/book-detail-more-info/https://www.databazeknih.cz/search
Waiting for workers
HTTP Error 404: Not Found
Traceback (most recent call last):
  File "calibre_plugins.databazeknih.__init__", line 30, in load_url
    response = br.open_novisit(str(query))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "mechanize/_mechanize.py", line 241, in open_novisit
  File "mechanize/_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class.<locals>.httperror_seek_wrapper: HTTP Error 404: Not Found

Getting additional details failed. https://www.databazeknih.cz/book-detail-more-info/https://www.databazeknih.cz/search - Failed to make identify query: 'https://www.databazeknih.cz/book-detail-more-info/https://www.databazeknih.cz/search' - HTTP Error 404: Not Found 
Traceback (most recent call last):
  File "calibre_plugins.databazeknih.__init__", line 30, in load_url
    response = br.open_novisit(str(query))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "mechanize/_mechanize.py", line 241, in open_novisit
  File "mechanize/_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class.<locals>.httperror_seek_wrapper: HTTP Error 404: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "calibre_plugins.databazeknih.worker", line 75, in get_details
    additional, _ = load_url(self.log, self.urlCall, self.browser)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "calibre_plugins.databazeknih.__init__", line 33, in load_url
    raise Exception('Failed to make identify query: %r - %s ' % (query, e))
Exception: Failed to make identify query: 'https://www.databazeknih.cz/book-detail-more-info/https://www.databazeknih.cz/search' - HTTP Error 404: Not Found 

Publisher line details:[('appendPublisher', True, 'Vydavateľ')]
Parse details:https://www.databazeknih.cz/search
Found databazeknih_id_original: []
Parsed DK identifier:None
Found title: []
Parsed title:None
Found authors: 
Parsed authors:[]
Error parsing for illustrators with xpath: //span[@itemprop="ilustrator"]/a/text()
Traceback (most recent call last):
  File "calibre_plugins.databazeknih.worker", line 797, in parse_all
    nodes = root.xpath(xpath)
            ^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'xpath'

Parsed illustrators:None
Error parsing for cover_authors with xpath: //a[contains(@href, "autori-obalek")]/text()
Traceback (most recent call last):
  File "calibre_plugins.databazeknih.worker", line 797, in parse_all
    nodes = root.xpath(xpath)
            ^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'xpath'

Parsed cover authors:None
Error parsing for translators with xpath: //a[contains(@href, "prekladatele/")]/text()
Traceback (most recent call last):
  File "calibre_plugins.databazeknih.worker", line 797, in parse_all
    nodes = root.xpath(xpath)
            ^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'xpath'

Parsed translators:None
Could not find title/authors/databazeknih id for 'https://www.databazeknih.cz/search'
DK id: None Title: None Authors: [] 

******************************************************************************** 
The identify phase took 0.81 seconds 
The longest time (0.796750) was taken by: databazeknih.cz 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds
Kde môže byť problém?
vawaver is offline   Reply With Quote