Modify ↓
Opened 14 years ago
Last modified 13 years ago
#724 new defect
BadStatusLine traceback from exited bitten-slave
| Reported by: | anatoly techtonik <techtonik@…> | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.6.2 |
| Component: | General | Version: | 0.6 |
| Keywords: | Cc: | ||
| Operating System: | BSD |
Description
I've just got a traceback from Bitten slave that exited. Is it possible to get more info in this case? It is completely obscure what happened.
[DEBUG ] Sending POST request to 'https://trac.domain.com/builds'
Traceback (most recent call last):
File "/usr/bin/bitten-slave", line 9, in <module>
load_entry_point('Bitten==0.6', 'console_scripts', 'bitten-slave')()
File "/usr/lib/pymodules/python2.5/bitten/slave.py", line 638, in main
exit_code = slave.run()
File "/usr/lib/pymodules/python2.5/bitten/slave.py", line 337, in run
job_done = self._create_build(url)
File "/usr/lib/pymodules/python2.5/bitten/slave.py", line 382, in _create_build
'Content-Type': 'application/x-bitten+xml'
File "/usr/lib/pymodules/python2.5/bitten/slave.py", line 275, in request
resp = self.opener.open(req)
File "/usr/lib/python2.5/urllib2.py", line 387, in open
response = meth(req, response)
File "/usr/lib/python2.5/urllib2.py", line 498, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.5/urllib2.py", line 419, in error
result = self._call_chain(*args)
File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain
result = func(*args)
File "/usr/lib/python2.5/urllib2.py", line 582, in http_error_302
return self.parent.open(new)
File "/usr/lib/python2.5/urllib2.py", line 381, in open
response = self._open(req, data)
File "/usr/lib/python2.5/urllib2.py", line 399, in _open
'_open', req)
File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain
result = func(*args)
File "/usr/lib/python2.5/urllib2.py", line 1115, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "/usr/lib/python2.5/urllib2.py", line 1080, in do_open
r = h.getresponse()
File "/usr/lib/python2.5/httplib.py", line 928, in getresponse
response.begin()
File "/usr/lib/python2.5/httplib.py", line 385, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.5/httplib.py", line 349, in _read_status
raise BadStatusLine(line)
httplib.BadStatusLine
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by anatoly techtonik <techtonik@…>
comment:2 Changed 13 years ago by anonymous
I encountered this problem too.Does anyone can slove it ?We would really appreciate it.
Note: See
TracTickets for help on using
tickets.

Just hit it once again, slave exited with an error.