aboutsummaryrefslogtreecommitdiff
path: root/doc/special_remotes
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c <Justin@web>2013-05-19 05:56:46 +0000
committerGravatar admin <admin@branchable.com>2013-05-19 05:56:46 +0000
commit762582a88cd706a5c4ab0c5a1407216fd34b2f03 (patch)
tree42f8edcf09f5c64f841da62f1bc6b17e59a03e5b /doc/special_remotes
parentd78cb2986c8f5c3424746b8c59d67b6c52222aff (diff)
Added a comment
Diffstat (limited to 'doc/special_remotes')
-rw-r--r--doc/special_remotes/glacier/comment_3_cea5bcb162e4288847ba5f25464a0406._comment28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/special_remotes/glacier/comment_3_cea5bcb162e4288847ba5f25464a0406._comment b/doc/special_remotes/glacier/comment_3_cea5bcb162e4288847ba5f25464a0406._comment
new file mode 100644
index 000000000..8a8b914ad
--- /dev/null
+++ b/doc/special_remotes/glacier/comment_3_cea5bcb162e4288847ba5f25464a0406._comment
@@ -0,0 +1,28 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c"
+ nickname="Justin"
+ subject="comment 3"
+ date="2013-05-19T05:56:45Z"
+ content="""
+Hi! :)
+
+The main issue I'm hitting is the \"Multiple rows were found for one()\" error. I think I get this when git-annex tries to upload the same file twice (which may be a bug in git-annex, which could apply de-duplication earlier), but I think I also get it when trying to upload a file whose upload I've canceled in the past.
+
+I don't quite understand what git-annex needs here, and I totally understand that you're writing a general-purpose tool. But there does seem to be an issue that git-annex needs fixed one way or another.
+
+I'm happy to try fixing it myself if you can help me understand what's going on (I didn't quite understand your review in the PR), but if I'm the only person in the world using git-annex to back up to glacier, that scares me a little!
+
+ copy foo/bar/baz (checking glacier...) Traceback (most recent call last):
+ File \"/home/jlebar/code/glacier-cli/glacier\", line 694, in <module>
+ App().main()
+ File \"/home/jlebar/code/glacier-cli/glacier\", line 680, in main
+ args.func(args)
+ File \"/home/jlebar/code/glacier-cli/glacier\", line 579, in archive_checkpresent
+ last_seen = self.cache.get_archive_last_seen(args.vault, args.name)
+ File \"/home/jlebar/code/glacier-cli/glacier\", line 157, in get_archive_last_seen
+ result = self._get_archive_query_by_ref(vault, ref).one()
+ File \"/usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/query.py\", line 2182, in one
+ \"Multiple rows were found for one()\")
+ sqlalchemy.orm.exc.MultipleResultsFound: Multiple rows were found for one()
+
+"""]]