Closed
Bug 637885
Opened 15 years ago
Closed 15 years ago
make bouncer_submitter work in staging/preproduction
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: rail)
References
Details
Currently fails with:
Traceback (most recent call last):
File "tuxedo-add.py", line 147, in tuxedoRequest
return urllib2.urlopen(request).read()
File "/tools/python-2.5.1/lib/python2.5/urllib2.py", line 121, in urlopen
return _opener.open(url, data)
File "/tools/python-2.5.1/lib/python2.5/urllib2.py", line 380, in open
response = meth(req, response)
File "/tools/python-2.5.1/lib/python2.5/urllib2.py", line 491, in http_response
'http', request, response, code, msg, hdrs)
File "/tools/python-2.5.1/lib/python2.5/urllib2.py", line 418, in error
return self._call_chain(*args)
File "/tools/python-2.5.1/lib/python2.5/urllib2.py", line 353, in _call_chain
result = func(*args)
File "/tools/python-2.5.1/lib/python2.5/urllib2.py", line 499, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 401: UNAUTHORIZED
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → rail
Priority: P5 → P2
| Assignee | ||
Comment 1•15 years ago
|
||
I just updated /builds/buildbot/*/BuildSlaves.py and your one with proper credentials (it was set wrongly on some of the master instances). It worked well for my instance before. Feel free to reopen if it doesn't fix the issue.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•