Re: post-review and HTTP Auth doesn't seem to be working

2012-02-29 Thread Joshua Shanks
I just installed and tried this with all versin of RBTools from 2.0 to 4.1 and 3.3 seems to get it the most right but even that doesn't work $ rm ~/.post-review-cookies.txt ; post-review ==> HTTP Authentication Required Enter authorization information for "Development" at hostname Username: josh P

Re: post-review and HTTP Auth doesn't seem to be working

2012-02-29 Thread Joshua Shanks
looks like I clipped the last line, reran and full output below. $ post-review Traceback (most recent call last): File "/usr/local/bin/post-review", line 9, in load_entry_point('RBTools==0.4.1', 'console_scripts', 'post- review')() File "/usr/local/lib/python2.7/dist-packages/RBTools-0.4.

Re: post-review and HTTP Auth doesn't seem to be working

2012-02-29 Thread David Trowbridge
The traceback seems to have been cut off. Do you have the last few lines? -David On Wed, Feb 29, 2012 at 4:17 PM, Joshua Shanks wrote: > If I turn off http auth around my install of review board post-review > works just fine. If I turn it on no passing in of the --http-* > parameters or settin

post-review and HTTP Auth doesn't seem to be working

2012-02-29 Thread Joshua Shanks
If I turn off http auth around my install of review board post-review works just fine. If I turn it on no passing in of the --http-* parameters or setting of HTTP_* in the .reviewboardrc file works and always results in the exception listed below. I can do basic auth from multiple browsers and logi