You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.