Downloading packages through Red Hat Network API returns the message "The requested file is too large to download over XMLRPC"

Solution Unverified - Updated -

Issue

  • Downloading packages through Red Hat Network API returns the message "The requested file is too large to download over XMLRPC"

        get_package = client.packages.getPackage(key,int(pkg_id))
      File "/usr/lib64/python2.7/xmlrpclib.py", line 1224, in __call__
        return self.__send(self.__name, args)
      File "/usr/lib64/python2.7/xmlrpclib.py", line 1570, in __request
        verbose=self.__verbose
      File "/usr/lib64/python2.7/xmlrpclib.py", line 1264, in request
        return self.single_request(host, handler, request_body, verbose)
      File "/usr/lib64/python2.7/xmlrpclib.py", line 1297, in single_request
        return self.parse_response(response)
      File "/usr/lib64/python2.7/xmlrpclib.py", line 1468, in parse_response
        return u.close()
      File "/usr/lib64/python2.7/xmlrpclib.py", line 793, in close
        raise Fault(**self._stack[0])
    xmlrpclib.Fault: <Fault 2302: 'redstone.xmlrpc.XmlRpcFault: The requested file is too large to download over XMLRPC.'>
    

Environment

  • Red Hat Network Satellite 5.4.1

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.