pivotal_tools icon indicating copy to clipboard operation
pivotal_tools copied to clipboard

Use the binary response content instead of unicode

Open ropez opened this issue 10 years ago • 0 comments

Apparently, ElementTree likes to do it's own decoding. It raises a UnicodeError when given the decoded response.text, but it works fine when given the raw response.content.

ropez avatar May 20 '14 11:05 ropez