Skip to content

Address unicode failures by using requests response.content#23

Merged
graysonarts merged 1 commit intomasterfrom
bugfix-address-unicode-failures
Sep 8, 2016
Merged

Address unicode failures by using requests response.content#23
graysonarts merged 1 commit intomasterfrom
bugfix-address-unicode-failures

Conversation

@graysonarts
Copy link
Contributor

ElementTree can handle encoded unicode, so we use response.content rather than response.text which tries to decode the unicode.

…an text so things are encoded properly when passed to element tree
@t8y8
Copy link
Collaborator

t8y8 commented Sep 8, 2016

Reminds me of t8y8/rickbot@2462df6

🚀

@graysonarts graysonarts merged commit cd8969b into master Sep 8, 2016
@graysonarts graysonarts deleted the bugfix-address-unicode-failures branch September 8, 2016 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants