From f5b916bee1542fbce0efee758608615794dd76ed Mon Sep 17 00:00:00 2001 From: "dave@2ab82f485adf7e2ce787066e35f5f9789bff430b" Date: Wed, 26 Aug 2015 21:54:08 +0000 Subject: Added a comment: re: UnicodeDecodeError --- .../comment_13_6ef8735fbd357a09dafe254c8da3b1a8._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/special_remotes/glacier/comment_13_6ef8735fbd357a09dafe254c8da3b1a8._comment (limited to 'doc/special_remotes/glacier/comment_13_6ef8735fbd357a09dafe254c8da3b1a8._comment') diff --git a/doc/special_remotes/glacier/comment_13_6ef8735fbd357a09dafe254c8da3b1a8._comment b/doc/special_remotes/glacier/comment_13_6ef8735fbd357a09dafe254c8da3b1a8._comment new file mode 100644 index 000000000..58ac2ada6 --- /dev/null +++ b/doc/special_remotes/glacier/comment_13_6ef8735fbd357a09dafe254c8da3b1a8._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="dave@2ab82f485adf7e2ce787066e35f5f9789bff430b" + nickname="dave" + subject="re: UnicodeDecodeError" + date="2015-08-26T21:54:08Z" + content=""" +This part: + + File \"/usr/lib/python2.7/httplib.py\", line 833, in _send_output + msg += message_body + UnicodeDecodeError: 'ascii' codec can't decode byte 0x8c in position 0: ordinal not in range(128) + +Tells me that you need to read [glacier-cli problem report #61](https://github.com/basak/glacier-cli/issues/61). + +There is a one-line [code change in a library named boto](https://github.com/felixonmars/boto/commit/0676eaf014f56279908cdd3409a5bb6895e86bf6) (glacier-cli depends on it) which will fix this. (And probably that change will get merged in sometime, so you won't have to do this anymore.) +"""]] -- cgit v1.2.3