glacier-cli python3 bug nearly for sure

This commit is contained in:
Joey Hess 2017-05-16 14:22:26 -04:00
parent e0a8e3f414
commit e858c959f7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,5 @@
[[!meta title="glacier-cli fails with backtrace"]]
### Please describe the problem. ### Please describe the problem.
Amazon Glacier remote doesn't work as expected. It seems like glacier-cli no longer works with git-annex. 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! Yes it's a great tool :). Thanks!
AWS Glacier integration would be a perfect addition and I could employ git-annex at my company. 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]]

View file

@ -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.
"""]]