thegooglecodearchive / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 1 forks source link

projects - adding Editra SVN folder as a project throws exeception #183

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What Plugin does this relate to? What version of the Plugin?
Projects 1.7

What steps will reproduce the problem?
1. add the folder containing the Editra source code checked out from svn as a 
project

What version of Editra are you using? On what operating system?
Editra 0.6.48 from SVN on Windows 7

Please provide any additional information below.
Exception in thread Thread-11:
Traceback (most recent call last):
  File "C:\Python26\lib\threading.py", line 532, in __bootstrap_inner
    self.run()
  File "C:\Python26\lib\threading.py", line 484, in run
    self.__target(*self.__args, **self.__kwargs)
  File "c:\users\wbruhin\appdata\roaming\editra\plugins\projects-1.7-py2.6.egg\p
rojects\ScCommand.py", line 159, in resultWrapper
    result.append(method(*args, **kwargs))
  File "c:\users\wbruhin\appdata\roaming\editra\plugins\projects-1.7-py2.6.egg\p
rojects\SVN.py", line 177, in status
    out = self.run(root, options + self.getAuthOptions(root) + files)
  File "c:\users\wbruhin\appdata\roaming\editra\plugins\projects-1.7-py2.6.egg\p
rojects\SourceControl.py", line 255, in run
    self.log(u"[err] run error: %s" % msg)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 23: ordinal
 not in range(128) 

Original issue reported on code.google.com by wbru...@gmail.com on 2 Jun 2011 at 4:50

GoogleCodeExporter commented 9 years ago
note: not related to adding editra folder - issue in formatting raw string into 
unicode message.

Original comment by CodyPrec...@gmail.com on 9 Jun 2011 at 5:30