Opened 19 years ago
Last modified 16 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 19 years ago by
comment:2 Changed 19 years ago by
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 19 years ago by
+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 19 years ago by
| Priority: | low → normal |
|---|---|
| Trac Release: | 0.9 → 0.10 |
comment:5 Changed 16 years ago by
| Component: | GraphvizPlugin → GoogleWebmasterVerifyPlugin |
|---|---|
| Keywords: | verify added |
| Owner: | changed from Peter Kropf to Christian Boos |
| Trac Release: | 0.10 → 0.11 |
strange...
comment:6 Changed 16 years ago by
| Component: | GoogleWebmasterVerifyPlugin → GraphvizPlugin |
|---|



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