ABZ
unread,Jun 17, 2025, 11:53:27 AM6/17/25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
In weewx 5.1 on Raspberry Pi 3 using bookworm, I'm trying to deploy the exfoliation (v0.45) and forecast (vv3.5) skins.
Does anyone know how to fix this error from the exfoliation skin?
Jun 17 11:05:37 cmpweewx weewxd[19370]: ERROR weewx.cheetahgenerator: Evaluation of template /etc/weewx/skins/exfoliation/forecast.html.tmpl failed with exception '<class 'TypeError'>'
Jun 17 11:05:37 cmpweewx weewxd[19370]: ERROR weewx.cheetahgenerator: **** Ignoring template /etc/weewx/skins/exfoliation/forecast.html.tmpl
Jun 17 11:05:37 cmpweewx weewxd[19370]: ERROR weewx.cheetahgenerator: **** Reason: '>' not supported between instances of 'NoneType' and 'int'
Jun 17 11:05:37 cmpweewx weewxd[19370]: ERROR weewx.cheetahgenerator: **** Traceback (most recent call last):
Jun 17 11:05:37 cmpweewx weewxd[19370]: ERROR weewx.cheetahgenerator: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 334, in generate
Jun 17 11:05:37 cmpweewx weewxd[19370]: ERROR weewx.cheetahgenerator: **** unicode_string = compiled_template.respond()
Jun 17 11:05:37 cmpweewx weewxd[19370]: ERROR weewx.cheetahgenerator: **** ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jun 17 11:05:37 cmpweewx weewxd[19370]: ERROR weewx.cheetahgenerator: **** File "_etc_weewx_skins_exfoliation_forecast_html_tmpl.py", line 384, in respond
Jun 17 11:05:37 cmpweewx weewxd[19370]: ERROR weewx.cheetahgenerator: **** File "/usr/lib/python3/dist-packages/Cheetah/Template.py", line 1708, in _handleCheetahInclude
Jun 17 11:05:37 cmpweewx weewxd[19370]: ERROR weewx.cheetahgenerator: **** self._CHEETAH__cheetahIncludes[_includeID].respond(trans)
Jun 17 11:05:37 cmpweewx weewxd[19370]: ERROR weewx.cheetahgenerator: **** File "_etc_weewx_skins_exfoliation_forecast_table_inc.py", line 530, in respond
Jun 17 11:05:37 cmpweewx weewxd[19370]: ERROR weewx.cheetahgenerator: **** TypeError: '>' not supported between instances of 'NoneType' and 'int'