{% extends "base.html" %} {% block title %}Lute error{% endblock %} {% block header %}500 internal server error{% endblock %} {% block body %}

Hmm, something went wrong ...

Platform: {{ platform }}

Version: {{ version }}

In docker?: {{ is_docker }}

Stack trace:

{{ exception_info }}
{% if "CERTIFICATE_VERIFY_FAILED" in exception_info %}

This looks like an SSL certificate verification error.

Possible solutions are outlined in this StackOverflow post ... see if any of these are effective.

After applying any solution, restart Lute.

{% endif %}

If this issue persists, please open a GitHub Issue, including all of the above information in the issue.

{% endblock %}