How to fix and/or avoid the error "There was an error displaying this diff"

2017-09-18 Thread Rodolfo Gomes Dias
Hi, I have been using reviewboard for a couple of months and during this time I have faced some encoding problems when posting my reviews. My currenty problem is the following. Sometimes code is posted with a different encoding, I have noticed it by checking the encoding of the files on the

How do I use the field encoding ?

2017-09-15 Thread Rodolfo Gomes Dias
Which are the valid values that I can use on the field encoding under the option Advanced Settings on review board admin? As I am facing several bugs regarding the encoding of the files on my repository, I am looking for a configuration that forces the use of a particular enconding inside the

Re: Error when integrating with local Gitlab respository

2017-09-06 Thread Rodolfo Gomes Dias
ogle Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to reviewboard+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- *-Rodolfo Gomes Dias* rodol

Re: Is there a way to avoid diff errors caused by encoding?

2017-09-05 Thread Rodolfo Gomes Dias
The reviewboard admin option: Advanced Settings > Encoding Is what I am looking for? Which are the possible options to be used in this field? UTF-8, ANSI, etc. On Tuesday, September 5, 2017 at 2:49:39 PM UTC-3, Rodolfo Gomes Dias wrote: > > Hi, > > I have been using reviewboa

Re: Diff is empty right after a 'New Revies Request' using post-commit

2017-02-02 Thread Rodolfo Gomes Dias
I have found an issue similar to mine. On Friday, January 27, 2017 at 8:24:35 AM UTC-2, Rodolfo Gomes Dias wrote: > > I will create an diff with error and post here. But still, if I remove the > non-ASCII characters the error never occurs. > > On Thursday, January 26, 2017 at 7

Re: Diff is empty right after a 'New Revies Request' using post-commit

2017-01-27 Thread Rodolfo Gomes Dias
> Christian > > -- > Christian Hammond > President/CEO of Beanbag <https://www.beanbaginc.com/> > Makers of Review Board <https://www.reviewboard.org/> > > On Thu, Jan 26, 2017 at 4:19 AM, Rodolfo Gomes Dias <rodolfo@gmail.com > > wrote: > >

Re: Diff is empty right after a 'New Revies Request' using post-commit

2017-01-26 Thread Rodolfo Gomes Dias
ched patch (must apply in C:\Bitnami\reviewboard-2.5.7- > 2\apps\reviewboard\htdocs\Lib\site-packages\ReviewBoard-2.5.7-py2.7.egg). > > Christian > > > -- > Christian Hammond > President/CEO of Beanbag <https://www.beanbaginc.com/> > Makers of Review Board <ht

Re: Diff is empty right after a 'New Revies Request' using post-commit

2017-01-24 Thread Rodolfo Gomes Dias
I have removed all non-ascii characters in my files and the diff is correctly working. Any advice about what should I do now??? On Tuesday, January 24, 2017 at 8:46:30 AM UTC-2, Rodolfo Gomes Dias wrote: > > Here it is the Review Board log right after my 'new review' error. >

Re: Diff is empty right after a 'New Revies Request' using post-commit

2017-01-24 Thread Rodolfo Gomes Dias
ewboard\hostingsvcs\bitbucket.py", line 333, in get_change if not diff.endswith('\n'): UnicodeDecodeError: 'ascii' codec can't decode byte 0xc7 in position 472318: ordinal not in range(128) On Tuesday, January 24, 2017 at 8:33:24 AM UTC-2, Rodolfo Gomes Dias wrote: > > I

Re: Diff is empty right after a 'New Revies Request' using post-commit

2017-01-24 Thread Rodolfo Gomes Dias
em/hosting service is this repository using? > - Can you go through this process and then look in the Review Board and > apache logs to see if there are any errors? > > -David > > On Mon, Jan 23, 2017 at 1:04 PM Rodolfo Gomes Dias <rodolfo@gmail.com > > wrote: > >> In

Diff is empty right after a 'New Revies Request' using post-commit

2017-01-23 Thread Rodolfo Gomes Dias
In some situations when I create a new review its content is empty as no change has been made on the commit. I have recently installed Review Board in another computer running as my server. And right now I am performing some tests on my own computer to decide whether the tool is worth or not.