I'm hoping this is just user error and i've started the process over again. But when attempting to build the site I get the following error
2024-08-25 00:52:07,921: building site
Traceback (most recent call last):
File "/usr/local/bin/tg-archive", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/tgarchive/__init__.py", line 161, in main
b.build()
File "/usr/local/lib/python3.10/dist-packages/tgarchive/build.py", line 87, in build
self._render_page(messages, month, dayline,
File "/usr/local/lib/python3.10/dist-packages/tgarchive/build.py", line 116, in _render_page
html = self.template.render(config=self.config,
File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1291, in render
self.environment.handle_exception()
File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 925, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 90, in top-level template code
File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 474, in getattr
return getattr(obj, attribute)
jinja2.exceptions.UndefinedError: 'collections.OrderedDict object' has no attribute '2021-02-09'
I'm hoping this is just user error and i've started the process over again. But when attempting to build the site I get the following error