Oct 31 22:35:31 raspberry-NUC62 weewx[17083] ERROR weewx.cheetahgenerator: Generate failed with exception '<class 'NameMapper.NotFound'>'
Oct 31 22:35:31 raspberry-NUC62 weewx[17083] ERROR weewx.cheetahgenerator: **** Ignoring template /home/weewx/skins/Belchertown/forecast/index.html.tmpl
Oct 31 22:35:31 raspberry-NUC62 weewx[17083] ERROR weewx.cheetahgenerator: **** Reason: cannot find '_POST'
Oct 31 22:35:31 raspberry-NUC62 weewx[17083] ERROR weewx.cheetahgenerator: **** Traceback (most recent call last):
Oct 31 22:35:31 raspberry-NUC62 weewx[17083] ERROR weewx.cheetahgenerator: **** File "/home/weewx/bin/weewx/cheetahgenerator.py", line 322, in generate
Oct 31 22:35:31 raspberry-NUC62 weewx[17083] ERROR weewx.cheetahgenerator: **** unicode_string = compiled_template.respond()
Oct 31 22:35:31 raspberry-NUC62 weewx[17083] ERROR weewx.cheetahgenerator: **** File "_home_weewx_skins_Belchertown_forecast_index_html_tmpl.py", line 103, in respond
Oct 31 22:35:31 raspberry-NUC62 weewx[17083] ERROR weewx.cheetahgenerator: **** File "/usr/lib/python3/dist-packages/Cheetah/Template.py", line 1707, in _handleCheetahInclude
Oct 31 22:35:31 raspberry-NUC62 weewx[17083] ERROR weewx.cheetahgenerator: **** self._CHEETAH__cheetahIncludes[_includeID].respond(trans)
Oct 31 22:35:31 raspberry-NUC62 weewx[17083] ERROR weewx.cheetahgenerator: **** File "_home_weewx_skins_forecast_noaacoastalforecastsmaine_php.py", line 131, in respond
Oct 31 22:35:31 raspberry-NUC62 weewx[17083] ERROR weewx.cheetahgenerator: **** NameMapper.NotFound: cannot find '_POST'
Here is the index.html.tmpl page in question.
#errorCatcher Echo
#encoding UTF-8
#set global $page = "forecast"
#include "header.html.tmpl"
<div class="site-inner">
<main class="content">
#include "page-header.inc"
#include "/home/weewx/skins/forecast/noaacoastalforecastsmaine.php"
</main>
</div>
#include "footer.html.tmpl"