Closed sim0nx closed 7 years ago
Hi @sim0nx, thx for your commit.
Of course the issue on travis is not your fault.
Could you pls remove all occurrences of --use-mirrors
in the .travis.yml
and push again on this PR?
Hi, Sure, done :-)
Hmm it still fails with the same error, looks like travis does not take the latest commit into account...hmm
I opened a new PR #50 to try to fix the travis run problem
When fetching binary attachments from RT with a returned content-type of application/octet-stream; trying to decode the body as utf-8 does not work and throws an exception.
The following is a simple fix to just ignore any decoding issues and fixes the issue.
Any chance you could merge this please?