Skip to content

proxiedtransport's send_request method is missing a parameter #127

Closed
@seanmlyons22

Description

@seanmlyons22

As of the xmlrpc version in Python version 3.7.6 the send_request method of class Transport that is overridden by proxiedtransport.py::send_request is missing the debug parameter.

Steps to reproduce

  1. Use Python 3.7.6
  2. Have http_proxy and https_proxy set as environment variables
  3. Call getProjects for example
  4. observe exception with traceback that ends in :
http_conn = self.send_request(host, handler, request_body, verbose)
TypeError: send_request() takes 4 positional arguments but 5 were given

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions