View Single Post
Old 12-06-2021, 04:03 PM   #4
claus0731
Junior Member
claus0731 began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Dec 2021
Location: Germany
Device: iPad Pro
Thanks for the quick advice. I updated to 5.33.2 and again disabled both my antivirus program (Kaspersky) and the firewall. Unfortunately, same behavior. I also added both calibre.exe and calibre_parallel.exe to the exception lists (both Kaspersky and Defender (inbound and outbound)) - still not working.

I have not changed anything in my configuration - so wonder if Windows 11 behaves different. But then others would have issues as well ... If it is related to the firewall/antivirus (as it looks like) - disabling both should solve the problem - which is not the case.

What else could I try?

Thanks,
Claus


Code:
calibre, version 5.33.2
ERROR: No matches found: <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': 'Strategische Positionierung und Kundenzufriedenheit', 'authors': ['Armin Töpfer'], 'identifiers': {'isbn': '9783658320188', 'amazon_de': '3658320184'}, 'timeout': 30} 
Using plugins: Google (1, 0, 3), Amazon.com (1, 2, 21) 
The log from individual plugins is below 

****************************** Google (1, 0, 3) ****************************** 
Found 0 results 
Downloading from Google took 0.06806206703186035 
Making query: https://books.google.com/books/feeds/volumes?q=isbn%3A9783658320188&max-results=20&start-index=1&min-viewability=none
Failed to make identify query: 'https://books.google.com/books/feeds/volumes?q=isbn%3A9783658320188&max-results=20&start-index=1&min-viewability=none'
Traceback (most recent call last):
  File "mechanize\_urllib2_fork.py", line 1236, in do_open
  File "http\client.py", line 1255, in request
  File "http\client.py", line 1301, in _send_request
  File "http\client.py", line 1250, in endheaders
  File "http\client.py", line 1010, in _send_output
  File "http\client.py", line 950, in send
  File "http\client.py", line 1424, in connect
  File "ssl.py", line 500, in wrap_socket
  File "ssl.py", line 1040, in _create
  File "ssl.py", line 1309, in do_handshake
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "calibre\ebooks\metadata\sources\google.py", line 374, in make_query
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 287, in _mech_open
  File "mechanize\_opener.py", line 193, in open
  File "mechanize\_urllib2_fork.py", line 425, in _open
  File "mechanize\_urllib2_fork.py", line 414, in _call_chain
  File "calibre\utils\browser.py", line 29, in https_open
  File "mechanize\_urllib2_fork.py", line 1240, in do_open
urllib.error.URLError: <urlopen error [WinError 10054] An existing connection was forcibly closed by the remote host> 

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

****************************** Amazon.com (1, 2, 21) ****************************** 
Found 0 results 
Downloading from Amazon.com took 0.06706047058105469 
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0
Server: auto
Making google query: https://www.google.com/search?q=3658320184+site%3Awww.amazon.de
Plugin Amazon.com failed
Traceback (most recent call last):
  File "mechanize\_urllib2_fork.py", line 1236, in do_open
  File "http\client.py", line 1255, in request
  File "http\client.py", line 1301, in _send_request
  File "http\client.py", line 1250, in endheaders
  File "http\client.py", line 1010, in _send_output
  File "http\client.py", line 950, in send
  File "http\client.py", line 1424, in connect
  File "ssl.py", line 500, in wrap_socket
  File "ssl.py", line 1040, in _create
  File "ssl.py", line 1309, in do_handshake
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "calibre\ebooks\metadata\sources\identify.py", line 46, in run
  File "calibre\ebooks\metadata\sources\amazon.py", line 1489, in identify
  File "calibre\ebooks\metadata\sources\amazon.py", line 1422, in search_search_engine
  File "calibre\ebooks\metadata\sources\search_engines.py", line 288, in google_search
  File "calibre\ebooks\metadata\sources\search_engines.py", line 68, in query
  File "mechanize\_mechanize.py", line 241, in open_novisit
  File "mechanize\_mechanize.py", line 287, in _mech_open
  File "mechanize\_opener.py", line 193, in open
  File "mechanize\_urllib2_fork.py", line 425, in _open
  File "mechanize\_urllib2_fork.py", line 414, in _call_chain
  File "calibre\utils\browser.py", line 29, in https_open
  File "mechanize\_urllib2_fork.py", line 1240, in do_open
urllib.error.URLError: <urlopen error [WinError 10054] An existing connection was forcibly closed by the remote host> 

******************************************************************************** 
The identify phase took 0.20 seconds 
The longest time (0.068062) was taken by: Google 
Merging results from different sources 
We have 0 merged results, merging took: 0.00 seconds
claus0731 is offline   Reply With Quote