3907: UnicodeDecodeError when using rbt post command

vincent.********@all4t****** (Google Code) (Is this you? Claim this profile.)
david
david
July 7, 2015
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
david
#1 david
  • +PendingReview
  • +david
david
#2 david
Fixed in release-0.7.x (1a84514). This will ship in 0.7.5. Thanks!
  • -PendingReview
    +Fixed