summaryrefslogtreecommitdiff
path: root/doc/special_remotes
diff options
context:
space:
mode:
authorGravatar dave@2ab82f485adf7e2ce787066e35f5f9789bff430b <dave@web>2015-08-26 21:54:08 +0000
committerGravatar admin <admin@branchable.com>2015-08-26 21:54:08 +0000
commitf5b916bee1542fbce0efee758608615794dd76ed (patch)
tree16d398a17a8945a2947ec5f9ee75b8345c2b97a6 /doc/special_remotes
parent11f8be19d5e012962e93c0473d7fe546e5dc2655 (diff)
Added a comment: re: UnicodeDecodeError
Diffstat (limited to 'doc/special_remotes')
-rw-r--r--doc/special_remotes/glacier/comment_13_6ef8735fbd357a09dafe254c8da3b1a8._comment16
1 files changed, 16 insertions, 0 deletions
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.)
+"""]]