MatthewASimonson / r-orange

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

report error #495

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The error was found on generating report.  This isn't very informative...

REDRCORE:CRITICAL : 

############################################################
Unhandled exception of type ExpatError occured at 2011-02-14 16:26:17.080913:
Traceback:
  File: redRCanvasToolbar.py, line 327 in menuItemReport
  Code: self.canvas.reports.createReportsMenu()
    File: redRReports.py, line 285 in createReportsMenu
    Code: done = self.createReport(fileDir2,name,widgets,schemaImage)
      File: redRReports.py, line 358 in createReport
      Code: output = publish_string(reportText, reader = reader, writer = writer)
        File: core.py, line 393 in publish_string
        Code: enable_exit_status=enable_exit_status)
          File: core.py, line 641 in publish_programmatically
          Code: output = pub.publish(enable_exit_status=enable_exit_status)
            File: core.py, line 205 in publish
            Code: output = self.writer.write(self.document, self.destination)
              File: __init__.py, line 76 in write
              Code: self.translate()
                File: __init__.py, line 521 in translate
                Code: self.document.walkabout(self.visitor)
                  File: nodes.py, line 173 in walkabout
                  Code: if child.walkabout(visitor):
                    File: nodes.py, line 173 in walkabout
                    Code: if child.walkabout(visitor):
                      ExpatError: not well-formed (invalid token): line 1, column 118 
############################################################

Original issue reported on code.google.com by kylecovi...@gmail.com on 14 Feb 2011 at 10:28

GoogleCodeExporter commented 9 years ago
I only included the widgets that I absolutely needed and the report was 
generated successfully, however none of the graphics were present and the file 
that typically contains these figures was also missing.

Original comment by kylecovi...@gmail.com on 14 Feb 2011 at 10:36