Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 05-14-2008, 05:19 PM   #16
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
I don't know about a proxy. I am using a "public" wifi here at the nursing home. I do know that the "public" and the "private" (that is what they are named) are on the same channel. The public was spun off for my use by the owner's IT people.

Yes I can ping. I am not sure, short of ending the terminal session how to stop the ping so I can copy and post the result. Old age and bit a patch of health problems.
Deputy-Dawg is offline   Reply With Quote
Old 05-14-2008, 06:11 PM   #17
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,397
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You can stop the ping with Ctrl+C but you dont need to post the output. Next test:

Code:
python -c "import urllib2; print urllib2.urlopen('http://www.google.com').read()"
You should see some HTML output.
kovidgoyal is online now   Reply With Quote
Advert
Old 05-14-2008, 06:17 PM   #18
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
Tried it and got absolutely nothing
Deputy-Dawg is offline   Reply With Quote
Old 05-14-2008, 06:25 PM   #19
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,397
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
that means you are behind some sort of proxy. Typically public wifi redirects all HTTP traffic through a proxy. Browsers life safari usually handle the redirect automatically, python does not. See if you can find out the proxy settings.
kovidgoyal is online now   Reply With Quote
Old 05-15-2008, 08:01 AM   #20
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
It may be a few days. I am back in the hospital again because of some pain issues. The wifi here works fine with calibre.

What information about the proxy am I looking for? Can I gather it with a program or do I need get the info from the IT people?
Deputy-Dawg is offline   Reply With Quote
Advert
Old 05-16-2008, 11:28 AM   #21
The Old Man
Fanatic
The Old Man ought to be getting tired of karma fortunes by now.The Old Man ought to be getting tired of karma fortunes by now.The Old Man ought to be getting tired of karma fortunes by now.The Old Man ought to be getting tired of karma fortunes by now.The Old Man ought to be getting tired of karma fortunes by now.The Old Man ought to be getting tired of karma fortunes by now.The Old Man ought to be getting tired of karma fortunes by now.The Old Man ought to be getting tired of karma fortunes by now.The Old Man ought to be getting tired of karma fortunes by now.The Old Man ought to be getting tired of karma fortunes by now.The Old Man ought to be getting tired of karma fortunes by now.
 
The Old Man's Avatar
 
Posts: 546
Karma: 1337413
Join Date: Jan 2008
Location: Keene, New Hampshire
Device: iPad Mini
Deputy - Wishing you well.

Kovid - Thanks for the smaller Wired font in the latest version.

Latest problem, The Atlantic fetch:

TypeError: strftime() argument 1 must be str, not unicode
Failed to perform job: Fetch news from The Atlantic
Detailed traceback:
Traceback (most recent call last):
File "parallel.py", line 139, in run_job
File "calibre\ebooks\lrf\feeds\convert_from.pyo", line 40, in main
File "calibre\web\feeds\main.pyo", line 134, in run_recipe
File "calibre\web\feeds\news.pyo", line 469, in download
File "calibre\web\feeds\news.pyo", line 589, in build_index
File "calibre\web\feeds\news.pyo", line 491, in feeds2index
File "calibre\web\feeds\templates.pyo", line 124, in generate
TypeError: strftime() argument 1 must be str, not unicode
Log:
Fetching feeds...
0% Fetching feeds...
0% Got feeds from index page
0% Trying to download cover...
100% Downloading cover from http://theatlantic.com/images/toc/200806_feature.jpg
The Old Man is offline   Reply With Quote
Old 05-16-2008, 12:20 PM   #22
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,397
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
oops nasty little regression. I'll release a fix later today.
kovidgoyal is online now   Reply With Quote
Old 05-21-2008, 10:28 PM   #23
Mr. Goodbar
Wizard
Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.
 
Posts: 1,005
Karma: 98078
Join Date: Jul 2006
Location: Atlanta, GA
Device: iPad Mini 4
Any chance of getting the font size in the New York Times feed reduced as well? I just started using the news feed again and you've made tremendous progress in the past few months. Thanks for all the hard work. I've compared the New York Times calibre newspaper to the Kindle edition and they are virtually identical, except for the price that is
Mr. Goodbar is offline   Reply With Quote
Old 05-21-2008, 11:20 PM   #24
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,397
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
The problem is that at the moment due to a bug in the SONY firmware you cant resize the font size on the reader, so I think it is better to err on the side of being too large rather than being too small.
kovidgoyal is online now   Reply With Quote
Old 05-22-2008, 08:08 AM   #25
Mr. Goodbar
Wizard
Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.Mr. Goodbar makes omelettes without breaking eggs.
 
Posts: 1,005
Karma: 98078
Join Date: Jul 2006
Location: Atlanta, GA
Device: iPad Mini 4
Makes sense. Hopefully they will fix that with the next rev of the firmware, but once again thanks for the contributions.
Mr. Goodbar is offline   Reply With Quote
Old 05-22-2008, 08:59 AM   #26
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,
I am back at the rehab center. What do we need to know about the proxie server and how do I go about getting it? I sure would like to get my daily papers again!
Deputy-Dawg is offline   Reply With Quote
Old 05-22-2008, 09:58 AM   #27
astrodad
Guru
astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.
 
astrodad's Avatar
 
Posts: 962
Karma: 568242
Join Date: Dec 2007
Device: Kindle Oasis 3, Kindle Paperwhite 1, iPad, iPhone
Now all we need is a newspaper sync utility built into calibre. My python development is coming along, but I think Kovid's working on one (or at least plans to).
astrodad is offline   Reply With Quote
Old 05-22-2008, 10:47 AM   #28
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,397
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Basically you need to know the URL of the proxy server. Easiest way to find out is to ask their tech guy.

@jplumey: It's on my TODO list, but it's not going to happen any time soon, so if you feel like tackling it, go right ahead.
kovidgoyal is online now   Reply With Quote
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
Old 05-23-2008, 07:45 PM   #30
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,397
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Basically that error log indicates it is waiting for a response from the remote server, which means that its attempts to communicate are being blocked. Unfortunately, I'm no network guru, so I can't debug this remotely for you.
kovidgoyal is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Slight problem sending lrf files to Sony PRS-600 speakingtohe Calibre 2 04-14-2010 01:50 AM
Problems with calibre Elena63 Calibre 0 12-29-2009 03:02 AM
Calibre problems starrigger Calibre 92 06-02-2009 12:37 PM
slight electric shock when using ac adaptor Dave Berk Sony Reader 39 03-23-2007 08:42 PM
Slight Screen Burn-in? fdp Sony Reader 4 11-28-2006 10:03 AM


All times are GMT -4. The time now is 10:34 PM.


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