Comment #8 on issue 3843 by jonathan...@gmail.com: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 70: ordinal not in range(128)
https://code.google.com/p/reviewboard/issues/detail?id=3843

I also tried to workaround this by --excludeing the UTF-16 files, but then I get this error:

Running: git -c core.quotepath=false diff-tree --no-color --no-prefix -r -u --no-ext-diff aa277cf885bf1c4c121270b94219c72e529a93b4..167bc60c8e1e128c821d032957404fe24b74773b
Traceback (most recent call last):
  File "/usr/bin/rbt", line 9, in <module>
    load_entry_point('RBTools==0.7.3', 'console_scripts', 'rbt')()
File "/usr/lib/python2.7/site-packages/rbtools/commands/main.py", line 133, in main
    command.run_from_argv([RB_MAIN, command_name] + args)
File "/usr/lib/python2.7/site-packages/rbtools/commands/__init__.py", line 612, in run_from_argv
    exit_code = self.main(*args) or 0
File "/usr/lib/python2.7/site-packages/rbtools/commands/diff.py", line 68, in main
    extra_args=extra_args)
File "/usr/lib/python2.7/site-packages/rbtools/clients/git.py", line 464, in diff
    exclude_patterns)
File "/usr/lib/python2.7/site-packages/rbtools/clients/git.py", line 538, in make_diff
    log_output_on_error=False)
File "/usr/lib/python2.7/site-packages/rbtools/utils/process.py", line 187, in execute
    data = post_process_output(data)
File "/usr/lib/python2.7/site-packages/rbtools/utils/process.py", line 99, in post_process_output
    return [line.decode('utf-8') for line in output]
  File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 1: invalid start byte

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to