From 4c816e4f7df10c031320a73246764d8303c64d3e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 May 2017 14:22:26 -0400 Subject: glacier-cli python3 bug nearly for sure --- doc/bugs/glacier.mdwn | 4 ++++ .../comment_1_257c401ee74fd48f0b2930f18b82c8c9._comment | 14 ++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 doc/bugs/glacier/comment_1_257c401ee74fd48f0b2930f18b82c8c9._comment 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. +"""]] -- cgit v1.2.3