Hello, after an update to 1.6.8 when I tried to access mysql it throws an 500 error, please can you help me with this ?
thanks.
[2025-11-15 17:31:28,135] ERROR in app: Exception on /mysql/import [GET]
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 1511, in wsgi_app
response = self.full_dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 919, in full_dispatch_request
rv = self.handle_user_exception(e)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 917, in full_dispatch_request
rv = self.dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 902, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen 2083-x86.app>", line 687, in wrapper
File "<frozen 2083-x86.modules.mysqld.mysql_import>", line 83, in mysql_import_db
File "/usr/local/lib/python3.12/site-packages/flask/templating.py", line 150, in render_template
return _render(app, template, context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/flask/templating.py", line 131, in render
rv = template.render(context)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 1295, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 942, in handle_exception
raise rewrite_traceback_stack(source=source)
File "/templates/mysql/import.html", line 1, in top-level template code
{% extends 'base.html' %}
File "/templates/base.html", line 687, in top-level template code
{% include 'partials/service_js.html' with context %}
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/templates/partials/_service_js.html", line 32, in top-level template code
'{{ _("Memory %") }}': service.MemPerc,
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/jinja2/ext.py", line 168, in _gettext_alias
return context.call(context.resolve("gettext"), *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/jinja2/ext.py", line 180, in gettext
return rv % variables # type: ignore
~^~~~~~~~
File "/usr/local/lib/python3.12/site-packages/markupsafe/init.py", line 112, in mod
return self.class(super().mod(arg))
^^^^^^^^^^^^^^^^^^^^
ValueError: incomplete format
ERROR:root:Error Code: siM8NFQ2arewcALj2AmLOcAE - 500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.