{% 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 }}
{% endif %}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.
If this issue persists, please open a GitHub Issue, including all of the above information in the issue.
{% endblock %}