- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
UnicodeEncodeError from getTransactionListRequest
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Alright, opened one. Thanks, @RichardH.
โ03-10-2017 07:06 AM

