{% extends "index.html" %} {% block navigation %} {% endblock %} {% block contents %}

Exit code - {{exit_code}}

{% if exception %}
Exception - {{exception}}
{%else%}
No exceptions raised.
{%endif%}

Program output

{{stdout}}

Errors / Exceptions

{% if exception %}
{{stderr}}

{{traceback}}
{%else%}
STDERR stream is empty.
{%endif%}

What should I do?

Try restarting Diladele Web Safety and Squid Proxy manually from your server's console by running the following command. Watch closely for any errors in the output. If this error is repeated, contact support@diladele.com attaching this error page.

/opt/websafety/bin/restart.sh

 

{% endblock %}