python sample_http_client.py is broken
--------------------------------------

                 Key: AVRO-496
                 URL: https://issues.apache.org/jira/browse/AVRO-496
             Project: Avro
          Issue Type: Bug
          Components: python
            Reporter: Jeff Hodges


sample_http_client.py is currently borked.

{quote}
→  PYTHONPATH=src python test/sample_http_client.py jane jeff hello 1
Traceback (most recent call last):
  File "test/sample_http_client.py", line 89, in <module>
    requestor = make_requestor(SERVER_HOST, SERVER_PORT, MAIL_PROTOCOL)
  File "test/sample_http_client.py", line 64, in make_requestor
    client = ipc.HTTPTransceiver(conn)
TypeError: __init__() takes exactly 3 arguments (2 given)
{quote}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to