report bug

master
jmtd 2020-04-02 05:11:23 -04:00 committed by admin
parent 025a365231
commit 9f20b23c1b
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
`/usr/local/lib/ikiwiki/plugins/rst` and `/usr/local/lib/ikiwiki/plugins/proxy.py` provoke the following error output during some CGI operations if there is no python3 interpreter available
/usr/bin/env: python3: No such file or directory
the CGI also *sporadically* dies (with signal 13, => HTTP error 500). I don't understand why this is sporadic though.
This relates to [[autosetup python warnings]] and some other bugs.
This happens even if `rst` and `proxy.py` are not active on the wiki (as they aren't, by default).
A hacky quick solution might be to rename rst rst.py and for IkiWiki to avoid scanning plugins that end in .py if they are not enabled.
— [[Jon]]