Hello,
I'm making a request to get a TransactionList from a batchId but am encountering a UnicodeEncodeError:
{UnicodeEncodeError}'ascii' codec can't encode characters in position 6631-6632: ordinal not in range(128)
It's erroring on line 162, of apicontrollersbase.py:
domResponse = xml.dom.minidom.parseString(self._httpResponse)
self._httpResponse contains character u'\xe9'. So I was able to pass a unicode character to create a transaction but am not able to get that information back.
Help?
Thanks,
Emily
03-09-2017 02:23 PM - edited 03-09-2017 02:24 PM
Hello @echien
I would recommend opening an issue on GitHub. This will notify the developers directly who typically respond quickly.
Richard
03-09-2017 07:14 PM
Alright, opened one. Thanks, @RichardH.
03-10-2017 07:06 AM