You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Chris Goffinet (JIRA)" <ji...@apache.org> on 2009/10/27 19:40:59 UTC

[jira] Updated: (THRIFT-612) readFrame being called out of scope

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

Chris Goffinet updated THRIFT-612:
----------------------------------

    Attachment: 0001-Added-self-so-that-readFrame-does-not-throw-an-error.patch

> readFrame being called out of scope
> -----------------------------------
>
>                 Key: THRIFT-612
>                 URL: https://issues.apache.org/jira/browse/THRIFT-612
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Python)
>    Affects Versions: 0.1, 0.2
>            Reporter: Chris Goffinet
>             Fix For: 0.1, 0.2
>
>         Attachments: 0001-Added-self-so-that-readFrame-does-not-throw-an-error.patch
>
>
> ERROR:root:global name 'readFrame' is not defined
> Traceback (most recent call last):
>     fastbinary.decode_binary(self, iprot.trans, (self.__class__, self.thrift_spec))
>   File "build/bdist.macosx-10.6-i386/egg/thrift/transport/TTransport.py", line 301, in cstringio_refill
>     readFrame()
> NameError: global name 'readFrame' is not defined

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