summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-05-16 14:22:26 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-05-16 14:22:26 -0400
commit4c816e4f7df10c031320a73246764d8303c64d3e (patch)
tree4b8eb14fe59c80eb1a793445b7665f0829ed4a66
parent3c66a7bfd120041a1fb29afa4ff5981d0721e1e2 (diff)
glacier-cli python3 bug nearly for sure
-rw-r--r--doc/bugs/glacier.mdwn4
-rw-r--r--doc/bugs/glacier/comment_1_257c401ee74fd48f0b2930f18b82c8c9._comment14
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/glacier.mdwn b/doc/bugs/glacier.mdwn
index b6887a85a..cca9d3923 100644
--- a/doc/bugs/glacier.mdwn
+++ b/doc/bugs/glacier.mdwn
@@ -1,3 +1,5 @@
+[[!meta title="glacier-cli fails with backtrace"]]
+
### Please describe the problem.
Amazon Glacier remote doesn't work as expected. It seems like glacier-cli no longer works with git-annex.
@@ -97,3 +99,5 @@ git-annex: copy: 1 failed
Yes it's a great tool :). Thanks!
AWS Glacier integration would be a perfect addition and I could employ git-annex at my company.
+> Closing as it's not a bug in git-annex, but glacier-cli. [[done]]
+> --[[Joey]]
diff --git a/doc/bugs/glacier/comment_1_257c401ee74fd48f0b2930f18b82c8c9._comment b/doc/bugs/glacier/comment_1_257c401ee74fd48f0b2930f18b82c8c9._comment
new file mode 100644
index 000000000..ad6c3e9f6
--- /dev/null
+++ b/doc/bugs/glacier/comment_1_257c401ee74fd48f0b2930f18b82c8c9._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2017-05-16T18:19:13Z"
+ content="""
+That looks rather more like a bug in glacier-cli than a bug in git-annex to
+me.
+
+"expected a bytes-like object, str found" has a ton of google hits,
+and looks to be breakage related to python 3's changes to string handling.
+
+Please file a bug on glacier-cli, and consider making it use python 2 until
+it can be fixed. I'll bet python 2 will avoid this problem.
+"""]]