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

Accountlist object should be iterable #12

Open
kevinmanncito opened this issue Jun 10, 2015 · 3 comments
Open

Accountlist object should be iterable #12

kevinmanncito opened this issue Jun 10, 2015 · 3 comments

Comments

@kevinmanncito
Copy link

We are getting errors come in on Sentry where we try and iterate over the accounts in an Accountlist on discover accounts and confirm challenge and the Accountlist object is not iterable. Any ideas why that could be happening? Is it possible Intuit isn't consistent with how they send back data?

@glenbot
Copy link
Owner

glenbot commented Jun 10, 2015

That could be it. There have been somes issue with the XML parser in the past too. It's hard to tell what is happening in the XML to OBJECT interpretation under the hood without the XML causing the issue. This is igniting the fire under me to release the JSON version of the API which is about 1/2 done.

@kevinmanncito
Copy link
Author

That would be great, in the meantime Ill take a closer at the current issue here and see if I can figure out exactly what is happening.

@kevinmanncito
Copy link
Author

If it helps anything the accountlist that isn't iterable almost always comes back on the confirm challenge call. Only a couple of times has it come through wrong in the discover accounts.

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

2 participants