This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jmoses
Recipients
Date 2003-09-23.12:35:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=55110

I switched from using urllib.urlretrieve / urllib.urlopen to
using httplib, since I can debug with it.  I no longer get
the error this bug is about.

The other problem I seemed to be having was related to the
data I was recieving, which was generated in part from the
data I was passing to the server.  I changed the data I was
sending (changed ' ' to '%20') and ever thing works fine. 
Even using urllib.urlopen().  Sorry for the confusion.

The data that the server was sending back to the broken
request was outputted like this, using
httplib.http.set_debuglevel(1):

------start
Getting: doi.crossref.org
connect: (doi.crossref.org, 80)
send: 'GET
/servlet/query?usr=<deleted>&pwd=<deleted>&qdata=|Canadian
Journal of Fisheries and Aquatic
Sciences|Adkison|52||2762||full_text|1|<snip> HTTP/1.0\r\n\r\n'
reply: '\n'

|Canadian

-----------end

I don't know if that helps, but maybe.

Thanks much.
History
Date User Action Args
2007-08-23 14:13:57adminlinkissue755080 messages
2007-08-23 14:13:57admincreate