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

New issue 3907 by vincent....@all4tec.net: UnicodeDecodeError when using rbt post command
https://code.google.com/p/reviewboard/issues/detail?id=3907

What version are you running?
RBTools 0.7.4

What's the URL of the page containing the problem?
__init__.py

What steps will reproduce the problem?
1. Use SVN as repository and don't have git installed
2. Use rbt post command

What is the expected output? What do you see instead?
The review should be correctly posted but an UnicodeDecodeError occurs.

What operating system are you using? What browser?
Win 8.1. Mozzila Firefox.

Please provide any additional information below.
The error come from the load_scmclients function (line 380) :

logging.error('Could not load SCM Client "%s": %s' % (ep.name, e))

It seems that the exception's message which is trying to be logged use specials characters (like é) and can't be decoded.

Regards,

Vincent



--
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