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
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