I don't know exactly how long this has been happening as my logs only go back so many days, but I was messing around with my weather station today, and noticed this:
ERROR weewx.reportengine: Caught unrecoverable exception in generator 'user.imageStackedWindRose3.ImageStackedWindRoseGenerator'
ERROR weewx.reportengine: **** decoding Unicode is not supported
ERROR weewx.reportengine: **** Traceback (most recent call last):
ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/reportengine.py", line 196, in run
ERROR weewx.reportengine: **** obj.start()
ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/reportengine.py", line 281, in start
ERROR weewx.reportengine: **** self.run()
ERROR weewx.reportengine: **** File "/usr/share/weewx/user/imageStackedWindRose3.py", line 75, in run
ERROR weewx.reportengine: **** self.genImages(self.gen_ts)
ERROR weewx.reportengine: **** File "/usr/share/weewx/user/imageStackedWindRose3.py", line 196, in genImages
ERROR weewx.reportengine: **** self.label = unicode(label, 'utf8')
ERROR weewx.reportengine: **** TypeError: decoding Unicode is not supported
ERROR weewx.reportengine: **** Generator terminated
I thought maybe it was due to the update I did today, but goes back further. I don't really know or can't see if something is broken on my site either.