From 6f34a1d989c6d3df731a6840c5c8c99fc65fbb27 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 27 Nov 2012 20:32:47 +0000 Subject: Added a comment --- .../comment_5_c5b33c7a8aa8e6d0f9349510dac2366d._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/XMPP_email_setup_says_wrong_password_but_it__39__s_correct._Can_I_provide_some_kind_of_debug_data__63__/comment_5_c5b33c7a8aa8e6d0f9349510dac2366d._comment diff --git a/doc/forum/XMPP_email_setup_says_wrong_password_but_it__39__s_correct._Can_I_provide_some_kind_of_debug_data__63__/comment_5_c5b33c7a8aa8e6d0f9349510dac2366d._comment b/doc/forum/XMPP_email_setup_says_wrong_password_but_it__39__s_correct._Can_I_provide_some_kind_of_debug_data__63__/comment_5_c5b33c7a8aa8e6d0f9349510dac2366d._comment new file mode 100644 index 000000000..58fb0242b --- /dev/null +++ b/doc/forum/XMPP_email_setup_says_wrong_password_but_it__39__s_correct._Can_I_provide_some_kind_of_debug_data__63__/comment_5_c5b33c7a8aa8e6d0f9349510dac2366d._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.6.49" + subject="comment 5" + date="2012-11-27T20:32:47Z" + content=""" +Hmm, I can't think of anything I've changed that would make it work where it didn't before. + +I suspect the google apps problem is because it looks for a SRV record in DNS to find the jabber server, and something is wrong there. Without knowing what \"something@somedomain.com\" is standing for, it's hard to tell. :) + +If you'd like to set me up something to test with, my email address is id@joeyh.name +"""]] -- cgit v1.2.3 From ab3541a1bcfe9f2bb6cade097231f01c045de46d Mon Sep 17 00:00:00 2001 From: "http://sunny256.sunbase.org/" Date: Tue, 27 Nov 2012 20:57:19 +0000 Subject: Add bug report about invalid JSON in git annex -j sync --- ..._output_broken_with___34__git_annex_sync__34__.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/JSON_output_broken_with___34__git_annex_sync__34__.mdwn diff --git a/doc/bugs/JSON_output_broken_with___34__git_annex_sync__34__.mdwn b/doc/bugs/JSON_output_broken_with___34__git_annex_sync__34__.mdwn new file mode 100644 index 000000000..b53ddf957 --- /dev/null +++ b/doc/bugs/JSON_output_broken_with___34__git_annex_sync__34__.mdwn @@ -0,0 +1,18 @@ +What steps will reproduce the problem? + + $ git annex -j sync | json_reformat + +What is the expected output? What do you see instead? + +Expecting valid JSON, instead this happens: + + $ git annex -j sync | json_reformat + lexical error: invalid char in json text. + {"command":"commit","file":""# On branch master nothing to c + (right here) ------^ + $ + + +What version of git-annex are you using? On what operating system? + +Newest standalone (3.20121126), Linux i386. The "joson_reformat" program is from the "yajl-tools" .deb package. -- cgit v1.2.3 From c71a5906318cd1172d41d08698c7aa77061e71f7 Mon Sep 17 00:00:00 2001 From: "Øyvind A. Holm" Date: Tue, 27 Nov 2012 21:58:44 +0100 Subject: Typo fix and remove trailing whitespace In the bug report I just posted. 52e208c6-38d5-11e2-be82-00c0a8deee11 --- doc/bugs/JSON_output_broken_with___34__git_annex_sync__34__.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/bugs/JSON_output_broken_with___34__git_annex_sync__34__.mdwn b/doc/bugs/JSON_output_broken_with___34__git_annex_sync__34__.mdwn index b53ddf957..00a4c2237 100644 --- a/doc/bugs/JSON_output_broken_with___34__git_annex_sync__34__.mdwn +++ b/doc/bugs/JSON_output_broken_with___34__git_annex_sync__34__.mdwn @@ -6,13 +6,13 @@ What is the expected output? What do you see instead? Expecting valid JSON, instead this happens: - $ git annex -j sync | json_reformat + $ git annex -j sync | json_reformat lexical error: invalid char in json text. {"command":"commit","file":""# On branch master nothing to c (right here) ------^ - $ + $ What version of git-annex are you using? On what operating system? -Newest standalone (3.20121126), Linux i386. The "joson_reformat" program is from the "yajl-tools" .deb package. +Newest standalone (3.20121126), Linux i386. The "json_reformat" program is from the "yajl-tools" .deb package. -- cgit v1.2.3