io.UnsupportedOperation: fileno
[ERROR] [UID:1495][663122] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/trademont/apps/core/views.py", line 16, in home
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: core/home.html

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 120, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 141, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 186, in handle_uncaught_exception
    return callback(request)
           ^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/trademont/config/error_handlers.py", line 14, in handler500
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: errors/500.html

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 120, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 141, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 186, in handle_uncaught_exception
    return callback(request)
           ^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/trademont/config/error_handlers.py", line 14, in handler500
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: errors/500.html

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 120, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 141, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 186, in handle_uncaught_exception
    return callback(request)
           ^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/trademont/config/error_handlers.py", line 14, in handler500
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: errors/500.html

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 120, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 141, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 186, in handle_uncaught_exception
    return callback(request)
           ^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/trademont/config/error_handlers.py", line 14, in handler500
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: errors/500.html

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 120, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 141, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 186, in handle_uncaught_exception
    return callback(request)
           ^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/trademont/config/error_handlers.py", line 14, in handler500
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: errors/500.html

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 120, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 141, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 186, in handle_uncaught_exception
    return callback(request)
           ^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/trademont/config/error_handlers.py", line 14, in handler500
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: errors/500.html

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/whitenoise/middleware.py", line 123, in __call__
    return self.get_response(request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 141, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 186, in handle_uncaught_exception
    return callback(request)
           ^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/trademont/config/error_handlers.py", line 14, in handler500
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: errors/500.html

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 120, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 141, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 186, in handle_uncaught_exception
    return callback(request)
           ^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/trademont/config/error_handlers.py", line 14, in handler500
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: errors/500.html

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 141, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 186, in handle_uncaught_exception
    return callback(request)
           ^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/trademont/config/error_handlers.py", line 14, in handler500
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dechepfq/virtualenv/trademont/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: errors/500.html
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno


io.UnsupportedOperation: fileno

[UID:1495][2079929] packetLen < 0
io.UnsupportedOperation: fileno


<ul class="errorlist"><li>password2<ul class="errorlist" id="id_password2_error"><li>This password is entirely numeric.</li></ul></li></ul>

[UID:1495][2295048] packetLen < 0
[UID:1495][2295048] packetLen < 0
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1495][4025658] Child process with pid: 4025685 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
