Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 80769: ordinal not in range(128)

2015-11-23 Thread Sam
I have fixed this by adding reload and sys.setdefaultencoding("utf-8") after import sys in "RBTools-0.7.5-py2.6.egg/rbtools/utils/process.py": import sys *reload(sys)sys.setdefaultencoding("utf-8")* Do you see any issue with this change? is it possible to get this to your next drop so I

Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 80769: ordinal not in range(128)

2015-11-03 Thread Sam
I really need an expert advise on this. I still see this failure when I try to post the review but when I try to diff the same version of the file in clearcase I dont see any issue. I upgraded the RBTools but did not help. Really appreciate your input on this? Traceback (most recent call

Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 80769: ordinal not in range(128)

2015-10-29 Thread Eric Johnson
When I posted before, I surmised that the problem might be on the server. To check that, have you tried browsing around in the web UI, fetching the diffs from previous reviews? For a proper test, you may need to restart memcached. I figured out that the problem I was seeing is a problem with

Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 80769: ordinal not in range(128)

2015-10-28 Thread eric
I suspect this is the same problem as this: https://groups.google.com/d/msg/reviewboard/7B09m8X70UU/Ml3ocxNuDQAJ I'm guessing rbt is merely faithfully passing along the problem encountered on the server. Eric. On Friday, October 16, 2015 at 12:35:31 PM UTC-7, Sam wrote: > > Hello, > > I am

Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 80769: ordinal not in range(128)

2015-10-28 Thread Sam
I have over 400 files to review. When I run the cleartool diff on the last file in the trace I dont see any error but seems when rbt tries it fails. >>> Running: diff -uN /vbs/e/nq/file1.C@@/main/310 /vbs/e/nq/file1.C@@/main/br1_main_int/13 Traceback (most recent call last): File

Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 80769: ordinal not in range(128)

2015-10-27 Thread Christian Hammond
Hi Sam, Can you provide an updated debug log, along with the content containing non-ASCII characters? Thanks, Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On Tue, Oct 27, 2015 at 8:20 PM, Sam

Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 80769: ordinal not in range(128)

2015-10-27 Thread Sam
Hello, I tried this with RBTools 0.7.5 and still seeing the same error: CRITICAL: 'ascii' codec can't decode byte 0xc2 in position 81162: ordinal not in range(128) -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you?

Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 80769: ordinal not in range(128)

2015-10-23 Thread Sam
Thank you I have subscribed. I wanted to check as if there is any new word on when the RBTools 7.0.5 will be out? On Friday, October 16, 2015 at 3:35:31 PM UTC-4, Sam wrote: > > Hello, > > I am trying to post a review and getting the following error: > Traceback (most recent call last): >

Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 80769: ordinal not in range(128)

2015-10-23 Thread Christian Hammond
Hi, We had a regression reported to us right before the intended release date, and were working to fix it since. We're gearing up for the release again. Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. -

Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 80769: ordinal not in range(128)

2015-10-17 Thread Sam
Thanks Griffin, Is there any way to get notified for version 7.0.5 and the location to pick up this version? = On Friday, October 16, 2015 at 3:35:31 PM UTC-4, Sam wrote: > > Hello, > > I am trying to post a review and getting the following error: > Traceback (most recent

Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 80769: ordinal not in range(128)

2015-10-17 Thread Christian Hammond
Hi Sam, You can subscribe to our announcements list at https://www.reviewboard.org/mailing-lists/, and you'll receive an e-mail when it's released. Christian On Saturday, October 17, 2015, Sam wrote: > Thanks Griffin, > > Is there any way to get notified for version

Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 80769: ordinal not in range(128)

2015-10-16 Thread Christian Hammond
Hi, This problem should be fixed in 0.7.5, which we're preparing to release. (To the astute observer, we've said this before, but many things have come up, but it should be out by this weekend.) Christian -- Christian Hammond - chip...@chipx86.com Review Board - https://www.reviewboard.org

Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 80769: ordinal not in range(128)

2015-10-16 Thread Griffin Myers
Yes, I'm 99% certain this has been fixed in 7.0.5 as well. On Friday, October 16, 2015 at 5:11:02 PM UTC-4, Sam wrote: > > Thank you Christian for quick response. > We are also seeing followng error: > > *ERROR: Could not load SCM Client "git": [Errno 2] No such file or > directory* > > From