Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 957 by i...@avalanchestudios.se: UnicodeDecodeError: 'ascii'  
codec can't decode byte 0xc3 in position 3: ordinal not in range(128)
http://code.google.com/p/reviewboard/issues/detail?id=957

Hi,

We're using alpha4 with perforce, and posting diffs with post-review.py,
hitting this error:


URL: http://reviewboard/r/296/diff/

Traceback (most recent call last):
   File
"/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-py2.4.egg/reviewboard/diffviewer/views.py",
line 145, in view_diff
     interdiffset, highlighting, True)[0]
   File
"/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-py2.4.egg/reviewboard/diffviewer/diffutils.py",
line 619, in get_diff_files
     large_data=True)
   File
"/usr/lib/python2.4/site-packages/Djblets-0.5alpha3-py2.4.egg/djblets/util/misc.py",
line 143, in cache_memoize
     data = lookup_callable()
   File
"/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-py2.4.egg/reviewboard/diffviewer/diffutils.py",
line 618, in <lambda>
     enable_syntax_highlighting),
   File
"/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-py2.4.egg/reviewboard/diffviewer/diffutils.py",
line 431, in get_chunks
     a[i1:i2], b[j1:j2], oldlines, newlines)
   File
"/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-py2.4.egg/reviewboard/diffviewer/diffutils.py",
line 265, in diff_line
     if oldline and newline and oldline != newline:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3:
ordinal not in range(128)


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to