You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Jeff Hammerbacher (JIRA)" <ji...@apache.org> on 2010/04/05 02:57:27 UTC

[jira] Updated: (AVRO-496) python sample_http_client.py is broken

     [ https://issues.apache.org/jira/browse/AVRO-496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Hammerbacher updated AVRO-496:
-----------------------------------

    Fix Version/s: 1.4.0
           Status: Patch Available  (was: Open)

> 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
>            Assignee: Jeff Hammerbacher
>             Fix For: 1.4.0
>
>         Attachments: AVRO-496.patch
>
>
> 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.