Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-24 Thread Sara Rayburn
2.0.8 fixes this for us. Thanks so much! On Tuesday, September 23, 2014 6:32:55 PM UTC-5, Christian Hammond wrote: Hi Sara, David has a repro case for this now, so we're looking into a fix. There will be a 2.0.8 release tonight. Christian -- Christian Hammond -

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-24 Thread Christian Hammond
Glad it works, Sara! Thanks for your patience and feedback on this! Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On September 24, 2014 at 6:10:36 AM, Sara Rayburn (sararayb...@gmail.com) wrote:

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-23 Thread Sara Rayburn
Any new information on this bug? We've run into it several times. On Thursday, August 28, 2014 8:09:02 AM UTC-5, koval...@gmail.com wrote: I am using Reviewboard 2.0.6 with Postgres database in utf-8. When I making new pre-commit request on svn-based repository with diff-file containing

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-23 Thread Christian Hammond
Hi Sara, There are several things here that I am very confused about: 1) Can you clarify which part is new since 2.0.7? The subject says 2.0.6. 2) How are you changing the submitter on a review request? We don't have any support for this, without modifying the database. 3) The original bug

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-23 Thread Sara Rayburn
On Tuesday, September 23, 2014 1:11:18 PM UTC-5, Christian Hammond wrote: Hi Sara, There are several things here that I am very confused about: 1) Can you clarify which part is new since 2.0.7? The subject says 2.0.6. That is weird. I wasn't the original poster. We have only seen the

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-23 Thread Christian Hammond
Hi Sara, On September 23, 2014 at 11:39:53 AM, Sara Rayburn (sararayb...@gmail.com) wrote: On Tuesday, September 23, 2014 1:11:18 PM UTC-5, Christian Hammond wrote: Hi Sara, There are several things here that I am very confused about: 1) Can you clarify which part is new since

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-23 Thread Sara Rayburn
I wish I knew what this was. We've had three developers run into this bug today alone. It's becoming a real problem for us. More answers to your questions inline below. Sara On Tuesday, September 23, 2014 2:08:28 PM UTC-5, Christian Hammond wrote: Hi Sara, On September 23, 2014 at

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-23 Thread Christian Hammond
I wish I knew too... So, for each of these cases, is the only visible error the rsp is null error? This is tricky to diagnose without more direct access to the server. Hoping something will allow me to repro it here. Christian -- Christian Hammond - christ...@beanbaginc.com Review Board -

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-23 Thread Christian Hammond
Hi Sara, Something that would really help is a complete dump of the request/responses (headers and payloads) for any requests to /api/* in the Network tab of Firefox when these issues occur. I know some information was sent before, but those look to be the Console tab only. Christian --

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-23 Thread Christian Hammond
Hi Sara, David has a repro case for this now, so we're looking into a fix. There will be a 2.0.8 release tonight. Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On September 23, 2014 at 3:17:04

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-12 Thread Roudaille77
Hello, I have a similar issue, I found this in apache error.log : [Fri Sep 12 13:19:54.182670 2014] [:error] [pid 1339] WARNING:py.warnings:/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/diffviewer/diffutils.py:81: UnicodeWarning: Unicode equal comparison failed

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-11 Thread Sara Rayburn
Hi David, Oddly enough, there is nothing at all in the logs when I try to create the failed new review request. When I do the same operations in Chrome (where the diff works just fine), I see 2014-09-11 12:57:32,499 - DEBUG - - DiffParser.parse: Beginning parse of diff, size = 5408

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-10 Thread Sara Rayburn
Christian, Yes, that was the output from the network tab for the failing new review request, and the tab was open the whole time. When I create new review request for that repository with one of the diffs that works, I get these requests (I may not have caught them all... not familiar with

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-10 Thread David Trowbridge
Sara, Can you look in the server log and see if there are any tracebacks in there? -David On Wed, Sep 10, 2014 at 5:50 AM, Sara Rayburn sararayb...@gmail.com wrote: Christian, Yes, that was the output from the network tab for the failing new review request, and the tab was open the whole

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-09 Thread Sara Rayburn
I am having a similar problem after upgrading to 2.0.6. I do see an error in my console for url http://reviewboard.cctechnol.com/r/new/. The error happens after I select a file from browse and try to upload. TypeError: rsp is null with the following details:

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-09 Thread Christian Hammond
Hi Sara, We minify our files by default, making the context less than useful. If you’re using Chrome, you should be able to click the error, see that big minified file, and then click the little “{}” at the bottom of the window. That will un-minify it, updating the error in the console to

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-09 Thread Sara Rayburn
Hi Christian, Well, as it happens, the error only occurs while using Firefox (v. 30). The user having troubles was relieved to find Chrome as a temporary workaround. I was able to unminify the code, but it didn't point me to a specific line. Maybe a firefox thing? I looked for a 500 error, but

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-09 Thread Christian Hammond
Hi Sara, Strange.. Is that output from the Network tab? Was that tab open when initially making the request? Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On September 9, 2014 at 2:30:26 PM,

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-03 Thread Christian Hammond
A lot of people use Firefox with Review Board. Are there any extensions you’re using? Is there an HTTP proxy configured? Perhaps that’s interfering. - Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-03 Thread kovalyov . iv
Yes, I use some extentions in Firifox, but with turned off extentions situation is the same. I don't have proxy. Reviewboard is installed on local computer, it's url is http://localhost:8090/reviewboard. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-02 Thread David Trowbridge
If the last API request was to fetch the commits list, then it's not even trying to send the patch to the server. Trying to set up a repro case with your particular files won't help because it's a problem in the javascript before it ever actually deals with the file. Are you sure there are no

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-02 Thread kovalyov . iv
I opened firebug network panel before making new request. There are no errors in firebug. I founded workaround - using Google Chrome instead of Firefox. Maybe it is firefox problem? -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-01 Thread kovalyov . iv
Below simple test on this error. 1) Add test.py from attachement to svn working folder 2) Select New Request from reviewboard 3) Select test.py.patch as diff file in reviewboard 4) Specify svn base direcory 5) Click Ok button After these actions I see Loading message. This message don't go away.

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-01 Thread David Trowbridge
In Firebug, please open up the network panel and then reproduce your issue. You should see a request to the server that's failing (a 4XX or 5XX error). Open up that request, and please send us the contents of the Headers and Response tabs. -David On Mon, Sep 1, 2014 at 2:16 AM,

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-08-29 Thread David Trowbridge
Are there any errors in the Review Board log or the browser debug console? -David On Thu, Aug 28, 2014 at 6:09 AM, kovalyov...@gmail.com wrote: I am using Reviewboard 2.0.6 with Postgres database in utf-8. When I making new pre-commit request on svn-based repository with diff-file