Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 01-08-2014, 08:50 PM   #1
rmanlee
Junior Member
rmanlee began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2014
Device: NOOK Tablet
Unhappy Selective connections to Web

My calibre 64bit refuses to download meta-data, covers and refuses to connect to add plug-ins.

Here is an example of the error log:

Running identify query with parameters:
{u'authors': [u'Daniel Abraham'], u'identifiers': {u'amazon': u'184149612X', u'google': u'81b5ZwEACAAJ', u'isbn': u'9781841496122', u'barnesnoble': u'w/shadow-and-betrayal-daniel-abraham/1104154922', u'goodreads': u'6399851'}, u'timeout': 30, u'title': u'Shadow and Betrayal'}
Using plugins: Fantastic Fiction, Webscription, Goodreads, FictionDB, Barnes & Noble, Google, Amazon.com
The log from individual plugins is below

****************************** Barnes & Noble ******************************
Request extra headers: [('User-agent', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3')]
Found 0 results
Downloading from Barnes & Noble took 1.43700003624
B&N url: u'http://www.barnesandnoble.com/w/shadow-and-betrayal-daniel-abraham/1104154922'
Failed to make details query: u'http://www.barnesandnoble.com/w/shadow-and-betrayal-daniel-abraham/1104154922'
Traceback (most recent call last):
File "calibre_plugins.barnes_noble.worker", line 46, in get_details
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 199, in open_novisit
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

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

****************************** Goodreads ******************************
Request extra headers: [('User-agent', 'Mozilla/5.0 (Windows NT 6.2; rv:9.0.1) Gecko/20100101 Firefox/9.0.1')]
Found 0 results
Downloading from Goodreads took 1.44000005722
Goodreads book url: u'http://www.goodreads.com/book/show/6399851'
Failed to make details query: u'http://www.goodreads.com/book/show/6399851'
Traceback (most recent call last):
File "calibre_plugins.goodreads.worker", line 62, in get_details
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 199, in open_novisit
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

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

****************************** 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.43699979782
Failed to make identify query: u'http://www.amazon.com/s/?sort=relevanceexprank&search-alias=aps&field-keywords=184149612X&unfiltered=1'
Traceback (most recent call last):
File "site-packages\calibre\ebooks\metadata\sources\amazon.py ", line 909, in identify
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 199, in open_novisit
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

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

****************************** FictionDB ******************************
Request extra headers: [('User-agent', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.78 Safari/532.5')]
Found 0 results
Downloading from FictionDB took 1.43899989128
Querying: http://www.fictiondb.com/search/searchresults.htm - srchtxt=9781841496122&styp=4
Failed to make identify query: u'http://www.fictiondb.com/search/searchresults.htm' - 'srchtxt=9781841496122&styp=4'
Traceback (most recent call last):
File "calibre_plugins.fictiondb.__init__", line 123, in identify
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 199, in open_novisit
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

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

****************************** Webscription ******************************
Request extra headers: [('User-agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1) Gecko/20100101 Firefox/4.0.1')]
Found 0 results
Downloading from Webscription took 1.44100022316
Querying: http://www.baenebooks.com/searchadv....w+and+Betrayal
Failed to make identify query: u'http://www.baenebooks.com/searchadv.aspx?SearchDescriptions=0&ShowPics=0&Sea rchTerm=Shadow+and+Betrayal'
Traceback (most recent call last):
File "calibre_plugins.webscription.__init__", line 87, in identify
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 199, in open_novisit
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

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

****************************** Fantastic Fiction ******************************
Request extra headers: [('User-agent', 'Mozilla/5.0 (Windows NT 6.2; rv:9.0.1) Gecko/20100101 Firefox/9.0.1')]
Found 0 results
Downloading from Fantastic Fiction took 3.46800017357
Querying ISBN: http://www.fantasticfiction.co.uk/ed...=9781841496122
Failed to make ISBN query: u'http://www.fantasticfiction.co.uk/edition/?isbn=9781841496122'
Traceback (most recent call last):
File "calibre_plugins.fantastic_fiction.__init__", line 212, in query_via_isbn_for_title_author
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 199, in open_novisit
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

Querying ISBN: http://script.fantasticfiction.co.uk/ff-v3.php
Failed to query country: u'http://script.fantasticfiction.co.uk/ff-v3.php'
Traceback (most recent call last):
File "calibre_plugins.fantastic_fiction.__init__", line 152, in get_country
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 199, in open_novisit
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

Querying: http://www.fantasticfiction.co.uk/db...fo,db,imageloc
Failed to make identify query
Traceback (most recent call last):
File "calibre_plugins.fantastic_fiction.__init__", line 275, in identify
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 199, in open_novisit
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

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

****************************** Google ******************************
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 Google took 1.43099999428
Failed to make identify query: u'http://books.google.com/books/feeds/volumes?q=isbn%3A9781841496122&max-results=20&min-viewability=none&start-index=1'
Traceback (most recent call last):
File "site-packages\calibre\ebooks\metadata\sources\google.py ", line 303, in identify
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 199, in open_novisit
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

************************************************** ******************************
The identify phase took 3.70 seconds
The longest time (3.468000) was taken by: Fantastic Fiction
Merging results from different sources and finding earliest publication dates from the worldcat.org service
We have 0 merged results, merging took: 0.00 seconds


I am launching calibre v.1.18.0 on a 64-bit quad core laptop running Windows 8.

My previous version (1.12.0) developed the problem and I upgraded to v.1.18.0 where the symptoms persist. My anti-virus is Avast Free.

Any ideas what to try next?
rmanlee is offline   Reply With Quote
Old 01-08-2014, 09:01 PM   #2
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,718
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by rmanlee View Post
My previous version (1.12.0) developed the problem and I upgraded to v.1.18.0 where the symptoms persist. My anti-virus is Avast Free.

Any ideas what to try next?
Could be firewall settings, have a look at what its blocking/allowing - what firewall are you using ?

Could also be Avast, there's been a couple of Avast users report these sort of problems recently - try turning it off - if that fixes it then find its inclusions/exclusions list and rectify. My cynical self says it could be them trying to nudge you into upgrading to a Pay4Me version of Avast.

BR
BetterRed is offline   Reply With Quote
Advert
Old 02-01-2014, 08:41 PM   #3
rmanlee
Junior Member
rmanlee began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2014
Device: NOOK Tablet
Angry

Quote:
Originally Posted by BetterRed View Post
Could be firewall settings, have a look at what its blocking/allowing - what firewall are you using ?

Could also be Avast, there's been a couple of Avast users report these sort of problems recently - try turning it off - if that fixes it then find its inclusions/exclusions list and rectify. My cynical self says it could be them trying to nudge you into upgrading to a Pay4Me version of Avast.

BR
I am using Windows firewall. I tried turning off both the firewall and Avast separately and together with the same result. It isn't listed in the inclusion or exclusion list and I made sure it was allowed in the firewall.
rmanlee is offline   Reply With Quote
Old 02-01-2014, 09:59 PM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,345
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You have something on your computer on network that is blocking network connections, you will need to find what that is. Common culprits are: firewalls, security software, misconfigured routers, invalid proxy settings.
kovidgoyal is offline   Reply With Quote
Old 02-02-2014, 03:04 AM   #5
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,718
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@rmanlee - What happens if you run calibre in safe mode with network - simple way on Win7 is run msconfig - see attachment, I know its in Win8 but... but I can't recall where it is.

Another thing to try is to install the 32bit version of Calibre, it will use the same configuration, libraries etc - doing that has side-stepped other problems, I have no idea why.

============

I don't think this is a problem as such but... anyone know why there's all those user agent string variations - why can't they all be the same. I thought calibre used Webkit so what's are those gecko's doing there, one of them refers to a 2010 version of Firefox running under the Snow Leopard version of OS/X on an Apple Mac!

BR
Attached Thumbnails
Click image for larger version

Name:	Capture.JPG
Views:	177
Size:	32.4 KB
ID:	118616  

Last edited by BetterRed; 02-02-2014 at 03:07 AM. Reason: forgot attachment
BetterRed is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Selective paragraph indent Leonatus Writer2ePub 8 10-31-2013 04:22 PM
Selective Output Formats for Different Devices? kindle_mcGindle Library Management 1 03-07-2012 08:00 AM
Selective preprocess_regexps dasp Recipes 3 12-06-2011 08:52 AM
Selective format conversion? drmathprog Library Management 2 04-19-2011 08:43 AM
Selective exclusion of Hyperlinks SteffenH Sony Reader 4 10-03-2007 06:51 AM


All times are GMT -4. The time now is 09:15 AM.


MobileRead.com is a privately owned, operated and funded community.