SI1145 error in live measurement

Hello again,
after connecting the SI1145 i get this error in Live measurements

Version: 8.14.2
Database: 07c7c8ebc195
Model: Raspberry Pi 3 Model B Plus Rev 1.3

Release:
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye

Firmware:
b’’

Error (Full Traceback):

Traceback (most recent call last):
File “/var/mycodo-root/env/lib/python3.9/site-packages/flask/app.py”, line 2077, in wsgi_app
response = self.full_dispatch_request()
File “/var/mycodo-root/env/lib/python3.9/site-packages/flask/app.py”, line 1525, in full_dispatch_request
rv = self.handle_user_exception(e)
File “/var/mycodo-root/env/lib/python3.9/site-packages/flask_restx/api.py”, line 672, in error_router
return original_handler(e)
File “/var/mycodo-root/env/lib/python3.9/site-packages/flask/app.py”, line 1523, in full_dispatch_request
rv = self.dispatch_request()
File “/var/mycodo-root/env/lib/python3.9/site-packages/flask/app.py”, line 1509, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File “/var/mycodo-root/env/lib/python3.9/site-packages/flask_login/utils.py”, line 303, in decorated_view
return current_app.ensure_sync(func)(*args, **kwargs)
File “/home/pi/Mycodo/mycodo/mycodo_flask/routes_page.py”, line 852, in page_live
return render_template(‘pages/live.html’,
File “/var/mycodo-root/env/lib/python3.9/site-packages/flask/templating.py”, line 148, in render_template
return _render(
File “/var/mycodo-root/env/lib/python3.9/site-packages/flask/templating.py”, line 128, in _render
rv = template.render(context)
File “/var/mycodo-root/env/lib/python3.9/site-packages/jinja2/environment.py”, line 1301, in render
self.environment.handle_exception()
File “/var/mycodo-root/env/lib/python3.9/site-packages/jinja2/environment.py”, line 936, in handle_exception
raise rewrite_traceback_stack(source=source)
File “/home/pi/Mycodo/mycodo/mycodo_flask/templates/pages/live.html”, line 3, in top-level template code
{% set help_page = [“Data Viewing - Mycodo”, _(‘Live Measurements’)] %}
File “/home/pi/Mycodo/mycodo/mycodo_flask/templates/layout.html”, line 384, in top-level template code
{%- block body %}{% endblock -%}
File “/home/pi/Mycodo/mycodo/mycodo_flask/templates/pages/live.html”, line 112, in block ‘body’
{%- if dict_units[dict_measure_units[each_meas.unique_id]][‘unit’] -%}
File “/var/mycodo-root/env/lib/python3.9/site-packages/jinja2/environment.py”, line 466, in getitem
return obj[argument]
jinja2.exceptions.UndefinedError: ‘collections.OrderedDict object’ has no attribute ‘uv’

Did you at some point have the unit “uv” and then delete it before deleting any associated Inputs? There should be checks in place to prevent doing things like this, but it’s difficult to catch them all.