[2024-09-22 18:17:20.243407] Traceback (most recent call last): File "/workdir/wepppy/wepppy/weppcloud/app.py", line 1818, in runs0 File "/usr/local/lib/python3.10/dist-packages/flask/templating.py", line 150, in render_template return _render(app, template, context) File "/usr/local/lib/python3.10/dist-packages/flask/templating.py", line 131, in _render rv = template.render(context) File "/usr/local/lib/python3.10/dist-packages/jinja2/environment.py", line 1304, in render self.environment.handle_exception() File "/usr/local/lib/python3.10/dist-packages/jinja2/environment.py", line 939, in handle_exception raise rewrite_traceback_stack(source=source) File "/workdir/wepppy/wepppy/weppcloud/templates/0.html", line 59, in top-level template code {% include 'controls/landuse.htm'%} File "/workdir/wepppy/wepppy/weppcloud/templates/controls/landuse.htm", line 1, in top-level template code {% extends "controls/_base.htm" %} File "/workdir/wepppy/wepppy/weppcloud/templates/controls/_base.htm", line 5, in top-level template code {% block inputs %}{% endblock %} File "/workdir/wepppy/wepppy/weppcloud/templates/controls/landuse.htm", line 117, in block 'inputs' File "/usr/local/lib/python3.10/dist-packages/jinja2/environment.py", line 487, in getattr return getattr(obj, attribute) File "/workdir/wepppy/wepppy/nodb/landuse.py", line 375, in nlcd_db return getattr(self, '_nlcd_db', self.config_get_str('landuse', 'nlcd_db')) File "/workdir/wepppy/wepppy/nodb/base.py", line 154, in config_get_str def config_get_str(self, section: str, option: str, default=None): File "/workdir/wepppy/wepppy/nodb/base.py", line 416, in _configparser with open(_default_config) as fp: FileNotFoundError: [Errno 2] No such file or directory: '/workdir/wepppy/wepppy/nodb/configs/lt-wepp_bd16b69-snow.cfg' [2025-01-19 17:25:40.579119] Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/pandas/core/indexes/base.py", line 3805, in get_loc return self._engine.get_loc(casted_key) File "index.pyx", line 167, in pandas._libs.index.IndexEngine.get_loc File "index.pyx", line 196, in pandas._libs.index.IndexEngine.get_loc File "pandas/_libs/hashtable_class_helper.pxi", line 7081, in pandas._libs.hashtable.PyObjectHashTable.get_item File "pandas/_libs/hashtable_class_helper.pxi", line 7089, in pandas._libs.hashtable.PyObjectHashTable.get_item KeyError: 'Sed. Del (kg)' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/workdir/wepppy/wepppy/weppcloud/app.py", line 4111, in report_wepp_avg_annual_by_landuse dwat = DisturbedTotalWatSed2(wd, wepp.baseflow_opts, wepp.phosphorus_opts) File "/workdir/wepppy/wepppy/wepp/out/totalwatsed.py", line 220, in __init__ self.load_data() File "/workdir/wepppy/wepppy/wepp/out/totalwatsed.py", line 294, in load_data self.compile_data(results) File "/workdir/wepppy/wepppy/wepp/out/totalwatsed.py", line 494, in compile_data d[dom] = process_measures_df(d[dom], d_m2[dom], self.baseflow_opts, self.phos_opts) File "/workdir/wepppy/wepppy/wepp/out/totalwatsed.py", line 176, in process_measures_df d['P Load (mg)'] = d['Sed. Del (kg)'] * phos_opts.sediment File "/usr/local/lib/python3.10/dist-packages/pandas/core/frame.py", line 4102, in __getitem__ indexer = self.columns.get_loc(key) File "/usr/local/lib/python3.10/dist-packages/pandas/core/indexes/base.py", line 3812, in get_loc raise KeyError(key) from err KeyError: 'Sed. Del (kg)' [2025-02-17 15:00:04.029742] Traceback (most recent call last): File "/workdir/wepppy/wepppy/weppcloud/app.py", line 2367, in export_arcmap gpkg_export(wd) File "/workdir/wepppy/wepppy/export/gpkg_export.py", line 72, in gpkg_export soils_hill_df = Soils.getInstance(wd).hill_table AttributeError: 'Soils' object has no attribute 'hill_table' [2025-06-13 08:40:51.182961] Traceback (most recent call last): File "/workdir/wepppy/wepppy/weppcloud/app.py", line 1439, in omni_migration ron.lock() File "/workdir/wepppy/wepppy/nodb/base.py", line 310, in lock raise Exception('lock() called on readonly project') Exception: lock() called on readonly project