View Single Post
Old 09-08-2008, 01:20 PM   #23
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by nrapallo View Post
Derrell:

If you want to see what HTTP header information impserve is getting, try inserting the following debug statements after line 211 in "impserve/__init__.py":
Code:
        #temp debug statements for header and body of request
        print self.headers
        print info
I post some logs I made when my EBW1150 connected to my netbook (ASUS eee 1000H) running linux (ubuntu 8.04.1 - complete re-install onto a 40 GB HD partition as I didn't like the performance hit when installed on my 8 GB SDHC card).

I started eb1150 and the EBW1150 connected flawlessly with the ETI servers (see detailed log below) but when I tried to use impserve everything was fine until I accessed real world urls (see simple log below)!

I don't know why one way works and the other way it sends 0 bytes at the end (continuously) after accessing a link to the internet. Ashish?

The one thing I do see is that the ETI communications were without the "HTTP://" prefix and whereas the "real world" urls have it. The local proxy for *.ebooksytem.net excepted!

Food for thought...

Last edited by nrapallo; 09-08-2008 at 01:22 PM.
nrapallo is offline   Reply With Quote