Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels