[Python-Dev] code.python.org - random 403 errors (original) (raw)
Victor Stinner victor.stinner at haypocalc.com
Fri Apr 23 18:07:22 CEST 2010
- Previous message: [Python-Dev] code.python.org - random 403 errors
- Next message: [Python-Dev] Inconsistent nesting of scopes in exec(..., locals())
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Le jeudi 22 avril 2010 22:14:48, Sridhar Ratnakumar a écrit :
I am seeing random 403 errors when cloning the mercurial repositories of Python.
I don't know if it is related, but I get errors from the bbreport tool:
$ python2.6 bbreport.py 3.x Selected builders: 20 / 80 (branch: 3.x)
Traceback (most recent call last): File "bbreport.py", line 903, in builders = main() File "bbreport.py", line 853, in main for xrb in proxy.getLastBuildsAllBuilders(limit): File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in call return self.__send(self.__name, args) File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request verbose=self.__verbose File "/usr/lib/python2.6/xmlrpclib.py", line 1253, in request return self._parse_response(h.getfile(), sock) File "/usr/lib/python2.6/xmlrpclib.py", line 1392, in _parse_response return u.close() File "/usr/lib/python2.6/xmlrpclib.py", line 838, in close raise Fault(**self._stack[0]) xmlrpclib.Fault: <Fault 8002: 'error'>
Did the buildbot configuration/version changed recently?
-- Victor Stinner http://www.haypocalc.com/
- Previous message: [Python-Dev] code.python.org - random 403 errors
- Next message: [Python-Dev] Inconsistent nesting of scopes in exec(..., locals())
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]