View Single Post
Old 05-23-2008, 07:22 PM   #29
Deputy-Dawg
Groupie
Deputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-books
 
Deputy-Dawg's Avatar
 
Posts: 153
Karma: 799
Join Date: Dec 2007
Device: sony prs505
Kovid,
Been in contact with the techies who manage the system here at the rehab center. They state that they are not using a proxie server. The down loaded a copy calibre and were able, at the root level of the local server to get it to download various newsfeeds. But when they (using their language) go up to the second level, the level at which the 'house' computers live with full read access to the local server (medical data) it fails. And I am at the third level. As they explained it to me each of the levels are seperated by firewalls to prevent unauthorized access to private data. They are looking at what ports need to be open to create a tunnel for calibre. I don't know if any of this makes sense to you. But I begin to worry when I hear another of the techies in the background saying "Careful Mike, he seems to know more about this than we do"! Sigh - were that only true.

In any event I ran this in terminal mode:

Code:
feeds2lrf --verbose 'Associated Press'
and after allowing it to cook for a while I did a keyboard interrupt and got the following messages

Traceback (most recent call last):
File "/Applications/calibre.app/Contents/Resources/feeds2lrf.py", line 9, in <module>
main()
File "calibre/ebooks/lrf/feeds/convert_from.pyo", line 40, in main
File "calibre/web/feeds/main.pyo", line 128, in run_recipe
File "calibre/web/feeds/news.pyo", line 815, in __init__
File "calibre/ebooks/lrf/web/profiles/__init__.pyo", line 174, in __init__
File "calibre/ebooks/lrf/web/profiles/__init__.pyo", line 181, in build_index
File "calibre/ebooks/lrf/web/profiles/__init__.pyo", line 294, in parse_feeds
File "mechanize/_mechanize.pyo", line 203, in open
File "mechanize/_mechanize.pyo", line 229, in _mech_open
File "mechanize/_opener.pyo", line 181, in open
File "urllib2.pyo", line 392, in _open
File "urllib2.pyo", line 353, in _call_chain
File "mechanize/_http.pyo", line 700, in http_open
File "mechanize/_http.pyo", line 674, in do_open
File "httplib.pyo", line 862, in request
File "httplib.pyo", line 885, in _send_request
File "httplib.pyo", line 856, in endheaders
File "httplib.pyo", line 728, in _send_output
File "httplib.pyo", line 695, in send
File "httplib.pyo", line 663, in connect
KeyboardInterrupt

Perhaps there is a clue here
Deputy-Dawg is offline   Reply With Quote