Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-05-27 Thread reviewboard
Comment #24 on issue 3729 by pierre.k...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 I have encountered the same issue with RBTools 0.7.2 on window 7 64 bit when running the command rbt diff -d from command line. Does anyone

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-05-24 Thread reviewboard
Comment #23 on issue 3729 by jyx140...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 $ rbt post -g --debug RBTools 0.7.2 Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] Running on

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-05-24 Thread reviewboard
Comment #22 on issue 3729 by jyx140...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 RBTools 0.7.2 Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] Running on Windows-7-6.1.7601-SP1 Home =

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-04-19 Thread reviewboard
Comment #21 on issue 3729 by luoyongg...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 Making HTTP GET request to https://reviewboard.mozilla.org/api/validation/diffs/ Making HTTP POST request to

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-03-12 Thread reviewboard
Comment #18 on issue 3729 by odal...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 I have the same error on Win 7 when I'm trying to add a repository via the reviewboard admin page. I have checked the __init__.py file and the

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-03-12 Thread reviewboard
Comment #19 on issue 3729 by trowb...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 The given error is coming from RBTools, so it's impossible to get the same one when trying to add a repository. Please open a separate bug. --

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-02-05 Thread reviewboard
Comment #16 on issue 3729 by brandonj...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 fyi, i had the same issue yesterday and today with the reported version. glad to see these things are aligning -- You received this message

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-02-05 Thread reviewboard
Updates: Status: NeedInfo Comment #17 on issue 3729 by chip...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 @brandon: Can you give 0.7.1 a try and see if it's working for you now? -- You received this message because

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-02-03 Thread reviewboard
Updates: Status: PendingReview Owner: chip...@gmail.com Comment #15 on issue 3729 by chip...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 I've fixed several other issues on Windows. See

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-30 Thread reviewboard
Comment #14 on issue 3729 by michael@activeenergy.ie: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 rbt status -d RBTools 0.7 Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] Running on

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-29 Thread reviewboard
Comment #12 on issue 3729 by michael@activeenergy.ie: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 Now have this... rbt status WARNING: You are not authenticated with the Review Board server at http://review.xx.xx, please login.

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-29 Thread reviewboard
Comment #13 on issue 3729 by chip...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 Can you provide a debug log (use --debug) -- You received this message because this project is configured to send all issue notifications to

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-28 Thread reviewboard
Comment #11 on issue 3729 by chip...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 We'll try to get a release out shortly. Thanks for the testing and patience. Let me know if you notice any further issues related to this. --

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-28 Thread reviewboard
Comment #8 on issue 3729 by chip...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 @JustinPalmer77: Can you also try modifying rbtools/commands/__init__.py, line 625 (ish), and changing: return getpass.getpass('Password: ')

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-28 Thread reviewboard
Comment #9 on issue 3729 by jeffrey@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 Windows 7 x64, same problem, etc. With your latest suggestion from this morning (getpass.getpass), I can now successfully rbt post. Thanks!

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-28 Thread reviewboard
Comment #10 on issue 3729 by justinpa...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 Your latest suggestion resolves the defect for me as well. I eagerly await next release when I can tell people to use new installer. -- You

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-21 Thread reviewboard
Updates: Status: NeedInfo Labels: Project-RBTools Component-RBTools Milestone-RBTools-Release0.8.x Comment #3 on issue 3729 by chip...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 Can someone try changing these

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-21 Thread reviewboard
Comment #5 on issue 3729 by chip...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 Can you show the stack trace with that error? -- You received this message because this project is configured to send all issue notifications to

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-21 Thread reviewboard
Comment #6 on issue 3729 by justinpa...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 rbt post -d -g RBTools 0.7 Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)] Running on Windows-8-6.2.9200 Home =

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-21 Thread reviewboard
Comment #2 on issue 3729 by justinpa...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 Ditto, also Windows 8.1. I saw it after using easy_install as well as after using the new self-contained installer. Thanks for the latter,

Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-20 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3729 by tanists...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its entirety, or your bug