Using configuration file /etc/weewx/weewx.conf
Using database binding 'wx_binding', which is bound to database 'archive_mysql'
The update process does not affect archive data, but does alter the database.
Continue (y/n)? y
Preparing Interval Weighting Fix...
Daily summary tables are at version None
Calculating interval weights...
Traceback (most recent call last):
File "/usr/share/weewx/wee_database", line 974, in <module>
main()
File "/usr/share/weewx/wee_database", line 154, in main
update(config_dict, db_binding, options)
File "/usr/share/weewx/wee_database", line 584, in update
weight_obj.run()
File "/usr/share/weewx/weecfg/database.py", line 426, in run
self.do_fix(_next_day_to_patch_ts)
File "/usr/share/weewx/weecfg/database.py", line 483, in do_fix
_weight = self.get_interval(_day_span) * 60
File "/usr/share/weewx/weecfg/database.py", line 580, in get_interval
return _row[0]
TypeError: 'NoneType' object is not subscriptable