Something broke! (Error 500)

2013-03-22 Thread premod dev
Hi, We are getting the below error on browser when trying to access some of the existing reviews. Something broke! (Error 500)It appears something broke when you tried to go to here. This is either a bug in Review Board or a server configuration error. Please report this to your administrator.

Re: Something broke! (Error 500)

2013-03-22 Thread David Trowbridge
Review Board 1.0.9 is *very* old. It looks like a username in your database has some problems, but we really can't help you with versions this old here in the community forums, because it's a lot of work to dig through very old releases to figure out what might be fixed in a newer one. -David On

Re: Integration of Review Board with Perforce

2013-03-22 Thread SHWETA AHER
Thanks David for the reply, > We want to send the file form Perforce to Review Board without logging into Review Board. We are not getting how this connectivity can be achieved? -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let

Re: Getting 404 (NOT FOUND) while saving review comment

2013-03-22 Thread kvr
Thanks for your reply. Hope it does not break any thing in my review request. On Friday, March 22, 2013 2:27:50 AM UTC+5:30, David Trowbridge wrote: > > Yes, that's currently expected. We don't intend to allow commenting on > diffs before the review request is public, but we have a long-standing

bug with negative indexing

2013-03-22 Thread A.M.
Using the API, reviewboard throws a 500 error due to an AssertionError in the backend when using a negative index for "max-results". Ideally, the failure case should be caught sooner and result in a proper error. -M -- Want to help the Review Board project? Donate today at http://www.reviewboar

python API: target_people access fails

2013-03-22 Thread A.M.
Hello, I am trying to extract user names from the review_request.target_people but I receive an unexpected exception. review_requests = rb_conn.get_root().get_review_requests(time_added_from=time_added, status='pending',max_results=

Re: Integration of Review Board with Perforce

2013-03-22 Thread David Trowbridge
Are you asking about automatically creating review requests when changes are committed to the perforce depot? -David On Fri, Mar 22, 2013 at 3:25 AM, SHWETA AHER wrote: > Thanks David for the reply, >> > We want to send the file form Perforce to Review Board without logging > into Review B

Re: python API: target_people access fails

2013-03-22 Thread Steven MacLeod
That looks correct. I'm not quire sure what's going wrong. Could you provide me with the JSON payload being used to create the review request resource. You can get this by running: review_requests = rb_conn.get_root().get_review_ requests(time_added_from=time_added, status='pending', max_results

Re: python API: target_people access fails

2013-03-22 Thread A.M.
On Fri, 22 Mar 2013 15:25:48 -0400, Steven MacLeod wrote: > That looks correct. I'm not quire sure what's going wrong. > > Could you provide me with the JSON payload being used to create the review > request resource. You can get this by running: > > > review_requests = rb_conn.get_root().get_r

Re: python API: target_people access fails

2013-03-22 Thread Steven MacLeod
What version of python are you running? On Fri, Mar 22, 2013 at 3:54 PM, A.M. wrote: > On Fri, 22 Mar 2013 15:25:48 -0400, Steven MacLeod > wrote: > > That looks correct. I'm not quire sure what's going wrong. > > > > Could you provide me with the JSON payload being used to create the > review

Re: Integration of Review Board with Perforce

2013-03-22 Thread SHWETA AHER
Hello David, Suppose user is working in Perforce and he needs to send file for review. Instead of logging into Review Board I want to send that file directly from Perforce to Review Board for reviewing.Can you please help me with this, like what in the Review Board's back-end nee