This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients flox, loewis, pitrou
Date 2011-11-19.15:44:45
SpamBayes Score 8.592449e-06
Marked as misclassified No
Message-id <1321717486.33.0.411354256352.issue13434@psf.upfronthosting.co.za>
In-reply-to
Content
time.xmlrpc.com seems dead (no DNS entry), which leads to failures on one of the stable buildbots (redirecting DNS catchall?):

======================================================================
ERROR: test_current_time (test.test_xmlrpc_net.CurrentTimeTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/test/test_xmlrpc_net.py", line 19, in test_current_time
    t0 = server.currentTime.getCurrentTime()
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/xmlrpc/client.py", line 1089, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/xmlrpc/client.py", line 1420, in __request
    verbose=self.__verbose
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/xmlrpc/client.py", line 1131, in request
    return self.single_request(host, handler, request_body, verbose)
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/xmlrpc/client.py", line 1163, in single_request
    dict(resp.getheaders())
xmlrpc.client.ProtocolError: <ProtocolError for time.xmlrpc.com/RPC2: 303 See Other>
History
Date User Action Args
2011-11-19 15:44:46pitrousetrecipients: + pitrou, loewis, flox
2011-11-19 15:44:46pitrousetmessageid: <1321717486.33.0.411354256352.issue13434@psf.upfronthosting.co.za>
2011-11-19 15:44:45pitroulinkissue13434 messages
2011-11-19 15:44:45pitroucreate