uv run webterm --host 0.0.0.0
[15:21:57] INFO Starting webterm on http://0.0.0.0:8000
INFO: Started server process [719]
INFO: Waiting for application startup.
[15:21:57] INFO Starting webterm...
Open http://127.0.0.1:8000 in the browser ,then
INFO: 127.0.0.1:40322 - "GET / HTTP/1.1" 500 Internal Server Error
ERROR: Exception in ASGI application
Traceback (most recent call last):
....
.venv/lib/python3.12/site-packages/jinja2/utils.py", line 515, in getitem
rv = self._mapping[key]
~~~~~~~~~~~~~^^^^^
TypeError: unhashable type: 'dict'
uv run webterm --host 0.0.0.0
[15:21:57] INFO Starting webterm on http://0.0.0.0:8000
INFO: Started server process [719]
INFO: Waiting for application startup.
[15:21:57] INFO Starting webterm...
Open http://127.0.0.1:8000 in the browser ,then
INFO: 127.0.0.1:40322 - "GET / HTTP/1.1" 500 Internal Server Error
ERROR: Exception in ASGI application
Traceback (most recent call last):
....
.venv/lib/python3.12/site-packages/jinja2/utils.py", line 515, in getitem
rv = self._mapping[key]
~~~~~~~~~~~~~^^^^^
TypeError: unhashable type: 'dict'