Modify ↓
Opened 17 years ago
Closed 17 years ago
#178 closed defect (worksforme)
bitten-slave does not run on Solaris with authenticated trac instance
Reported by: | Lutz <trac@…> | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | Build slave | Version: | dev |
Keywords: | Cc: | webkontakt@… | |
Operating System: | Other |
Description
When trying to start bitten-salve on Solaris, I get
Traceback (most recent call last): File "/usr/local/bin/bitten-slave", line 7, in ? sys.exit( File "/export/local/lib/python2.4/site-packages/Bitten-0.6dev_r502-py2.4.egg/bitten/slave.py", line 347, in main slave.run() File "/export/local/lib/python2.4/site-packages/Bitten-0.6dev_r502-py2.4.egg/bitten/slave.py", line 134, in run self._create_build() File "/export/local/lib/python2.4/site-packages/Bitten-0.6dev_r502-py2.4.egg/bitten/slave.py", line 163, in _create_build resp = self.request('POST', self.url, body, { File "/export/local/lib/python2.4/site-packages/Bitten-0.6dev_r502-py2.4.egg/bitten/slave.py", line 115, in request return self.opener.open(req) File "/usr/local/lib/python2.4/urllib2.py", line 364, in open response = meth(req, response) File "/export/local/lib/python2.4/site-packages/Bitten-0.6dev_r502-py2.4.egg/bitten/slave.py", line 39, in http_response response = self.parent.error( File "/usr/local/lib/python2.4/urllib2.py", line 396, in error result = self._call_chain(*args) File "/usr/local/lib/python2.4/urllib2.py", line 337, in _call_chain result = func(*args) File "/usr/local/lib/python2.4/urllib2.py", line 916, in http_error_401 host, req, headers) File "/usr/local/lib/python2.4/urllib2.py", line 807, in http_error_auth_reqed raise ValueError("AbstractDigestAuthHandler doesn't know " ValueError: AbstractDigestAuthHandler doesn't know about Basic
I have no idea what it means or what I could do about it, anyway, it does not work. Perhaps it's a bug, so I'd better file it.
SunOS community 5.10, Bitten svn version (@502).
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by anonymous
- Cc webkontakt@… added
comment:2 Changed 17 years ago by mgood
- Resolution set to worksforme
- Status changed from new to closed
This is a Python bug in urllib2. Upgrading to Python 2.4.3 or newer will fix the problem.
Note: See
TracTickets for help on using
tickets.
Reporter's email address not valid anymore.