Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: BeatBoxXmlGenerator instance has no attribute '_out' #18

Closed
6farer opened this issue Jul 7, 2014 · 2 comments
Closed

Comments

@6farer
Copy link

6farer commented Jul 7, 2014

Error when trying to login.

Here is the issue on google code. Applying the recommended 'patch' does not seem to work.
https://code.google.com/p/salesforce-beatbox/issues/detail?id=14

@6farer
Copy link
Author

6farer commented Jul 7, 2014

fix for this:

Line 135:

class BeatBoxXmlGenerator(XMLGenerator):
    def __init__(self, destination, encoding):
        self._out = destination
        XMLGenerator.__init__(self, destination, encoding)

notice ' self._out = destination'

Please merge.

@gergalerg
Copy link

Thank you that worked for me.

For some reason it was working on a production server but not on my local machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants