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

XML pareser error since few weeks. Did amex changed api? #4

Open
fiberwings opened this issue Apr 18, 2020 · 2 comments
Open

XML pareser error since few weeks. Did amex changed api? #4

fiberwings opened this issue Apr 18, 2020 · 2 comments

Comments

@fiberwings
Copy link

Since few weeks my code using pyamex stop working at:

client = AmexClient(username='xxxxxxxx', password='xxxxxxx', locale='en_GB')
accounts = client.accounts()

Traceback (most recent call last):
File "", line 1, in
File "/home/xxxxxx/.local/lib/python3.7/site-packages/pyamex/client.py", line 66, in accounts
xml_tree = xml.etree.cElementTree.fromstring(response)
File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
parser.feed(text)
xml.etree.ElementTree.ParseError: syntax error: line 1, column 0

@Denis-Step
Copy link

I get the same issue.

@thevickypedia
Copy link

Me too
xml.etree.ElementTree.ParseError: syntax error: line 1, column 0

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