Modify

Opened 18 years ago

Last modified 14 years ago

#821 new defect

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

Reported by: Lars Stavholm Owned by: Christian Boos
Priority: normal Component: GraphvizPlugin
Severity: minor Keywords: verify
Cc: Trac Release: 0.11

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 (0)

Change History (6)

comment:1 Changed 17 years ago by Peter Kropf

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

comment:2 Changed 17 years ago by David Roussel

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

comment:3 Changed 17 years ago by haizaar@…

+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.

comment:4 Changed 17 years ago by haizaar@…

Priority: lownormal
Trac Release: 0.90.10

comment:5 Changed 15 years ago by Christian Boos

Component: GraphvizPluginGoogleWebmasterVerifyPlugin
Keywords: verify added
Owner: changed from Peter Kropf to Christian Boos
Trac Release: 0.100.11

strange...

comment:6 Changed 14 years ago by Martin Scharrer

Component: GoogleWebmasterVerifyPluginGraphvizPlugin

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Christian Boos.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.