Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 04-15-2011, 03:49 AM   #1
shiftymorgan
Junior Member
shiftymorgan began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2011
Device: none
Using calibre in a proxy. fetching metadata proxy authentication required

Everything on my pc works, the only thing that has an issue is calibre when I try and use it to get meta data.

I have no idea why it doesnt get my details
shiftymorgan is offline   Reply With Quote
Old 04-15-2011, 07:04 AM   #2
itimpi
Wizard
itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.
 
Posts: 4,552
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
If you are using Windows, Calibre wil use whatever proxy settings are set for Internet Explorer, so you might want to check those.
itimpi is offline   Reply With Quote
Advert
Old 04-15-2011, 08:44 PM   #3
shiftymorgan
Junior Member
shiftymorgan began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2011
Device: none
Yeah its windows and its all pointed to the proxy server ok.
Internet explorer works fine through proxy
shiftymorgan is offline   Reply With Quote
Old 04-26-2011, 04:49 AM   #4
mbovenka
Wizard
mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.
 
Posts: 2,018
Karma: 13471689
Join Date: Oct 2007
Location: Almere, The Netherlands
Device: Kobo Sage
Quote:
Originally Posted by shiftymorgan View Post
Yeah its windows and its all pointed to the proxy server ok.
Internet explorer works fine through proxy
Same here. My proxy works fine in Firefox and IE, but not in Calibre; looking at the logs:

Traceback (most recent call last):
File "site-packages\calibre\ebooks\metadata\sources\amazon.py ", line 381, in identify
File "site-packages\mechanize-0.2.4-py2.7.egg\mechanize\_mechanize.py", line 199, in open_novisit
File "site-packages\mechanize-0.2.4-py2.7.egg\mechanize\_mechanize.py", line 255, in _mech_open
httperror_seek_wrapper: HTTP Error 407: Proxy Authentication Required

Which is right, it does require authentication every time a new *process* tries to connect to the Internet. And Calibre won't let me config the userid & password, nor does it ask for it...
mbovenka is offline   Reply With Quote
Old 04-26-2011, 10:25 AM   #5
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: 43,850
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
calibre does not support authenticated proxies.
kovidgoyal is offline   Reply With Quote
Advert
Old 05-12-2011, 01:44 AM   #6
SheepPig
Junior Member
SheepPig began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2011
Location: Johannesburg, South Africa
Device: Kindle 3
Talking

I had the same problem. The issue is that Windows handles the proxy authentication separately from it's proxy settings, and when the proxy server asks for the username and password, Calibre has no way of recognising the request or getting the username and password from the user.

My workaround was to tell Windows my username and password so that Calibre does not need to worry about it. Unfortunately, setting the proxy under Internet Options in Windows does not let you specify a username and password within the proxy. The solution was to set a new environment variable.
  1. Right click on My Computer and select Properties
  2. In Windows 7, choose Advanced System Settings on the left. On XP, select the Advanced tab.
  3. Click on the Environment Variables button
  4. Under user variables, click New
  5. Enter the variable name as http_proxy and the variable value as the following:
    Code:
    http://[username]:[password]@[proxyaddress]:[port]
    Or if your proxy needs a domain name to be specified:
    Code:
    http://[domain]\[username]:[password]@[proxyaddress]:[port]
    Obviously replacing the [] with whatever is supposed to be there.
  6. Click OK on all the open dialogs.

After doing this, Calibre was able to connect to the internet and fetch metadata, as well as several other internet related tasks which it could not do before. (Using Calibre 0.8.0 on Windows 7)
SheepPig is offline   Reply With Quote
Old 05-12-2011, 02:58 AM   #7
Manichean
Wizard
Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Manichean's Avatar
 
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
You should be aware, though, that this essentially lets everyone with access to that user, be it by physically accessing the computer or logging in via network (VNC, ...) see the password in plain text. This may not be desirable in all cases
Manichean is offline   Reply With Quote
Old 05-12-2011, 03:41 AM   #8
mbovenka
Wizard
mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.
 
Posts: 2,018
Karma: 13471689
Join Date: Oct 2007
Location: Almere, The Netherlands
Device: Kobo Sage
Quote:
Originally Posted by SheepPig View Post
After doing this, Calibre was able to connect to the internet and fetch metadata, as well as several other internet related tasks which it could not do before. (Using Calibre 0.8.0 on Windows 7)
Thanks for the tip! Works fine with XP as well.
mbovenka is offline   Reply With Quote
Old 05-13-2011, 03:45 AM   #9
shiftymorgan
Junior Member
shiftymorgan began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2011
Device: none
Still no Joy here I have done everything you put, Do I need to restart the machine?

Also I know its dense But I don't put in the [] brackets at all do I?
shiftymorgan is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Twitter Authentication Required? Wetdogeared Feedback 3 09-26-2010 10:33 AM
K4 Mac or PC Using Kindle for PC with Proxy evilK Amazon Kindle 21 07-28-2010 07:23 AM
Is Calibre Proxy Aware? eelizondo Calibre 6 07-08-2010 12:10 PM
sorry, still about proxy Valio Calibre 1 11-06-2009 10:13 AM
Proxy authentication problems (I have no proxy) fogus Calibre 16 03-08-2009 01:27 PM


All times are GMT -4. The time now is 06:47 PM.


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