{% 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 }}
{{ 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.
Please check the Lute manual to see if there are reports and solutions for this problem, and also check Discord to see if other users have encountered and solved it as well.
If this issue persists, please open a GitHub Issue, including all of the above information, plus the full stack trace.
{% endblock %}