HTTP Error 504 when fetch news from an intranet
Running calibre 0.8 on debian squeeze, when fetch New York Times from a corporate network, calibre give following error message:
Traceback (most recent call last):
File "site.py", line 58, in main
File "site-packages/calibre/ebooks/conversion/cli.py", line 282, in main
File "site-packages/calibre/ebooks/conversion/plumber.py", line 920, in run
File "site-packages/calibre/customize/conversion.py", line 204, in __call__
File "site-packages/calibre/web/feeds/input.py", line 101, in convert
File "site-packages/calibre/web/feeds/news.py", line 632, in __init__
File "/tmp/calibre_0.8.0_tmp_w1kmw3/calibre_0.8.0_ZFyno8_recipes/recipe0.py", line 326, in get_browser
br.open('http://www.nytimes.com/auth/login')
File "site-packages/mechanize/_mechanize.py", line 203, in open
File "site-packages/mechanize/_mechanize.py", line 255, in _mech_open
httperror_seek_wrapper: HTTP Error 504: Gateway Timeout
new york times is the only recipe failed so far. On the same LAN, The NY times website open without any problem in firefox. I tried pipe all traffic through a local http proxy, which itself use a upsteam socks proxy, to bypass the corporate proxy or filter server, but get the same error message.
Any suggestions?
|