Re: UnicodeDecodeError in reviewboard\reviews\views.py

2015-02-25 Thread Stefan Seeger
Hi, I just ran in the next related problem. Now the Admin/System Information/Server Log is crashing with 'ascii' codec can't decode byte 0xc3 in position 53: ordinal not in range(128) Traceback (most recent call last): File "C:\Python27\lib\site-packages\django-1.6.10-py2.7.egg\django\core\

Re: UnicodeDecodeError in reviewboard\reviews\views.py

2015-02-19 Thread David Trowbridge
Thanks for debugging. We'll get a fix in for the next 2.0.x release. -David On Thu Feb 19 2015 at 7:46:29 AM Stefan Seeger wrote: > I had another look into the issue, > the following fixes the wrong logging and creates a log with the real > problem in reviewboard.log > > except Exception as e:

Re: UnicodeDecodeError in reviewboard\reviews\views.py

2015-02-19 Thread Stefan Seeger
I had another look into the issue, the following fixes the wrong logging and creates a log with the real problem in reviewboard.log except Exception as e: logging.exception('Error loading SCMTool for repository ' '%s (ID %d)', rep

UnicodeDecodeError in reviewboard\reviews\views.py

2015-02-19 Thread Stefan Seeger
Hi, I'm using Windows x64 with Python2.7.9 x64. When calling http://localhost/reviewboard/r/new/ I'm receiving an *internal server error 500.* In the reviewboard.log I have the following trace. 'ascii' codec can't decode byte 0xfc in position 39: ordinal not in > range(128) > Traceback (most