View Single Post
Old 03-07-2009, 01:14 AM   #1
fogus
Member
fogus began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Mar 2009
Device: Sony PRS-505
Thumbs down Proxy authentication problems (I have no proxy)

Hello,

I get the following message when trying to pull from the news sources:

Code:
Job: **Fetch news from The New York Times**
**tuple**: ('httperror_seek_wrapper', u'HTTP Error 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )')
**Traceback**:
Traceback (most recent call last):
File "parallel.py", line 957, in worker
File "parallel.py", line 915, in work
File "calibre\ebooks\lrf\feeds\convert_from.pyo", line 40, in main
File "calibre\web\feeds\main.pyo", line 152, in run_recipe
File "calibre\web\feeds\recipes\recipe_nytimes.pyo", line 48, in download
File "calibre\web\feeds\news.pyo", line 562, in download
File "calibre\web\feeds\news.pyo", line 686, in build_index
File "calibre\web\feeds\recipes\recipe_nytimes.pyo", line 82, in parse_index
File "calibre\web\feeds\news.pyo", line 372, in index_to_soup
File "mechanize\_mechanize.pyo", line 209, in open
File "mechanize\_mechanize.pyo", line 261, in _mech_open
httperror_seek_wrapper: HTTP Error 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )

**Log**:
Using proxies: {'ftp': 'gateway:8080', 'http': 'gateway:8080'}
('httperror_seek_wrapper', u'HTTP Error 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )')
Traceback (most recent call last):
File "parallel.py", line 957, in worker
File "parallel.py", line 915, in work
File "calibre\ebooks\lrf\feeds\convert_from.pyo", line 40, in main
File "calibre\web\feeds\main.pyo", line 152, in run_recipe
File "calibre\web\feeds\recipes\recipe_nytimes.pyo", line 48, in download
File "calibre\web\feeds\news.pyo", line 562, in download
File "calibre\web\feeds\news.pyo", line 686, in build_index
File "calibre\web\feeds\recipes\recipe_nytimes.pyo", line 82, in parse_index
File "calibre\web\feeds\news.pyo", line 372, in index_to_soup
File "mechanize\_mechanize.pyo", line 209, in open
File "mechanize\_mechanize.pyo", line 261, in _mech_open
httperror_seek_wrapper: HTTP Error 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )
I do not wish to use any proxy servers, but calibre seems to WANT to use a proxy. Is there a way to disable this proxy server want? I'd rather that calibre just use the windows firewall client (the ISA tunnel)

I have tried re-installing several times (with different configurations for my windows firewall client). I cannot seem to figure out how calibre stores the information regarding my subscriptions between installs. Is that somewhere in the registry?

Perhaps if there were just some way that the proxy requirement could be disabled or configured.

Thanks
fogus is offline   Reply With Quote