Re: Creating a review with Python API

2013-05-28 Thread Steven MacLeod
Hi Sundeep, The minimum Review Board version which fully supports the RBTools API Client is RB 1.6.12. It's possible to use the API Client with slightly older versions, but certain operations will not be supported (I highly recommend upgrading to at least 1.6.12, if not to an even more recent vers

Re: Cannot upload diff/patch file

2013-05-28 Thread David Trowbridge
What diff file are you uploading? -David On Sun, May 26, 2013 at 4:32 AM, Michael Vu wrote: > Dear All, > I try to create a Review Request on demo site. > But when uploading diff file, the UI keeps showing loading... forever, and > never complete :(. > > Anyway to work around? > > -- > Want to

Re: Unable to view diff for multiple files.

2013-05-28 Thread Christian Hammond
The two issues are related. I have absolutely no idea how the user's profile entry is ending up with that value set to.. null? Or something. Actually, for any user hitting this, I'd love to get an SQL dump of their accounts_profile table entry, if you can find it, before they fix it with the

Re: Unable to view diff for multiple files.

2013-05-28 Thread Matthew Woehlke
On 2013-05-28 13:22, Kristin Thomas wrote: Some more info, when this is not working, the page source has the following: var gOpenAnIssue = ; instead of: var gOpenAnIssue = true; Um... this seems familiar. Have you upgraded through a number of RB versions? Is the user having trouble either n

Re: Unable to view diff for multiple files.

2013-05-28 Thread Ken Rachynski
Hi, We just ran across this issue on a recent installation ourselves; one single user out of 18 reported this behaviour. While tracking this down, I spotted a seemingly unrelated issue where gOpenAnIssue wasn't being set despite the user's account settings saying that it was. Getting my collea

Re: Creating a review with Python API

2013-05-28 Thread soorajchirag
On debugging the issue further, I've found that the server is not returning the correct Content-Type when responding to the request to get the RootResource. It is returning "application/json" and not the "application/vnd.reviewboard.org.root" that the API is expecting. As a result, it does not

Cannot upload diff/patch file

2013-05-28 Thread Michael Vu
Dear All, I try to create a Review Request on demo site. But when uploading diff file, the UI keeps showing loading... forever, and never complete :(. Anyway to work around? -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at

Re: Unable to view diff for multiple files.

2013-05-28 Thread Kristin Thomas
Was there a resolution to this issue? We are experiencing a similar problem. We have 16 users with no problem and one user that cannot load any diffs (in IE, Chrome, or Firefox). Same error as mentioned previously: [08:21:52.611] SyntaxError: syntax error @ http://reviewboard.companyname.com

Re: Creating a review with Python API

2013-05-28 Thread Steven MacLeod
Hi Sundeep, Using the uri-templates on the root relies on functionality specific to the root resource. The way the API Client knows it can do this is based on the Content-Type header the server returns when you request the root resource. Could you please show me the header output of: curl -i

Re: Unable to view diff for multiple files.

2013-05-28 Thread Kristin Thomas
Some more info, when this is not working, the page source has the following: var gOpenAnIssue = ; instead of: var gOpenAnIssue = true; On Friday, April 19, 2013 9:37:07 PM UTC-6, Jonathan Wilson wrote: > > Hi, > > For some reason I am unable to view the diffs for multiple files on > Reviewbo