Ticket #821 (new defect)

Opened 2 years ago

Last modified 2 years ago

Trac graphviz error text/x-python and text/x-perl

Reported by: stava Assigned to: pkropf
Priority: normal Component: GraphvizPlugin
Severity: minor Keywords:
Cc: Trac Release: 0.10

Description

Using version 0.6.7 of the GraphVizPlugin?, Trac 0.9.6, and mod_python, I get the following in the syslog:

Trac[graphviz] ERROR: text/x-python
Trac[graphviz] ERROR: text/x-perl

The page seems to render nicely without graphs, i.e. there's no graphs on that page, the standard WikiFormatting page. When I go to another page, e.g. the WikiStart page, there's no errors reported in the syslog. I've tried a few other pages, but not all of them. Same story.

This is merely a mild annoyence, but still.

Attachments

Change History

11/25/06 16:25:04 changed by pkropf

Would you have a sample wiki page that causes this problem to occur?

01/30/07 07:00:46 changed by diroussel

I also get this error when visiting the WikiFormatting page. trac 0.10, graphvizplugin 0.9

Error:

2007-01-30 13:57:43,525 Trac[graphviz] ERROR: text/x-perl

05/07/07 03:36:13 changed by haizaar@gmail.com

+1 here. Trac-0.10.4 + latest GraphvizPlugin.

If page contains call to rst processor like this:

{{{
#!rst

.. code-block:: python

 class Test:

    def TestFunction(self):
        pass

}}}

Then on each load, these errors appear:

2007-05-07 12:29:46,985 Trac[graphviz] ERROR: text/x-rst
2007-05-07 12:29:46,996 Trac[graphviz] ERROR: text/x-python

It seems that if page contains another WikiProcessors like python, c, perl, rst, the corresponding errors are printed by graphviz.

05/07/07 03:36:40 changed by haizaar@gmail.com

  • priority changed from low to normal.
  • release changed from 0.9 to 0.10.

Add/Change #821 (Trac graphviz error text/x-python and text/x-perl)




Change Properties
Action