Comment #4 on issue 3870 by [email protected]:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 1:
ordinal not in range(128)
https://code.google.com/p/reviewboard/issues/detail?id=3870
I have the same problem here
I'm trying to setup a post-commit hook based on
contrib/tools/svn-hook-postcommit-review (updated to last RBTools syntax)
And the same error is raised on 'diff': b''.join(diff)
Here are some version details
- Debian Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.63-2
- apache 2.4.10 (Debian)
- subversion 1.8.10 (r1615264)
- python 2.7.9
- python-svn 1.7.8-1
And
- ReviewBoard 2.0.18
- RBTools 0.7.4
Command line invoked
rbt post --repository=REP --username=USR --password=PWD --submit-as=ORG
--summary=SUM --description=DSC --debug revN:revM
Traceback (most recent call last):
File "/usr/local/bin/rbt", line 9, in <module>
load_entry_point('RBTools==0.7.4', 'console_scripts', 'rbt')()
File "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.4-py2.7.egg/rbtools/commands/main.py",
line 133, in main
command.run_from_argv([RB_MAIN, command_name] + args)
File "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.4-py2.7.egg/rbtools/commands/__init__.py",
line 612, in run_from_argv
exit_code = self.main(*args) or 0
File "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.4-py2.7.egg/rbtools/commands/post.py",
line 691, in main
extra_args=extra_args)
File "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.4-py2.7.egg/rbtools/clients/svn.py",
line 365, in diff
'diff': b''.join(diff),
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 8:
ordinal not in range(128)
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.