Issue 3076: test_xmlrpc_net fails - Python tracker (original) (raw)
Latest py3k branch,
test_xmlrpc_net test test_xmlrpc_net failed -- Traceback (most recent call last): File "/Users/cartman/Sources/py3k/Lib/test/test_xmlrpc_net.py", line 18, in test_current_time t0 = server.currentTime.getCurrentTime() File "/Users/cartman/Sources/py3k/Lib/xmlrpc/client.py", line 1095, in call return self.__send(self.__name, args) File "/Users/cartman/Sources/py3k/Lib/xmlrpc/client.py", line 1353, in __request verbose=self.__verbose File "/Users/cartman/Sources/py3k/Lib/xmlrpc/client.py", line 1136, in request return self._parse_response(resp, None) File "/Users/cartman/Sources/py3k/Lib/xmlrpc/client.py", line 1246, in _parse_response p.feed(response) File "/Users/cartman/Sources/py3k/Lib/xmlrpc/client.py", line 516, in feed self._parser.Parse(data, 0) xml.parsers.expat.ExpatError: mismatched tag: line 10, column 7
This is MacOSX Leopard 10.5.3
On Tue, Jun 10, 2008 at 4:27 PM, Amaury Forgeot d'Arc <report@bugs.python.org> wrote:
Amaury Forgeot d'Arc <amauryfa@gmail.com> added the comment:
But (try a Google search) xmlrpc.com is the main site for xml-rpc resources! What kind of site should we use for testing?
Take a look at xmlrpc.com. It seems that it is temporarily down, so we should be back and running soon.