[Baypiggies] Need help root causing exception http.client.BadStatusLine

Shubhra Sharma sharma.shubhra07 at gmail.com
Sun Oct 28 21:54:56 CET 2012


Hi All,

I am encountering http.client.BadStatusLine exception when I run my python
scripts on CentOS6.32 but things seem to work fine on MAC OSX10.7.5 and
10.8. I'm on Python3.2.3.

I searched for answers on the internet  and looked at the python
documentation as well without much luck. As per the documentation  if a
server responds with a HTTP status code that we don’t understand this error
is raised. The server is a Tomcat server. Any ideas on how to debug this
will be greatly appreciated.

Here's a snippet of the error:
response = conn.getresponse()
  python3.2/http/client.py", line 1049, in getresponse
    response.begin()
  python3.2/http/client.py", line 346, in begin
    version, status, reason = self._read_status()
  python3.2/http/client.py", line 328, in _read_status
    raise BadStatusLine(line)
http.client.BadStatusLine:

Thanks a lot for all your help.
Shubhra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20121028/3d323685/attachment.html>


More information about the Baypiggies mailing list