{% extends "errors/base.html" %} {% block title %}Unable to connect to Lesedi's guider service{% endblock %} {% block error_title %}Unable to connect to Lesedi's guider service{% endblock %} {% block error_text %}

Please make sure that the Lesedi guider service is running. Check the service status with the following command:

$ sudo systemctl status lesedi-guider

Try starting or restarting the service:

$ sudo systemctl restart lesedi-guider
{% endblock %}