MatthewASimonson / r-orange

Automatically exported from code.google.com/p/r-orange
Other
0 stars 0 forks source link

RDF error #529

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
REDRCORE:INFO : Add connection between Melt Data and View Data Table.
REDRCORE:CRITICAL : 

############################################################
Unhandled exception of type UnicodeDecodeError occured at 2011-07-13 
10:55:24.277556:
Traceback:
  File: RDataFrame.py, line 333 in <lambda>
  Code: callback=lambda col=selectedCol: self.createCriteriaList(col,self.optionsBox,action=_('OK')))
    File: RDataFrame.py, line 393 in createCriteriaList
    Code: self.filter()
      File: RDataFrame.py, line 435 in filter
      Code: f= '","'.join([unicode(x) for x in criteria['value']])
        UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 16: ordinal not in range(128) 
############################################################

REDRCORE:INFO : Error data posted to the server

Original issue reported on code.google.com by kylecovi...@gmail.com on 13 Jul 2011 at 3:56

GoogleCodeExporter commented 9 years ago
set error to ignore and encoding to UTF-8

Original comment by kylecovi...@gmail.com on 17 Jul 2011 at 7:15