Le mardi 11 août 2020 16:34:03 UTC+2,
ge...@cusick.org.uk a écrit :
Have you updated Bootstrap?
Oops, no. Thanks for the reminder.
Few minutes later... updated to v2.26.
But I still get the errors with weewx 4.1.1 and python 2.7.16:
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: Caught unrecoverable exception in generator 'user.gaugeengine.GaugeGenerator'
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: **** decoding Unicode is not supported
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: **** Traceback (most recent call last):
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: **** File "/home/pi/cleusb/weewx/bin/weewx/reportengine.py", line 197, in run
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: **** obj.start()
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: **** File "/home/pi/cleusb/weewx/bin/weewx/reportengine.py", line 280, in start
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: **** self.run()
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: **** File "/home/pi/cleusb/weewx/bin/user/gaugeengine.py", line 121, in run
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: **** self.gen_gauges()
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: **** File "/home/pi/cleusb/weewx/bin/user/gaugeengine.py", line 171, in gen_gauges
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: **** ret = self.gen_gauge(gauge, plot_options, img_file)
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: **** File "/home/pi/cleusb/weewx/bin/user/gaugeengine.py", line 304, in gen_gauge
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: **** label_text = label_format % value_now
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: **** TypeError: decoding Unicode is not supported
Aug 11 17:41:55 stationmeteo weewx[4210] ERROR weewx.reportengine: **** Generator terminated