Hi,
I am new to this list, I don't really know if I should post here my request.
Anyway.
The following code is raising httplib.BadStatusLine on urllib2.urlopen(url)
url =
'https://stat.netaffiliation.com/requete.php?login=xxx&mdp=yyy&debut=2011-05-01&fin=2011-05-12'
response = urllib2.urlopen(
noelob wrote:
> Hi All,
>
> During performance testing of my web application, I occasionally get a
> BadStatusLine exception from httplib. Reading
> http://docs.python.org/lib/module-httplib.html#l2h-4021 tells me that
> it's "Raised if a server responds with a HTTP
noelob a écrit :
Hi All,
During performance testing of my web application, I occasionally get a
BadStatusLine exception from httplib. Reading
http://docs.python.org/lib/module-httplib.html#l2h-4021 tells me that
it's "Raised if a server responds with a HTTP status code that we
don
Hi All,
During performance testing of my web application, I occasionally get a
BadStatusLine exception from httplib. Reading
http://docs.python.org/lib/module-httplib.html#l2h-4021 tells me that
it's "Raised if a server responds with a HTTP status code that we
don't understand.&quo
On May 28, 11:24 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> Jim wrote:
> > Hi
>
> > I get a BadStatusLine error (indicated below). Can anyone help with
> > how to
> > catch error in code before abort?
>
> http://docs.python.org/tut/node1
Jim wrote:
> Hi
>
> I get a BadStatusLine error (indicated below). Can anyone help with
> how to
> catch error in code before abort?
http://docs.python.org/tut/node10.html
Diez
--
http://mail.python.org/mailman/listinfo/python-list
Hi
I get a BadStatusLine error (indicated below). Can anyone help with
how to
catch error in code before abort?
Thanks
Jim
Traceback (most recent call last):
File
"C:\Python25\Lib\site-packages\pythonwin\pywin\framework
\scriptutils.py",
line 310, in RunScript
exec codeObject i