Using configuration file /etc/weewx/weewx.conf
All enabled reports will be run.
Generating as of last timestamp in the database.
Traceback (most recent call last):
File “/usr/share/weewx/weewx/reportengine.py”, line 248, in run
obj.start()
File “/usr/share/weewx/weewx/reportengine.py”, line 465, in start
self.run()
File “/usr/share/weewx/weewx/cheetahgenerator.py”, line 166, in run
ngen = self.generate(gendict[sectionname], sectionname, self.gents)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/share/weewx/weewx/cheetahgenerator.py”, line 226, in generate
ngen += self.generate(section[subsection], subsection, gents)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/share/weewx/weewx/cheetahgenerator.py”, line 226, in generate
ngen += self.generate(section[subsection], subsection, gents)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/share/weewx/weewx/cheetahgenerator.py”, line 309, in generate
searchList = self.getSearchList(encoding, timespan,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/share/weewx/weewx/cheetahgenerator.py”, line 401, in getSearchList
searchlist += obj.getextensionlist(timespan, dblookup)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/etc/weewx/bin/user/belchertown.py”, line 403, in get_extension_list
chart_dict = configobj.ConfigObj(chart_config_path, file_error=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/configobj/__init.py”, line 1229, in __init
self._load(infile, configspec)
File “/usr/lib/python3/dist-packages/configobj/__init.py”, line 1318, in _load
raise error
configobj.DuplicateError: Duplicate section name at line 350.
Traceback (most recent call last):
File “/usr/share/weewx/weewx/reportengine.py”, line 248, in run
obj.start()
File “/usr/share/weewx/weewx/reportengine.py”, line 465, in start
self.run()
File “/etc/weewx/bin/user/belchertown.py”, line 2308, in run
self.chart_dict = configobj.ConfigObj(chart_config_path, file_error=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/configobj/__init.py”, line 1229, in __init
self._load(infile, configspec)
File “/usr/lib/python3/dist-packages/configobj/__init.py”, line 1318, in _load
raise error
configobj.DuplicateError: Duplicate section name at line 350
--
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 weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/c65cf470-cd04-4833-af03-78a23addf88fn%40googlegroups.com.
Traceback (most recent call last):
File “/usr/share/weewx/weewx/reportengine.py”, line 248, in run
obj.start()
File “/usr/share/weewx/weewx/reportengine.py”, line 465, in start
self.run()
File “/etc/weewx/bin/user/belchertown.py”, line 2948, in run
series_data = self.get_observation_data(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/etc/weewx/bin/user/belchertown.py”, line 3722, in get_observation_data
time_start_vt, time_stop_vt, obs_vt, start_ts, end_ts, aggregate_interval
^^^^^^^^^^^^^
UnboundLocalError: cannot access local variable ‘time_start_vt’ where it is not associated with a value
So, I will try to figure this one out now!