Re: Review Board python api with version 1.7.27

2016-12-02 Thread Zach Brown
The hack you suggested (body_top="") works. Thank you for the help. On Thursday, December 1, 2016 at 4:33:04 PM UTC-6, Christian Hammond wrote: > > Hi Zach, > > My guess is it's the mod_python support. Looking in Django 1.4's code for > that, it assumes the existence of a "Content-Type" header

Re: Review Board python api with version 1.7.27

2016-12-01 Thread Christian Hammond
Hi Zach, My guess is it's the mod_python support. Looking in Django 1.4's code for that, it assumes the existence of a "Content-Type" header in the request. This doesn't exist in your particular case. Looking at RBTools's code, we only set the Content-Type if the request has a body. Your request

Re: Review Board python api with version 1.7.27

2016-12-01 Thread Zach Brown
Here's the server side stack trace. Traceback (most recent call last): File "/opt/apps/reviewboard/rbinstall/usr/lib/python2.6/site-packages/Django-1.4.13-py2.6.egg/django/core/handlers/base.py", line 109, in get_response response = callback(request, *callback_args, **callback_kwargs)

Re: Review Board python api with version 1.7.27

2016-12-01 Thread David Trowbridge
It looks like you're actually hitting a bug on the server side. Can you look in the log file and see if you can find a traceback? -David On Thu, Dec 1, 2016 at 8:28 AM Zach Brown wrote: > I'm attempting to create review. I've done it before successfully when I > was

Re: Review Board python api with version 1.7.27

2016-12-01 Thread Zach Brown
I'm attempting to create review. I've done it before successfully when I was using a different server that was more up to date. Here's code that causes the issue I'm experiencing. The client object is correctly authenticated user who has access to the review in question. root =

Re: Review Board python api with version 1.7.27

2016-11-30 Thread Christian Hammond
Hi Zach, RBTools is supposed to work with Review Board 1.7.x. Can you show me the problems you're hitting, along with a debug log? Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On Wed, Nov 30, 2016

Review Board python api with version 1.7.27

2016-11-30 Thread Zach Brown
I'm working with a a Review Board v1.7.27, which is out of date I know, but I can't do anything about that. My issue is I'm trying to use RBTools and I'm running into some issues I suspect are compatibility issues. Is there documentation somewhere about which version of RBTools to use for a