Hi, First up, thank you for not posting images of text, it’s makes reading/searching logs a real pain.
The error is due to a skin trying to generate a plot that involves extraTemp1 and from the short log extract I would guess that this is from the Seasons skin. If you look in the Seasons skin config file (skins/Seasons/skin.conf) under [ImageGenerator] you will find the daytemp, weektemp, monthtemp and yeartemp plots use extraTemp1 (and extraTemp2 and extraTemp3). Easiest fix is to comment out those plots, eg: # [[[daytemp]]] # yscale = None, None, 0.5 # [[[[extraTemp1]]]] # [[[[extraTemp2]]]] # [[[[extraTemp3]]]] Save skin.conf and the error should go away on the next report cycle. Gary On Friday, 9 October 2020 at 12:29:14 UTC+10 [email protected] wrote: > I tried to post this as an image but it doesn't show. So here is the text. > > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: Caught > unrecoverable exception in generator 'weewx.imagegenerator.ImageGenerator' > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: > **** extraTemp1 > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: > **** Traceback (most recent call last): > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: > **** File "/usr/share/weewx/weewx/reportengine.py", line 197, in > run > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: > **** obj.start() > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: > **** File "/usr/share/weewx/weewx/reportengine.py", line 280, in > start > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: > **** self.run() > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: > **** File "/usr/share/weewx/weewx/imagegenerator.py", line 41, > in run > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: > **** self.genImages(self.gen_ts) > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: > **** File "/usr/share/weewx/weewx/imagegenerator.py", line 176, > in genImages > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: > **** start_vec_t, stop_vec_t ,data_vec_t = > weewx.xtypes.get_series(var_type, > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: > **** File "/usr/share/weewx/weewx/xtypes.py", line 91, in > get_series > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: > **** raise weewx.UnknownType(obs_type) > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: > **** weewx.UnknownType: extraTemp1 > Oct 8 20:03:19 prometis weewx[271870] ERROR weewx.reportengine: > **** Generator terminated > Oct 8 20:03:19 prometis weewx[271870] DEBUG weewx.reportengine: Report > 'SmartphoneReport' not enabled. Skipping. > > > On Thursday, October 8, 2020 at 9:39:14 PM UTC-4 Duane Kerzic wrote: > >> Hi, >> >> Thanks for all the help you provided last time around. Thanks in advance >> this time for your help. >> >> I wanted to clean up weewx.archive table and make it a bit smaller. So I >> deleted the columns I don't think I'll ever use. But now I'm getting this >> in the system log. >> >> >> I'm guessing that extraTemp1 is coded into one of those files but I >> haven't looked to find out yet. >> >> I've shortened the average row length of the archive table to 126 from >> 217 bytes. Huge difference when you have 10 years of data. >> >> -dk >> > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/4a1844f9-a018-45b3-a291-b7b5eccccea7n%40googlegroups.com.
