Internal Server Error: /
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/exception.py", line 47, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/base.py", line 167, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/base.py", line 290, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/resolvers.py", line 560, in resolve
    for pattern in self.url_patterns:
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/utils/functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/resolvers.py", line 602, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/utils/functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/resolvers.py", line 595, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 39, in <module>
    path("chat/", include("chat.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/conf.py", line 34, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/chat/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/chat/views.py", line 13, in <module>
    from ai_engine.services import ConversationManager
  File "/home/mirjuwub/ACA/ai_engine/services/__init__.py", line 1, in <module>
    from .conversation_manager import ConversationManager
  File "/home/mirjuwub/ACA/ai_engine/services/conversation_manager.py", line 21, in <module>
    from .attribute_weighter import rank_products
  File "/home/mirjuwub/ACA/ai_engine/services/attribute_weighter.py", line 69, in <module>
    def _extract_explicit_weights(enriched_slots: dict, raw_text: str = "") -> dict[str, float]:
TypeError: 'type' object is not subscriptable
Internal Server Error: /
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/exception.py", line 47, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/base.py", line 167, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/base.py", line 290, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/resolvers.py", line 560, in resolve
    for pattern in self.url_patterns:
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/utils/functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/resolvers.py", line 602, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/utils/functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/resolvers.py", line 595, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 39, in <module>
    path("chat/", include("chat.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/conf.py", line 34, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/chat/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/chat/views.py", line 13, in <module>
    from ai_engine.services import ConversationManager
  File "/home/mirjuwub/ACA/ai_engine/services/__init__.py", line 1, in <module>
    from .conversation_manager import ConversationManager
  File "/home/mirjuwub/ACA/ai_engine/services/conversation_manager.py", line 21, in <module>
    from .attribute_weighter import rank_products
  File "/home/mirjuwub/ACA/ai_engine/services/attribute_weighter.py", line 69, in <module>
    def _extract_explicit_weights(enriched_slots: dict, raw_text: str = "") -> dict[str, float]:
TypeError: 'type' object is not subscriptable
Internal Server Error: /
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/exception.py", line 47, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/base.py", line 167, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/base.py", line 290, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/resolvers.py", line 560, in resolve
    for pattern in self.url_patterns:
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/utils/functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/resolvers.py", line 602, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/utils/functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/resolvers.py", line 595, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 39, in <module>
    path("chat/", include("chat.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/conf.py", line 34, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/chat/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/chat/views.py", line 13, in <module>
    from ai_engine.services import ConversationManager
  File "/home/mirjuwub/ACA/ai_engine/services/__init__.py", line 1, in <module>
    from .conversation_manager import ConversationManager
  File "/home/mirjuwub/ACA/ai_engine/services/conversation_manager.py", line 21, in <module>
    from .attribute_weighter import rank_products
  File "/home/mirjuwub/ACA/ai_engine/services/attribute_weighter.py", line 69, in <module>
    def _extract_explicit_weights(enriched_slots: dict, raw_text: str = "") -> dict[str, float]:
TypeError: 'type' object is not subscriptable
Internal Server Error: /
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/exception.py", line 47, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/base.py", line 167, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/base.py", line 290, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/resolvers.py", line 560, in resolve
    for pattern in self.url_patterns:
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/utils/functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/resolvers.py", line 602, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/utils/functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/resolvers.py", line 595, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 39, in <module>
    path("chat/", include("chat.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/urls/conf.py", line 34, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/chat/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/chat/views.py", line 13, in <module>
    from ai_engine.services import ConversationManager
  File "/home/mirjuwub/ACA/ai_engine/services/__init__.py", line 1, in <module>
    from .conversation_manager import ConversationManager
  File "/home/mirjuwub/ACA/ai_engine/services/conversation_manager.py", line 21, in <module>
    from .attribute_weighter import rank_products
  File "/home/mirjuwub/ACA/ai_engine/services/attribute_weighter.py", line 69, in <module>
    def _extract_explicit_weights(enriched_slots: dict, raw_text: str = "") -> dict[str, float]:
TypeError: 'type' object is not subscriptable
Could not load ACA settings from DB: PostgreSQL 12 or later is required (found 10.23).
Could not load ACA settings from DB: PostgreSQL 12 or later is required (found 10.23).
Could not load ACA settings from DB: PostgreSQL 12 or later is required (found 10.23).
Not Found: /favicon.ico
Could not load ACA settings from DB: PostgreSQL 12 or later is required (found 10.23).
Internal Server Error: /accounts/login/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/views/generic/base.py", line 105, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/utils/decorators.py", line 46, in _wrapper
    return bound_method(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/views/decorators/debug.py", line 92, in sensitive_post_parameters_wrapper
    return view(request, *args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/utils/decorators.py", line 46, in _wrapper
    return bound_method(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/utils/decorators.py", line 134, in _wrapper_view
    response = view_func(request, *args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/utils/decorators.py", line 46, in _wrapper
    return bound_method(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/views/decorators/cache.py", line 62, in _wrapper_view_func
    response = view_func(request, *args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/contrib/auth/views.py", line 90, in dispatch
    return super().dispatch(request, *args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/views/generic/base.py", line 144, in dispatch
    return handler(request, *args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/views/generic/edit.py", line 152, in post
    if form.is_valid():
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/forms/forms.py", line 201, in is_valid
    return self.is_bound and not self.errors
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/forms/forms.py", line 196, in errors
    self.full_clean()
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/forms/forms.py", line 434, in full_clean
    self._clean_form()
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/forms/forms.py", line 455, in _clean_form
    cleaned_data = self.clean()
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/contrib/auth/forms.py", line 252, in clean
    self.user_cache = authenticate(
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/views/decorators/debug.py", line 42, in sensitive_variables_wrapper
    return func(*func_args, **func_kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/contrib/auth/__init__.py", line 77, in authenticate
    user = backend.authenticate(request, **credentials)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/contrib/auth/backends.py", line 46, in authenticate
    user = UserModel._default_manager.get_by_natural_key(username)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/contrib/auth/base_user.py", line 54, in get_by_natural_key
    return self.get(**{self.model.USERNAME_FIELD: username})
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/db/models/query.py", line 635, in get
    num = len(clone)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/db/models/query.py", line 382, in __len__
    self._fetch_all()
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/db/models/query.py", line 1886, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/db/models/query.py", line 93, in __iter__
    results = compiler.execute_sql(
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/db/models/sql/compiler.py", line 1560, in execute_sql
    cursor = self.connection.cursor()
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/db/backends/base/base.py", line 329, in cursor
    return self._cursor()
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/db/backends/base/base.py", line 305, in _cursor
    self.ensure_connection()
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/db/backends/base/base.py", line 288, in ensure_connection
    self.connect()
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/db/backends/base/base.py", line 271, in connect
    self.init_connection_state()
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/db/backends/postgresql/base.py", line 309, in init_connection_state
    super().init_connection_state()
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/db/backends/base/base.py", line 238, in init_connection_state
    self.check_database_version_supported()
  File "/home/mirjuwub/virtualenv/ACA/3.9/lib/python3.9/site-packages/django/db/backends/base/base.py", line 214, in check_database_version_supported
    raise NotSupportedError(
django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 10.23).
Could not load ACA settings from DB: PostgreSQL 12 or later is required (found 10.23).
Not Found: /robots.txt
Not Found: /robots.txt
Internal Server Error: /escrow/admin/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
psycopg2.errors.UndefinedColumn: column cart_order.order_number does not exist
LINE 1: ...crowtransaction"."updated_at", "cart_order"."id", "cart_orde...
                                                             ^


The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/exception.py", line 47, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/base.py", line 181, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/contrib/auth/decorators.py", line 21, in _wrapped_view
    return view_func(request, *args, **kwargs)
  File "/home/mirjuwub/ACA/escrow/views.py", line 285, in admin_escrow_dashboard
    "status_filter": status_filter,
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/shortcuts.py", line 19, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
    return self.template.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 170, in render
    return self._render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 162, in _render
    return self.nodelist.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 938, in render
    bit = node.render_annotated(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 905, in render_annotated
    return self.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
    return compiled_parent._render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 162, in _render
    return self.nodelist.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 938, in render
    bit = node.render_annotated(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 905, in render_annotated
    return self.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/loader_tags.py", line 62, in render
    result = block.nodelist.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 938, in render
    bit = node.render_annotated(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 905, in render_annotated
    return self.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/defaulttags.py", line 171, in render
    len_values = len(values)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/models/query.py", line 262, in __len__
    self._fetch_all()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/models/query.py", line 1324, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/models/query.py", line 51, in __iter__
    results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 1175, in execute_sql
    cursor.execute(sql, params)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 98, in execute
    return super().execute(sql, params)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 66, in execute
    return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 75, in _execute_with_wrappers
    return executor(sql, params, many, context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/utils.py", line 90, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
django.db.utils.ProgrammingError: column cart_order.order_number does not exist
LINE 1: ...crowtransaction"."updated_at", "cart_order"."id", "cart_orde...
                                                             ^

Internal Server Error: /vendor/dashboard/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
psycopg2.errors.UndefinedColumn: column cart_order.order_number does not exist
LINE 1: ...art_vendororder"."updated_at", "cart_order"."id", "cart_orde...
                                                             ^


The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/exception.py", line 47, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/base.py", line 181, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/contrib/auth/decorators.py", line 21, in _wrapped_view
    return view_func(request, *args, **kwargs)
  File "/home/mirjuwub/ACA/vendors/views.py", line 26, in _wrapped
    return view_func(request, *args, **kwargs)
  File "/home/mirjuwub/ACA/vendors/views.py", line 108, in vendor_dashboard
    "at_product_limit": product_count >= MAX_VENDOR_PRODUCTS,
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/shortcuts.py", line 19, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
    return self.template.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 170, in render
    return self._render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 162, in _render
    return self.nodelist.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 938, in render
    bit = node.render_annotated(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 905, in render_annotated
    return self.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
    return compiled_parent._render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 162, in _render
    return self.nodelist.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 938, in render
    bit = node.render_annotated(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 905, in render_annotated
    return self.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/loader_tags.py", line 62, in render
    result = block.nodelist.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 938, in render
    bit = node.render_annotated(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 905, in render_annotated
    return self.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 988, in render
    output = self.filter_expression.resolve(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 698, in resolve
    new_obj = func(obj, *arg_vals)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/defaultfilters.py", line 577, in length
    return len(value)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/models/query.py", line 262, in __len__
    self._fetch_all()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/models/query.py", line 1324, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/models/query.py", line 51, in __iter__
    results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 1175, in execute_sql
    cursor.execute(sql, params)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 98, in execute
    return super().execute(sql, params)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 66, in execute
    return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 75, in _execute_with_wrappers
    return executor(sql, params, many, context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/utils.py", line 90, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
django.db.utils.ProgrammingError: column cart_order.order_number does not exist
LINE 1: ...art_vendororder"."updated_at", "cart_order"."id", "cart_orde...
                                                             ^

Not Found: /robots.txt
Not Found: /robots.txt
Internal Server Error: /escrow/admin/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
psycopg2.errors.UndefinedColumn: column cart_order.order_number does not exist
LINE 1: ...crowtransaction"."updated_at", "cart_order"."id", "cart_orde...
                                                             ^


The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/exception.py", line 47, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/handlers/base.py", line 181, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/contrib/auth/decorators.py", line 21, in _wrapped_view
    return view_func(request, *args, **kwargs)
  File "/home/mirjuwub/ACA/escrow/views.py", line 285, in admin_escrow_dashboard
    "status_filter": status_filter,
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/shortcuts.py", line 19, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
    return self.template.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 170, in render
    return self._render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 162, in _render
    return self.nodelist.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 938, in render
    bit = node.render_annotated(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 905, in render_annotated
    return self.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
    return compiled_parent._render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 162, in _render
    return self.nodelist.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 938, in render
    bit = node.render_annotated(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 905, in render_annotated
    return self.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/loader_tags.py", line 62, in render
    result = block.nodelist.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 938, in render
    bit = node.render_annotated(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/base.py", line 905, in render_annotated
    return self.render(context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/template/defaulttags.py", line 171, in render
    len_values = len(values)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/models/query.py", line 262, in __len__
    self._fetch_all()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/models/query.py", line 1324, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/models/query.py", line 51, in __iter__
    results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 1175, in execute_sql
    cursor.execute(sql, params)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 98, in execute
    return super().execute(sql, params)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 66, in execute
    return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 75, in _execute_with_wrappers
    return executor(sql, params, many, context)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/utils.py", line 90, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
django.db.utils.ProgrammingError: column cart_order.order_number does not exist
LINE 1: ...crowtransaction"."updated_at", "cart_order"."id", "cart_orde...
                                                             ^

Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 114, in populate
    app_config.import_models()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/config.py", line 301, in import_models
    self.models_module = import_module(models_module_name)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/stores/models.py", line 2, in <module>
    from .models import StoreRegistry, StoreHealthLog, ACASettings
ImportError: cannot import name 'StoreRegistry'
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 114, in populate
    app_config.import_models()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/config.py", line 301, in import_models
    self.models_module = import_module(models_module_name)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/stores/models.py", line 2, in <module>
    from .models import StoreRegistry, StoreHealthLog, ACASettings
ImportError: cannot import name 'StoreRegistry'
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 114, in populate
    app_config.import_models()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/config.py", line 301, in import_models
    self.models_module = import_module(models_module_name)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/stores/models.py", line 2, in <module>
    from .models import StoreRegistry, StoreHealthLog, ACASettings
ImportError: cannot import name 'StoreRegistry'
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 114, in populate
    app_config.import_models()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/config.py", line 301, in import_models
    self.models_module = import_module(models_module_name)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/stores/models.py", line 2, in <module>
    from .models import StoreRegistry, StoreHealthLog, ACASettings
ImportError: cannot import name 'StoreRegistry'
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 114, in populate
    app_config.import_models()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/config.py", line 301, in import_models
    self.models_module = import_module(models_module_name)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/stores/models.py", line 2, in <module>
    from .models import StoreRegistry, StoreHealthLog, ACASettings
ImportError: cannot import name 'StoreRegistry'
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 114, in populate
    app_config.import_models()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/config.py", line 301, in import_models
    self.models_module = import_module(models_module_name)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/stores/models.py", line 2, in <module>
    from .models import StoreRegistry, StoreHealthLog, ACASettings
ImportError: cannot import name 'StoreRegistry'
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 114, in populate
    app_config.import_models()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/config.py", line 301, in import_models
    self.models_module = import_module(models_module_name)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/stores/models.py", line 2, in <module>
    from .models import StoreRegistry, StoreHealthLog, ACASettings
ImportError: cannot import name 'StoreRegistry'
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 114, in populate
    app_config.import_models()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/config.py", line 301, in import_models
    self.models_module = import_module(models_module_name)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/stores/models.py", line 2, in <module>
    from .models import StoreRegistry, StoreHealthLog, ACASettings
ImportError: cannot import name 'StoreRegistry'
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 114, in populate
    app_config.import_models()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/config.py", line 301, in import_models
    self.models_module = import_module(models_module_name)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/stores/models.py", line 2, in <module>
    from .models import StoreRegistry, StoreHealthLog
ImportError: cannot import name 'StoreRegistry'
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 114, in populate
    app_config.import_models()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/config.py", line 301, in import_models
    self.models_module = import_module(models_module_name)
  File "/opt/alt/python36/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/stores/models.py", line 2, in <module>
    from .models import StoreRegistry, StoreHealthLog
ImportError: cannot import name 'StoreRegistry'
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.6/lib/python3.6/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Could not load ACA settings from DB: PostgreSQL 12 or later is required (found 10.23).
Could not load ACA settings from DB: PostgreSQL 12 or later is required (found 10.23).
Internal Server Error: /dashboard/settings/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 187, in _get_session
    return self._session_cache
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/auth/decorators.py", line 22, in _wrapper_view
    if test_func(request.user):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/admin/views/decorators.py", line 13, in <lambda>
    lambda u: u.is_active and u.is_staff,
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 419, in _setup
    self._wrapped = self._setupfunc()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/auth/middleware.py", line 25, in <lambda>
    request.user = SimpleLazyObject(lambda: get_user(request))
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/auth/middleware.py", line 11, in get_user
    request._cached_user = auth.get_user(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/auth/__init__.py", line 191, in get_user
    user_id = _get_user_session_key(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/auth/__init__.py", line 60, in _get_user_session_key
    return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY])
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 53, in __getitem__
    return self._session[key]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 192, in _get_session
    self._session_cache = self.load()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 42, in load
    s = self._get_session_from_db()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 32, in _get_session_from_db
    return self.model.objects.get(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 635, in get
    num = len(clone)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 382, in __len__
    self._fetch_all()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 1886, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 93, in __iter__
    results = compiler.execute_sql(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/sql/compiler.py", line 1560, in execute_sql
    cursor = self.connection.cursor()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 329, in cursor
    return self._cursor()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 305, in _cursor
    self.ensure_connection()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 288, in ensure_connection
    self.connect()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 271, in connect
    self.init_connection_state()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/postgresql/base.py", line 309, in init_connection_state
    super().init_connection_state()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 238, in init_connection_state
    self.check_database_version_supported()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 214, in check_database_version_supported
    raise NotSupportedError(
django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 10.23).
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 187, in _get_session
    return self._session_cache
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 46, in chat_home
    conversation_id = request.session.get("conversation_id")
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 68, in get
    return self._session.get(key, default)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 192, in _get_session
    self._session_cache = self.load()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 42, in load
    s = self._get_session_from_db()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 32, in _get_session_from_db
    return self.model.objects.get(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 635, in get
    num = len(clone)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 382, in __len__
    self._fetch_all()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 1886, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 93, in __iter__
    results = compiler.execute_sql(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/sql/compiler.py", line 1560, in execute_sql
    cursor = self.connection.cursor()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 329, in cursor
    return self._cursor()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 305, in _cursor
    self.ensure_connection()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 288, in ensure_connection
    self.connect()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 271, in connect
    self.init_connection_state()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/postgresql/base.py", line 309, in init_connection_state
    super().init_connection_state()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 238, in init_connection_state
    self.check_database_version_supported()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 214, in check_database_version_supported
    raise NotSupportedError(
django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 10.23).
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 187, in _get_session
    return self._session_cache
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 46, in chat_home
    conversation_id = request.session.get("conversation_id")
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 68, in get
    return self._session.get(key, default)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 192, in _get_session
    self._session_cache = self.load()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 42, in load
    s = self._get_session_from_db()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 32, in _get_session_from_db
    return self.model.objects.get(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 635, in get
    num = len(clone)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 382, in __len__
    self._fetch_all()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 1886, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 93, in __iter__
    results = compiler.execute_sql(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/sql/compiler.py", line 1560, in execute_sql
    cursor = self.connection.cursor()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 329, in cursor
    return self._cursor()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 305, in _cursor
    self.ensure_connection()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 288, in ensure_connection
    self.connect()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 271, in connect
    self.init_connection_state()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/postgresql/base.py", line 309, in init_connection_state
    super().init_connection_state()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 238, in init_connection_state
    self.check_database_version_supported()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 214, in check_database_version_supported
    raise NotSupportedError(
django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 10.23).
Could not load ACA settings from DB: PostgreSQL 12 or later is required (found 10.23).
Not Found: /robots.txt
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 187, in _get_session
    return self._session_cache
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 55, in inner
    try:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 46, in chat_home
    conversation_id = request.session.get("conversation_id")
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 68, in get
    return self._session.get(key, default)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 192, in _get_session
    self._session_cache = self.load()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 42, in load
    s = self._get_session_from_db()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 32, in _get_session_from_db
    return self.model.objects.get(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/manager.py", line 87, in manager_method
    manager_method.__name__ = method.__name__
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 635, in get
    )
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 382, in __len__
    default case:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 1886, in _fetch_all
    """Check that two QuerySet classes may be merged."""
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 93, in __iter__
    compiler.annotation_col_map,
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/sql/compiler.py", line 1560, in execute_sql
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 329, in cursor
    self.validate_no_atomic_block()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 305, in _cursor
    with self.wrap_database_errors:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 288, in ensure_connection
    Validate the connection is usable and perform database cursor wrapping.
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 271, in connect
    if self.settings_dict["TIME_ZONE"] is not None and not settings.USE_TZ:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/postgresql/base.py", line 309, in init_connection_state
    """
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 238, in init_connection_state
    "subclasses of BaseDatabaseWrapper may require a create_cursor() method"
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 214, in check_database_version_supported
    def get_connection_params(self):
django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 10.23).
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 187, in _get_session
    return self._session_cache
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 55, in inner
    try:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 46, in chat_home
    conversation_id = request.session.get("conversation_id")
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 68, in get
    return self._session.get(key, default)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 192, in _get_session
    self._session_cache = self.load()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 42, in load
    s = self._get_session_from_db()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 32, in _get_session_from_db
    return self.model.objects.get(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/manager.py", line 87, in manager_method
    manager_method.__name__ = method.__name__
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 635, in get
    )
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 382, in __len__
    default case:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 1886, in _fetch_all
    """Check that two QuerySet classes may be merged."""
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 93, in __iter__
    compiler.annotation_col_map,
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/sql/compiler.py", line 1560, in execute_sql
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 329, in cursor
    self.validate_no_atomic_block()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 305, in _cursor
    with self.wrap_database_errors:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 288, in ensure_connection
    Validate the connection is usable and perform database cursor wrapping.
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 271, in connect
    if self.settings_dict["TIME_ZONE"] is not None and not settings.USE_TZ:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/postgresql/base.py", line 309, in init_connection_state
    """
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 238, in init_connection_state
    "subclasses of BaseDatabaseWrapper may require a create_cursor() method"
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 214, in check_database_version_supported
    def get_connection_params(self):
django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 10.23).
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 187, in _get_session
    return self._session_cache
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 55, in inner
    try:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 46, in chat_home
    conversation_id = request.session.get("conversation_id")
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 68, in get
    return self._session.get(key, default)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 192, in _get_session
    self._session_cache = self.load()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 42, in load
    s = self._get_session_from_db()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 32, in _get_session_from_db
    return self.model.objects.get(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/manager.py", line 87, in manager_method
    manager_method.__name__ = method.__name__
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 635, in get
    )
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 382, in __len__
    default case:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 1886, in _fetch_all
    """Check that two QuerySet classes may be merged."""
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 93, in __iter__
    compiler.annotation_col_map,
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/sql/compiler.py", line 1560, in execute_sql
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 329, in cursor
    self.validate_no_atomic_block()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 305, in _cursor
    with self.wrap_database_errors:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 288, in ensure_connection
    Validate the connection is usable and perform database cursor wrapping.
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 271, in connect
    if self.settings_dict["TIME_ZONE"] is not None and not settings.USE_TZ:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/postgresql/base.py", line 309, in init_connection_state
    """
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 238, in init_connection_state
    "subclasses of BaseDatabaseWrapper may require a create_cursor() method"
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 214, in check_database_version_supported
    def get_connection_params(self):
django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 10.23).
Not Found: /favicon.ico
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 187, in _get_session
    return self._session_cache
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 46, in chat_home
    conversation_id = request.session.get("conversation_id")
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 68, in get
    return self._session.get(key, default)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 192, in _get_session
    self._session_cache = self.load()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 42, in load
    s = self._get_session_from_db()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 32, in _get_session_from_db
    return self.model.objects.get(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 635, in get
    num = len(clone)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 382, in __len__
    self._fetch_all()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 1886, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 93, in __iter__
    results = compiler.execute_sql(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/sql/compiler.py", line 1560, in execute_sql
    cursor = self.connection.cursor()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 329, in cursor
    return self._cursor()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 305, in _cursor
    self.ensure_connection()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 288, in ensure_connection
    self.connect()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 271, in connect
    self.init_connection_state()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/postgresql/base.py", line 309, in init_connection_state
    super().init_connection_state()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 238, in init_connection_state
    self.check_database_version_supported()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 214, in check_database_version_supported
    raise NotSupportedError(
django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 10.23).
Not Found: /favicon.ico
Not Found: /favicon.ico
Could not load ACA settings from DB: PostgreSQL 12 or later is required (found 10.23).
Could not load ACA settings from DB: PostgreSQL 11 or later is required (found 10.23).
Could not load ACA settings from DB: PostgreSQL 11 or later is required (found 10.23).
Could not load ACA settings from DB: PostgreSQL 11 or later is required (found 10.23).
Not Found: /favicon.ico
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 187, in _get_session
    return self._session_cache
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 46, in chat_home
    conversation_id = request.session.get("conversation_id")
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 68, in get
    return self._session.get(key, default)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 192, in _get_session
    self._session_cache = self.load()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 42, in load
    s = self._get_session_from_db()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 32, in _get_session_from_db
    return self.model.objects.get(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 646, in get
    num = len(clone)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 376, in __len__
    self._fetch_all()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 1867, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 87, in __iter__
    results = compiler.execute_sql(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/sql/compiler.py", line 1396, in execute_sql
    cursor = self.connection.cursor()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 323, in cursor
    return self._cursor()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 299, in _cursor
    self.ensure_connection()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 282, in ensure_connection
    self.connect()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 265, in connect
    self.init_connection_state()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/postgresql/base.py", line 251, in init_connection_state
    super().init_connection_state()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 232, in init_connection_state
    self.check_database_version_supported()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 207, in check_database_version_supported
    raise NotSupportedError(
django.db.utils.NotSupportedError: PostgreSQL 11 or later is required (found 10.23).
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 187, in _get_session
    return self._session_cache
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 46, in chat_home
    conversation_id = request.session.get("conversation_id")
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 68, in get
    return self._session.get(key, default)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 192, in _get_session
    self._session_cache = self.load()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 42, in load
    s = self._get_session_from_db()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 32, in _get_session_from_db
    return self.model.objects.get(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 646, in get
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 376, in __len__
    return combined
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 1867, in _fetch_all
    # We need to be able to dynamically add to the list of prefetch_related
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 87, in __iter__
    for row in compiler.results_iter(results):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/sql/compiler.py", line 1396, in execute_sql
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 323, in cursor
    self.needs_rollback = True
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 299, in _cursor
    self.validate_thread_sharing()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 282, in ensure_connection
    def cursor(self):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 265, in connect
    if self.connection is not None:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/postgresql/base.py", line 251, in init_connection_state
    # transaction, hence use a holdable cursor.
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 232, in init_connection_state
    def check_settings(self):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 207, in check_database_version_supported
    # ##### Backend-specific methods for creating connections #####
django.db.utils.NotSupportedError: PostgreSQL 11 or later is required (found 10.23).
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 187, in _get_session
    return self._session_cache
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 46, in chat_home
    conversation_id = request.session.get("conversation_id")
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 68, in get
    return self._session.get(key, default)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 192, in _get_session
    self._session_cache = self.load()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 42, in load
    s = self._get_session_from_db()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 32, in _get_session_from_db
    return self.model.objects.get(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 646, in get
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 376, in __len__
    return combined
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 1867, in _fetch_all
    # We need to be able to dynamically add to the list of prefetch_related
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 87, in __iter__
    for row in compiler.results_iter(results):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/sql/compiler.py", line 1396, in execute_sql
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 323, in cursor
    self.needs_rollback = True
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 299, in _cursor
    self.validate_thread_sharing()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 282, in ensure_connection
    def cursor(self):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 265, in connect
    if self.connection is not None:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/postgresql/base.py", line 251, in init_connection_state
    # transaction, hence use a holdable cursor.
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 232, in init_connection_state
    def check_settings(self):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 207, in check_database_version_supported
    # ##### Backend-specific methods for creating connections #####
django.db.utils.NotSupportedError: PostgreSQL 11 or later is required (found 10.23).
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 187, in _get_session
    return self._session_cache
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 46, in chat_home
    conversation_id = request.session.get("conversation_id")
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 68, in get
    return self._session.get(key, default)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py", line 192, in _get_session
    self._session_cache = self.load()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 42, in load
    s = self._get_session_from_db()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/db.py", line 32, in _get_session_from_db
    return self.model.objects.get(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 646, in get
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 376, in __len__
    return combined
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 1867, in _fetch_all
    # We need to be able to dynamically add to the list of prefetch_related
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/query.py", line 87, in __iter__
    for row in compiler.results_iter(results):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/models/sql/compiler.py", line 1396, in execute_sql
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 323, in cursor
    self.needs_rollback = True
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 299, in _cursor
    self.validate_thread_sharing()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 282, in ensure_connection
    def cursor(self):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 265, in connect
    if self.connection is not None:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/postgresql/base.py", line 251, in init_connection_state
    # transaction, hence use a holdable cursor.
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 232, in init_connection_state
    def check_settings(self):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/db/backends/base/base.py", line 207, in check_database_version_supported
    # ##### Backend-specific methods for creating connections #####
django.db.utils.NotSupportedError: PostgreSQL 11 or later is required (found 10.23).
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 69, in __getitem__
    return self._engines[alias]
KeyError: 'django'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 121, in get_package_libraries
    module = import_module(entry[1])
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/templatetags/rest_framework.py", line 11, in <module>
    from rest_framework.renderers import HTMLFormRenderer
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/renderers.py", line 22, in <module>
    from django.utils.http import parse_header_parameters
ImportError: cannot import name 'parse_header_parameters' from 'django.utils.http' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/http.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 52, in chat_home
    return render(request, "chat/home.html", {
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 12, in get_template
    engines = _engine_list(using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 66, in _engine_list
    return engines.all() if using is None else [engines[using]]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in all
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in <listcomp>
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 85, in __getitem__
    engine = engine_cls(params)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 24, in __init__
    options["libraries"] = self.get_templatetag_libraries(libraries)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 42, in get_templatetag_libraries
    libraries = get_installed_libraries()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 108, in get_installed_libraries
    for name in get_package_libraries(pkg):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 123, in get_package_libraries
    raise InvalidTemplateLibrary(
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'rest_framework.templatetags.rest_framework': cannot import name 'parse_header_parameters' from 'django.utils.http' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/http.py)
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 69, in __getitem__
    return self._engines[alias]
KeyError: 'django'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 121, in get_package_libraries
    module = import_module(entry[1])
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/templatetags/rest_framework.py", line 11, in <module>
    from rest_framework.renderers import HTMLFormRenderer
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/renderers.py", line 22, in <module>
    from django.utils.http import parse_header_parameters
ImportError: cannot import name 'parse_header_parameters' from 'django.utils.http' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/http.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 52, in chat_home
    return render(request, "chat/home.html", {
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 12, in get_template
    engines = _engine_list(using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 66, in _engine_list
    return engines.all() if using is None else [engines[using]]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in all
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in <listcomp>
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 85, in __getitem__
    engine = engine_cls(params)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 24, in __init__
    options["libraries"] = self.get_templatetag_libraries(libraries)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 42, in get_templatetag_libraries
    libraries = get_installed_libraries()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 108, in get_installed_libraries
    for name in get_package_libraries(pkg):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 123, in get_package_libraries
    raise InvalidTemplateLibrary(
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'rest_framework.templatetags.rest_framework': cannot import name 'parse_header_parameters' from 'django.utils.http' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/http.py)
Not Found: /favicon.ico
OSError: LSAPI: Socket read/write error
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 69, in __getitem__
    return self._engines[alias]
KeyError: 'django'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 121, in get_package_libraries
    module = import_module(entry[1])
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/templatetags/rest_framework.py", line 12, in <module>
    from rest_framework.renderers import HTMLFormRenderer
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/renderers.py", line 22, in <module>
    from rest_framework.compat import (
ImportError: cannot import name 'parse_header_parameters' from 'rest_framework.compat' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/compat.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 52, in chat_home
    return render(request, "chat/home.html", {
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 12, in get_template
    engines = _engine_list(using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 66, in _engine_list
    return engines.all() if using is None else [engines[using]]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in all
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in <listcomp>
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 85, in __getitem__
    engine = engine_cls(params)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 24, in __init__
    options["libraries"] = self.get_templatetag_libraries(libraries)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 42, in get_templatetag_libraries
    libraries = get_installed_libraries()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 108, in get_installed_libraries
    for name in get_package_libraries(pkg):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 123, in get_package_libraries
    raise InvalidTemplateLibrary(
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'rest_framework.templatetags.rest_framework': cannot import name 'parse_header_parameters' from 'rest_framework.compat' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/compat.py)
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 69, in __getitem__
    return self._engines[alias]
KeyError: 'django'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 121, in get_package_libraries
    module = import_module(entry[1])
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/templatetags/rest_framework.py", line 12, in <module>
    from rest_framework.renderers import HTMLFormRenderer
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/renderers.py", line 22, in <module>
    from rest_framework.compat import (
ImportError: cannot import name 'parse_header_parameters' from 'rest_framework.compat' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/compat.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 52, in chat_home
    return render(request, "chat/home.html", {
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 12, in get_template
    engines = _engine_list(using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 66, in _engine_list
    return engines.all() if using is None else [engines[using]]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in all
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in <listcomp>
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 85, in __getitem__
    engine = engine_cls(params)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 24, in __init__
    options["libraries"] = self.get_templatetag_libraries(libraries)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 42, in get_templatetag_libraries
    libraries = get_installed_libraries()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 108, in get_installed_libraries
    for name in get_package_libraries(pkg):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 123, in get_package_libraries
    raise InvalidTemplateLibrary(
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'rest_framework.templatetags.rest_framework': cannot import name 'parse_header_parameters' from 'rest_framework.compat' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/compat.py)
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 69, in __getitem__
    return self._engines[alias]
KeyError: 'django'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 121, in get_package_libraries
    module = import_module(entry[1])
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/templatetags/rest_framework.py", line 12, in <module>
    from rest_framework.renderers import HTMLFormRenderer
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/renderers.py", line 22, in <module>
    from rest_framework.compat import (
ImportError: cannot import name 'parse_header_parameters' from 'rest_framework.compat' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/compat.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 52, in chat_home
    return render(request, "chat/home.html", {
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 12, in get_template
    engines = _engine_list(using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 66, in _engine_list
    return engines.all() if using is None else [engines[using]]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in all
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in <listcomp>
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 85, in __getitem__
    engine = engine_cls(params)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 24, in __init__
    options["libraries"] = self.get_templatetag_libraries(libraries)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 42, in get_templatetag_libraries
    libraries = get_installed_libraries()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 108, in get_installed_libraries
    for name in get_package_libraries(pkg):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 123, in get_package_libraries
    raise InvalidTemplateLibrary(
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'rest_framework.templatetags.rest_framework': cannot import name 'parse_header_parameters' from 'rest_framework.compat' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/compat.py)
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 69, in __getitem__
    return self._engines[alias]
KeyError: 'django'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 121, in get_package_libraries
    module = import_module(entry[1])
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/templatetags/rest_framework.py", line 12, in <module>
    from rest_framework.renderers import HTMLFormRenderer
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/renderers.py", line 22, in <module>
    from rest_framework.compat import (
ImportError: cannot import name 'parse_header_parameters' from 'rest_framework.compat' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/compat.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 52, in chat_home
    return render(request, "chat/home.html", {
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 12, in get_template
    engines = _engine_list(using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 66, in _engine_list
    return engines.all() if using is None else [engines[using]]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in all
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in <listcomp>
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 85, in __getitem__
    engine = engine_cls(params)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 24, in __init__
    options["libraries"] = self.get_templatetag_libraries(libraries)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 42, in get_templatetag_libraries
    libraries = get_installed_libraries()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 108, in get_installed_libraries
    for name in get_package_libraries(pkg):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 123, in get_package_libraries
    raise InvalidTemplateLibrary(
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'rest_framework.templatetags.rest_framework': cannot import name 'parse_header_parameters' from 'rest_framework.compat' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/compat.py)
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 69, in __getitem__
    return self._engines[alias]
KeyError: 'django'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 121, in get_package_libraries
    module = import_module(entry[1])
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/templatetags/rest_framework.py", line 12, in <module>
    from rest_framework.renderers import HTMLFormRenderer
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/renderers.py", line 22, in <module>
    from rest_framework.compat import (
ImportError: cannot import name 'parse_header_parameters' from 'rest_framework.compat' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/compat.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 52, in chat_home
    return render(request, "chat/home.html", {
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 12, in get_template
    engines = _engine_list(using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 66, in _engine_list
    return engines.all() if using is None else [engines[using]]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in all
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in <listcomp>
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 85, in __getitem__
    engine = engine_cls(params)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 24, in __init__
    options["libraries"] = self.get_templatetag_libraries(libraries)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 42, in get_templatetag_libraries
    libraries = get_installed_libraries()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 108, in get_installed_libraries
    for name in get_package_libraries(pkg):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 123, in get_package_libraries
    raise InvalidTemplateLibrary(
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'rest_framework.templatetags.rest_framework': cannot import name 'parse_header_parameters' from 'rest_framework.compat' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/compat.py)
Not Found: /favicon.ico
Internal Server Error: /chat/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 69, in __getitem__
    return self._engines[alias]
KeyError: 'django'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 121, in get_package_libraries
    module = import_module(entry[1])
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/templatetags/rest_framework.py", line 12, in <module>
    from rest_framework.renderers import HTMLFormRenderer
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/renderers.py", line 22, in <module>
    from rest_framework.compat import (
ImportError: cannot import name 'parse_header_parameters' from 'rest_framework.compat' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/compat.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/ACA/chat/views.py", line 52, in chat_home
    return render(request, "chat/home.html", {
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 12, in get_template
    engines = _engine_list(using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 66, in _engine_list
    return engines.all() if using is None else [engines[using]]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in all
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 94, in <listcomp>
    return [self[alias] for alias in self]
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/utils.py", line 85, in __getitem__
    engine = engine_cls(params)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 24, in __init__
    options["libraries"] = self.get_templatetag_libraries(libraries)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 42, in get_templatetag_libraries
    libraries = get_installed_libraries()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 108, in get_installed_libraries
    for name in get_package_libraries(pkg):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/backends/django.py", line 123, in get_package_libraries
    raise InvalidTemplateLibrary(
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'rest_framework.templatetags.rest_framework': cannot import name 'parse_header_parameters' from 'rest_framework.compat' (/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/rest_framework/compat.py)
Not Found: /favicon.ico
Not Found: /favicon.ico
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
Internal Server Error: /vendor/orders/
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/contrib/auth/decorators.py", line 23, in _wrapped_view
    return view_func(request, *args, **kwargs)
  File "/home/mirjuwub/ACA/vendors/views.py", line 26, in _wrapped
    return view_func(request, *args, **kwargs)
  File "/home/mirjuwub/ACA/vendors/views.py", line 313, in vendor_orders
    return render(request, "vendors/orders_updated.html", {
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: vendors/orders_updated.html
Escrow payment init failed: cannot import name 'initiate_escrow_payment' from 'escrow.services' (/home/mirjuwub/ACA/escrow/services/__init__.py)
mNotify returned non-success: {'status': 'error', 'code': '1004', 'message': 'Invalid API key.'}
mNotify returned non-success: {'status': 'error', 'code': '1004', 'message': 'Invalid API key.'}
vendor_mark_delivered error: escrow/delivery_submitted.html
mNotify returned non-success: {'status': 'error', 'code': '1004', 'message': 'Invalid API key.'}
mNotify returned non-success: {'status': 'error', 'code': '1004', 'message': 'Invalid API key.'}
vendor_mark_delivered error: escrow/delivery_submitted.html
vendor_mark_delivered error: escrow/delivery_submitted.html
Paystack transfer failed for escrow f5662c06-8487-4999-9d1c-23ad8feba8b5: 400 Client Error: Bad Request for url: https://api.paystack.co/transfer
Buyer confirm error: escrow/confirm_success.html
Paystack transfer failed for escrow 923774b0-e79d-4ba8-a799-b66db625a6ed: 400 Client Error: Bad Request for url: https://api.paystack.co/transfer
Paystack transfer failed for escrow dc2811a5-926d-46b3-b05d-26983aec4986: 400 Client Error: Bad Request for url: https://api.paystack.co/transfer
OSError: LSAPI: Socket read/write error
Claude API call failed: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'prompt is too long: 213235 tokens > 200000 maximum'}, 'request_id': 'req_011CZRmFf8M6tszxr5VcVtXV'}
Paystack transfer failed for escrow 85a648bd-ca5f-41ee-b98f-c444561b46bd: 400 Client Error: Bad Request for url: https://api.paystack.co/transfer
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
Paystack transfer failed for escrow fe48d337-27c6-42be-895c-e526b5eb0c26: 400 Client Error: Bad Request for url: https://api.paystack.co/transfer
[UID:536][1143714] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:536][1143714] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:536][1143714] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
OSError: LSAPI: Socket read/write error
WhatsApp API error 400: {"error":{"message":"(#131030) Recipient phone number not in allowed list","type":"OAuthException","code":131030,"error_data":{"messaging_product":"whatsapp","details":"Recipient phone number not in allowed list: Add recipient phone number to recipient list and try again."},"fbtrace_id":"AcUNxxwiK4uKRQrVUtR3uJP"}}
WhatsApp API error 400: {"error":{"message":"(#131030) Recipient phone number not in allowed list","type":"OAuthException","code":131030,"error_data":{"messaging_product":"whatsapp","details":"Recipient phone number not in allowed list: Add recipient phone number to recipient list and try again."},"fbtrace_id":"AoYG5TW_0NF69LP9Ys04X36"}}
[ERROR] [UID:536][1755350] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 649, in resolve
    for pattern in self.url_patterns:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 696, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 50, in <module>
    path("whatsapp/", include("whatsapp.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/whatsapp/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 16, in <module>
    from .session import (
  File "/home/mirjuwub/ACA/whatsapp/session.py", line 68, in <module>
    def get_pending(phone: str) -> dict | None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 50, in <module>
    path("whatsapp/", include("whatsapp.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/whatsapp/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 16, in <module>
    from .session import (
  File "/home/mirjuwub/ACA/whatsapp/session.py", line 68, in <module>
    def get_pending(phone: str) -> dict | None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 50, in <module>
    path("whatsapp/", include("whatsapp.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/whatsapp/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 16, in <module>
    from .session import (
  File "/home/mirjuwub/ACA/whatsapp/session.py", line 68, in <module>
    def get_pending(phone: str) -> dict | None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 50, in <module>
    path("whatsapp/", include("whatsapp.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/whatsapp/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 16, in <module>
    from .session import (
  File "/home/mirjuwub/ACA/whatsapp/session.py", line 68, in <module>
    def get_pending(phone: str) -> dict | None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 50, in <module>
    path("whatsapp/", include("whatsapp.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/whatsapp/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 16, in <module>
    from .session import (
  File "/home/mirjuwub/ACA/whatsapp/session.py", line 68, in <module>
    def get_pending(phone: str) -> dict | None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 50, in <module>
    path("whatsapp/", include("whatsapp.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/whatsapp/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 16, in <module>
    from .session import (
  File "/home/mirjuwub/ACA/whatsapp/session.py", line 68, in <module>
    def get_pending(phone: str) -> dict | None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 50, in <module>
    path("whatsapp/", include("whatsapp.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/whatsapp/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 16, in <module>
    from .session import (
  File "/home/mirjuwub/ACA/whatsapp/session.py", line 68, in <module>
    def get_pending(phone: str) -> dict | None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 50, in <module>
    path("whatsapp/", include("whatsapp.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/whatsapp/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 16, in <module>
    from .session import (
  File "/home/mirjuwub/ACA/whatsapp/session.py", line 68, in <module>
    def get_pending(phone: str) -> dict | None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/wsgi.py", line 132, in __call__
    response = self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 50, in <module>
    path("whatsapp/", include("whatsapp.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/whatsapp/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 16, in <module>
    from .session import (
  File "/home/mirjuwub/ACA/whatsapp/session.py", line 68, in <module>
    def get_pending(phone: str) -> dict | None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
Claude API call failed: list index out of range
Claude API call failed: list index out of range
Claude returned empty text content
Claude returned empty text content
Claude API call failed: 'LLMClient' object has no attribute 'model'
WhatsApp text send error 401: {"error":{"message":"Error validating access token: Session has expired on Thursday, 09-Apr-26 23:00:00 PDT. The current time is Thursday, 09-Apr-26 23:00:22 PDT.","type":"OAuthException","code":190,"
Claude returned empty text content after extraction
WhatsApp text send error 401: {"error":{"message":"Error validating access token: Session has expired on Thursday, 09-Apr-26 23:00:00 PDT. The current time is Thursday, 09-Apr-26 23:05:54 PDT.","type":"OAuthException","code":190,"
Claude returned empty text content after extraction
No pending payment found for reference ACAWA-5A3CD22D1BE7
OSError: LSAPI: Socket read/write error
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
Paystack webhook: invalid signature
WhatsApp webhook error: cannot import name '_format_order_card_for_whatsapp' from 'whatsapp.checkout' (/home/mirjuwub/ACA/whatsapp/checkout.py)
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 222, in _incoming
    _process(data)
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 238, in _process
    _handle_text(phone, msg["text"]["body"].strip())
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 335, in _handle_text
    _handle_order_status(phone, text)
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 554, in _handle_order_status
    from .checkout import _format_order_card_for_whatsapp  # local import to avoid circular
ImportError: cannot import name '_format_order_card_for_whatsapp' from 'whatsapp.checkout' (/home/mirjuwub/ACA/whatsapp/checkout.py)
WhatsApp webhook error: cannot import name '_format_order_card_for_whatsapp' from 'whatsapp.checkout' (/home/mirjuwub/ACA/whatsapp/checkout.py)
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 222, in _incoming
    _process(data)
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 238, in _process
    _handle_text(phone, msg["text"]["body"].strip())
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 335, in _handle_text
    _handle_order_status(phone, text)
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 554, in _handle_order_status
    from .checkout import _format_order_card_for_whatsapp  # local import to avoid circular
ImportError: cannot import name '_format_order_card_for_whatsapp' from 'whatsapp.checkout' (/home/mirjuwub/ACA/whatsapp/checkout.py)
WhatsApp webhook error: cannot import name '_format_order_card_for_whatsapp' from 'whatsapp.checkout' (/home/mirjuwub/ACA/whatsapp/checkout.py)
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 222, in _incoming
    _process(data)
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 238, in _process
    _handle_text(phone, msg["text"]["body"].strip())
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 335, in _handle_text
    _handle_order_status(phone, text)
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 554, in _handle_order_status
    from .checkout import _format_order_card_for_whatsapp  # local import to avoid circular
ImportError: cannot import name '_format_order_card_for_whatsapp' from 'whatsapp.checkout' (/home/mirjuwub/ACA/whatsapp/checkout.py)
MoMo charge init failed for 233544195776: 400 Client Error: Bad Request for url: https://api.paystack.co/charge
MoMo charge init failed for 233544195776: 400 Client Error: Bad Request for url: https://api.paystack.co/charge
WhatsApp webhook error: cannot import name '_format_order_card_for_whatsapp' from 'whatsapp.checkout' (/home/mirjuwub/ACA/whatsapp/checkout.py)
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 222, in _incoming
    _process(data)
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 238, in _process
    _handle_text(phone, msg["text"]["body"].strip())
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 335, in _handle_text
    _handle_order_status(phone, text)
  File "/home/mirjuwub/ACA/whatsapp/views.py", line 554, in _handle_order_status
    from .checkout import _format_order_card_for_whatsapp  # local import to avoid circular
ImportError: cannot import name '_format_order_card_for_whatsapp' from 'whatsapp.checkout' (/home/mirjuwub/ACA/whatsapp/checkout.py)
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OpenAI chat failed: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}
Claude chat failed: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'}, 'request_id': 'req_011Ca7PfMG4sm6Qw54Jy4TQZ'}
Claude chat failed: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'}, 'request_id': 'req_011Ca7PgD9C5eMXa5gbY7zPT'}
Claude chat failed: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'}, 'request_id': 'req_011Ca7PhpYCkZhz6qGsXJXk5'}
Claude chat failed: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'}, 'request_id': 'req_011Ca7Piud56NHMsVrJihSoc'}
Claude chat failed: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'}, 'request_id': 'req_011Ca7Pjj7LGqjeiHaeWRt1V'}
OpenAI chat failed: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}
OpenAI chat failed: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/apps/registry.py", line 91, in populate
    app_config = AppConfig.create(entry)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/apps/config.py", line 213, in create
    mod = import_module(mod_path)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/ai_engine/__init__.py", line 1, in <module>
    from .conversation_manager import ConversationManager
ModuleNotFoundError: No module named 'ai_engine.conversation_manager'
Traceback (most recent call last):
  File "/home/mirjuwub/ACA/passenger_wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[ERROR] [UID:536][1845678] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 649, in resolve
    for pattern in self.url_patterns:
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 696, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 39, in <module>
    path("chat/", include("chat.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/chat/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/chat/views.py", line 13, in <module>
    from ai_engine.services import ConversationManager
ImportError: cannot import name 'ConversationManager' from 'ai_engine.services' (unknown location)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 39, in <module>
    path("chat/", include("chat.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/chat/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/chat/views.py", line 13, in <module>
    from ai_engine.services import ConversationManager
ImportError: cannot import name 'ConversationManager' from 'ai_engine.services' (unknown location)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 39, in <module>
    path("chat/", include("chat.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/chat/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/chat/views.py", line 13, in <module>
    from ai_engine.services import ConversationManager
ImportError: cannot import name 'ConversationManager' from 'ai_engine.services' (unknown location)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 39, in <module>
    path("chat/", include("chat.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/chat/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/chat/views.py", line 13, in <module>
    from ai_engine.services import ConversationManager
ImportError: cannot import name 'ConversationManager' from 'ai_engine.services' (unknown location)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 39, in <module>
    path("chat/", include("chat.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/chat/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/chat/views.py", line 13, in <module>
    from ai_engine.services import ConversationManager
ImportError: cannot import name 'ConversationManager' from 'ai_engine.services' (unknown location)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 39, in <module>
    path("chat/", include("chat.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/chat/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/chat/views.py", line 13, in <module>
    from ai_engine.services import ConversationManager
ImportError: cannot import name 'ConversationManager' from 'ai_engine.services' (unknown location)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 39, in <module>
    path("chat/", include("chat.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/chat/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/chat/views.py", line 13, in <module>
    from ai_engine.services import ConversationManager
ImportError: cannot import name 'ConversationManager' from 'ai_engine.services' (unknown location)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 39, in <module>
    path("chat/", include("chat.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/chat/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/chat/views.py", line 13, in <module>
    from ai_engine.services import ConversationManager
ImportError: cannot import name 'ConversationManager' from 'ai_engine.services' (unknown location)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/wsgi.py", line 132, in __call__
    response = self.get_response(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 58, in inner
    response = response_for_exception(request, exc)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 710, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/utils/functional.py", line 49, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/resolvers.py", line 689, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/config/urls.py", line 39, in <module>
    path("chat/", include("chat.urls")),
  File "/home/mirjuwub/virtualenv/ACA/3.8/lib/python3.8/site-packages/django/urls/conf.py", line 38, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python38/lib64/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/mirjuwub/ACA/chat/urls.py", line 2, in <module>
    from . import views
  File "/home/mirjuwub/ACA/chat/views.py", line 13, in <module>
    from ai_engine.services import ConversationManager
ImportError: cannot import name 'ConversationManager' from 'ai_engine.services' (unknown location)
Claude completion error: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'}, 'request_id': 'req_011Ca7Vr9TAeCxMNydW8Aijf'}
Claude completion error: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'}, 'request_id': 'req_011Ca7VsR7HCKUihqPniDZ3q'}
Claude completion error: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'}, 'request_id': 'req_011Ca7W2t7VDxsCXgtGr8jhU'}
Claude completion error: Error code: 404 - {'type': 'error', 'error': {'type': 'not_found_error', 'message': 'model: claude-sonnet-4-5-20250514'}, 'request_id': 'req_011Ca7W6VEgoNPaGKESbndPx'}
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/security.txt
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
Not Found: /favicon.ico
Not Found: /favicon.ico
Service Unavailable: /whatsapp/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
[UID:536][2876771] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:536][2876771] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:536][2876771] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
filter_products_by_reference_image failed: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'messages.0.content.12.image.source.base64.data: Image format image/jpeg not supported'}, 'request_id': 'req_011CaFWSiZxKMW55WmZLAwWn'}
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
OSError: LSAPI: Socket read/write error
Not Found: /robots.txt
Not Found: /.well-known/security.txt
OSError: LSAPI: Socket read/write error
Not Found: /robots.txt
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Not Found: /robots.txt
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Not Found: /robots.txt
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
OSError: LSAPI: Socket read/write error
Not Found: /robots.txt
Not Found: /robots.txt
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Not Found: /favicon.ico
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
OSError: LSAPI: Socket read/write error
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /app/
Not Found: /login/
Not Found: /app/
Not Found: /login/
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /secrets.json
Not Found: /.aws/credentials
Not Found: /credentials.json
Not Found: /serviceAccountKey.json
OSError: LSAPI: Socket read/write error
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /app/
Not Found: /login/
Not Found: /app/
Not Found: /login/
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Not Found: /license.txt
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Not Found: /robots.txt
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Not Found: /robots.txt
Not Found: /robots.txt
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
OSError: LSAPI: Socket read/write error
Not Found: /robots.txt
Not Found: /robots.txt
OSError: LSAPI: Socket read/write error
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /secrets.json
Not Found: /firebase-service-account.json
Not Found: /.aws/credentials
Not Found: /service-account.json
Not Found: /credentials.json
Not Found: /google-service-account.json
Not Found: /serviceAccountKey.json
Not Found: /app/
Not Found: /login/
Not Found: /robots.txt
Not Found: /app/
Not Found: /login/
OSError: LSAPI: Socket read/write error
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /config/service-account.json
Not Found: /firebase.json
Not Found: /firebase-service-account.json
Not Found: /google-service-account.json
Not Found: /service-account.json
Not Found: /client_secrets.json
Not Found: /credentials.json
Not Found: /api/client_secret.json
Not Found: /gcp-service-account.json
Not Found: /keyfile.json
Not Found: /key.json
Not Found: /firebase-adminsdk.json
Not Found: /service-account-key.json
Not Found: /app/credentials.json
Not Found: /serviceAccountKey.json
Not Found: /google-credentials.json
Not Found: /secrets.json
Not Found: /sa-key.json
Not Found: /gcp-credentials.json
Not Found: /sa-private-key.json
Not Found: /application_default_credentials.json
Not Found: /firebase-credentials.json
Not Found: /.aws/credentials
Not Found: /config/credentials.json
Not Found: /client_secret.json
Not Found: /favicon.ico
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
Paystack webhook: invalid signature
Bad Request: /escrow/webhook/paystack/
No pending payment found for reference REG-186E64D22B1C
No pending payment found for reference reg_c649c6854d4b4766914041d1f93cce21
No pending payment found for reference ACAVND-JUNIS-STORE-86D51F58
No pending payment found for reference nudk8cqyto5js7y
No pending payment found for reference ACAVND-JOGGER-C26549B0
No pending payment found for reference ACAVND-JUNIS-STORE-2C622AFF
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Forbidden (CSRF cookie not set.): /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
OSError: LSAPI: Socket read/write error
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /wp-json/gravitysmtp/v1/tests/mock-data
Not Found: /wp-json/gravitysmtp/v1/settings
Not Found: /wp-json/wp/v2/settings
Not Found: /wp-json/gravitysmtp/v1/config
Not Found: /wp-json/gravitysmtp/v1/tests/mock-data
Not Found: /actuator/auditevents
Not Found: /actuator/threaddump
Not Found: /actuator/heapdump
Not Found: /actuator/configprops
Not Found: /actuator/dump
Not Found: /actuator/logfile
Not Found: /actuator/trace
Not Found: /configprops
Not Found: /heapdump
Not Found: /trace
Not Found: /dump
Not Found: /env
Not Found: /logfile
Not Found: /actuator/httptrace
Not Found: /actuator/sessions
Not Found: /threaddump
Not Found: /actuator/env
Not Found: /api/actuator/heapdump
Not Found: /api/actuator/env
Not Found: /api/env
Not Found: /api/heapdump
Not Found: /api/actuator/configprops
Not Found: /app/actuator/heapdump
Not Found: /app/actuator/env
Not Found: /app/actuator/logfile
Not Found: /api/configprops
Not Found: /api/actuator/logfile
Not Found: /app/heapdump
Not Found: /v1/actuator/env
Not Found: /app/actuator/configprops
Not Found: /v1/actuator/heapdump
Not Found: /v1/actuator/configprops
Not Found: /v2/actuator/configprops
Not Found: /v2/actuator/env
Not Found: /backend/actuator/heapdump
Not Found: /v2/actuator/heapdump
Not Found: /backend/actuator/env
Not Found: /backend/actuator/configprops
Not Found: /server/actuator/env
Not Found: /.config/gcloud/credentials.db
Not Found: /internal/actuator/heapdump
Not Found: /.aws/credentials
Not Found: /server/actuator/heapdump
Not Found: /internal/actuator/env
Not Found: /.aws/config
Not Found: /.azure/credentials
Not Found: /.gcloud/credentials.json
Not Found: /aws.json
Not Found: /aws_credentials.json
Not Found: /aws-credentials.json
Not Found: /serviceaccount.json
Not Found: /service-account.json
Not Found: /credentials
Not Found: /google-credentials.json
Not Found: /gcp.json
Not Found: /firebase-adminsdk.json
Not Found: /gcp-credentials.json
Not Found: /config/aws.json
Not Found: /.credentials
Not Found: /cloud.json
Not Found: /config/.aws/credentials
Not Found: /firebase-credentials.json
Not Found: /backend/aws.json
Not Found: /backend/service-account.json
Not Found: /app/service-account.json
Not Found: /config/service-account.json
Not Found: /api/aws.json
Not Found: /private/credentials.json
Not Found: /api/credentials.json
Not Found: /secrets/aws.json
Not Found: /private/service-account.json
Not Found: /deploy/credentials.json
Not Found: /deploy/service-account.json
Not Found: /secrets/azure.json
Not Found: /secrets/gcp.json
Not Found: /secrets/credentials.json
Not Found: /php.php
Not Found: /info.php
Not Found: /phpinfo.php
Not Found: /test.php
Not Found: /debug.php
Not Found: /phptest.php
Not Found: /profiler/phpinfo
Not Found: /_profiler/phpinfo
Not Found: /_profiler/open
Not Found: /profiler
Not Found: /api/phpinfo.php
Not Found: /docker-compose.yml
Not Found: /_profiler
Not Found: /docker-compose.yaml
Not Found: /docker-compose.production.yml
Not Found: /docker-compose.override.yml
Not Found: /docker-compose.prod.yaml
Not Found: /docker-compose.dev.yml
Not Found: /docker-compose.staging.yml
Not Found: /docker-compose.local.yml
Not Found: /docker-compose.prod.yml
Not Found: /api/docker-compose.prod.yml
Not Found: /Dockerfile
Not Found: /api/docker-compose.yml
Not Found: /.docker/config.json
Not Found: /app/docker-compose.prod.yml
Not Found: /backend/docker-compose.yml
Not Found: /app/docker-compose.yml
Not Found: /backend/docker-compose.prod.yml
Not Found: /infra/docker-compose.yml
Not Found: /deploy/docker-compose.prod.yml
Not Found: /infrastructure/docker-compose.yml
Not Found: /deploy/docker-compose.yml
Not Found: /services/docker-compose.yml
Not Found: /internal/docker-compose.yml
Not Found: /docker/docker-compose.yml
Not Found: /server/docker-compose.yml
Not Found: /devops/docker-compose.yml
Not Found: /docker/docker-compose.prod.yml
Not Found: /kubernetes.yml
Not Found: /k8s.yml
Not Found: /helm/values.yaml
Not Found: /k8s.yaml
Not Found: /config/docker-compose.yml
Not Found: /kubernetes.yaml
Not Found: /terraform.tfvars
Not Found: /helm/values-production.yaml
Not Found: /terraform.tfstate
Not Found: /helm/values.yml
Not Found: /infra/terraform.tfvars
Not Found: /.terraform/terraform.tfstate
Not Found: /dump.sql
Not Found: /deploy/terraform.tfvars
Not Found: /database.sql
Not Found: /backup.sql
Not Found: /db.sql
Not Found: /pg_dump.sql
Not Found: /backup.sql.gz
Not Found: /data.sql
Not Found: /mysqldump.sql
Not Found: /db.sql.gz
Not Found: /dump.sql.gz
Not Found: /backup.tar.gz
Not Found: /backup.zip
Not Found: /db.zip
Not Found: /site.zip
Not Found: /www.zip
Not Found: /backup.tar.bz2
Not Found: /dump.zip
Not Found: /web.zip
Not Found: /sql/backup.sql
Not Found: /sql/db.sql
Not Found: /backup/db.sql
Not Found: /backups/db.sql
Not Found: /sql/dump.sql
Not Found: /backup/dump.sql
Not Found: /backups/dump.sql
Not Found: /exports/db.sql
Not Found: /tmp/dump.sql
Not Found: /config.yml
Not Found: /config.js
Not Found: /config.php
Not Found: /config.json
Not Found: /config.yaml
Not Found: /config.ini
Not Found: /config.env
Not Found: /configuration.php
Not Found: /tmp/backup.sql
Not Found: /configuration.json
Not Found: /configuration.yml
Not Found: /settings.py
Not Found: /settings.php
Not Found: /settings.json
Not Found: /app.json
Not Found: /settings.ini
Not Found: /application.yml
Not Found: /settings.yml
Not Found: /application.json
Not Found: /app.yml
Not Found: /application.yaml
Not Found: /application.properties
Not Found: /app.yaml
Not Found: /appsettings.Development.json
Not Found: /appsettings.json
Not Found: /appsettings.Production.json
Not Found: /database.yml
Not Found: /parameters.yml
Not Found: /parameters.yaml
Not Found: /parameters.php
Not Found: /database.yaml
Not Found: /database.php
Not Found: /database.json
Not Found: /database.ini
Not Found: /db.php
Not Found: /db.yml
Not Found: /db.json
Not Found: /credentials.json
Not Found: /credentials.yml
Not Found: /secrets.json
Not Found: /secrets.env
Not Found: /secrets.yaml
Not Found: /secrets.yml
Not Found: /nginx.conf
Not Found: /credentials.yaml
Not Found: //wp-includes/wlwmanifest.xml
Not Found: //blog/wp-includes/wlwmanifest.xml
Not Found: //web/wp-includes/wlwmanifest.xml
Not Found: //wordpress/wp-includes/wlwmanifest.xml
Not Found: //website/wp-includes/wlwmanifest.xml
Not Found: //wp/wp-includes/wlwmanifest.xml
Not Found: //news/wp-includes/wlwmanifest.xml
Not Found: //2018/wp-includes/wlwmanifest.xml
Not Found: //2019/wp-includes/wlwmanifest.xml
Not Found: //shop/wp-includes/wlwmanifest.xml
Not Found: //wp1/wp-includes/wlwmanifest.xml
Not Found: //test/wp-includes/wlwmanifest.xml
Not Found: //media/wp-includes/wlwmanifest.xml
Not Found: //wp2/wp-includes/wlwmanifest.xml
Not Found: //site/wp-includes/wlwmanifest.xml
Not Found: //cms/wp-includes/wlwmanifest.xml
Not Found: //sito/wp-includes/wlwmanifest.xml
Not Found: /env
Not Found: /conf/.env
Not Found: /env.old
Not Found: /wp/.env
Not Found: /env.bak
Not Found: /env.txt
Not Found: /web/.env
Not Found: /env.backup
Not Found: /favicon.ico
Not Found: /wp-json/gravitysmtp/v1/config
Not Found: /wp-json/gravitysmtp/v1/tests/mock-data
Not Found: /wp-json/wp/v2/settings
Not Found: /wp-json/gravitysmtp/v1/tests/mock-data
Not Found: /wp-json/gravitysmtp/v1/settings
No pending payment found for reference hza74wz7kvuq6a7
Not Found: //wp-includes/wlwmanifest.xml
Not Found: //blog/wp-includes/wlwmanifest.xml
Not Found: //web/wp-includes/wlwmanifest.xml
Not Found: //wordpress/wp-includes/wlwmanifest.xml
Not Found: //website/wp-includes/wlwmanifest.xml
Not Found: //wp/wp-includes/wlwmanifest.xml
Not Found: //news/wp-includes/wlwmanifest.xml
Not Found: //2018/wp-includes/wlwmanifest.xml
Not Found: //2019/wp-includes/wlwmanifest.xml
Not Found: //shop/wp-includes/wlwmanifest.xml
Not Found: //wp1/wp-includes/wlwmanifest.xml
Not Found: //test/wp-includes/wlwmanifest.xml
Not Found: //media/wp-includes/wlwmanifest.xml
Not Found: //wp2/wp-includes/wlwmanifest.xml
Not Found: //site/wp-includes/wlwmanifest.xml
Not Found: //cms/wp-includes/wlwmanifest.xml
Not Found: //sito/wp-includes/wlwmanifest.xml
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: //wp-includes/wlwmanifest.xml
Not Found: //blog/wp-includes/wlwmanifest.xml
Not Found: //web/wp-includes/wlwmanifest.xml
Not Found: //wordpress/wp-includes/wlwmanifest.xml
Not Found: //website/wp-includes/wlwmanifest.xml
Not Found: //wp/wp-includes/wlwmanifest.xml
Not Found: //news/wp-includes/wlwmanifest.xml
Not Found: //2018/wp-includes/wlwmanifest.xml
Not Found: //2019/wp-includes/wlwmanifest.xml
Not Found: //shop/wp-includes/wlwmanifest.xml
Not Found: //wp1/wp-includes/wlwmanifest.xml
Not Found: //test/wp-includes/wlwmanifest.xml
Not Found: //media/wp-includes/wlwmanifest.xml
Not Found: //wp2/wp-includes/wlwmanifest.xml
Not Found: //site/wp-includes/wlwmanifest.xml
Not Found: //cms/wp-includes/wlwmanifest.xml
Not Found: //sito/wp-includes/wlwmanifest.xml
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-content/debug.log
Not Found: /keyfile.json
Not Found: /config/default.json
Not Found: /sa-key.json
Not Found: /firebase-adminsdk.json
Not Found: /secrets.json
Not Found: /google-cloud.json
Not Found: /google_service_app.json
Not Found: /serviceAccountCredentials.json
Not Found: /.openclaw/openclaw.json
Not Found: /.docker/config.json
Not Found: /service-account-file.json
Not Found: /secrets/service-account.json
Not Found: /config/credentials.json
Not Found: /config/gcp-credentials.json
Not Found: /.anthropic/config.json
Not Found: /credentials/service-account.json
Not Found: /config/gcp.json
Not Found: /service-account-credentials.json
Not Found: /config/production.json
Not Found: /appsettings.Development.json
Not Found: /firebase_credentials.json
Not Found: /google-credentials.json
Not Found: /config/service-account.json
Not Found: /client_secret.json
Not Found: /.cursor/mcp.json
Not Found: /secrets/gcp-key.json
Not Found: /serviceAccountKey.json
Not Found: /appsettings.json
Not Found: /service-account-config.json
Not Found: /service-account-key.json
Not Found: /google-application-credentials.json
Not Found: /.aws/credentials
Not Found: /secrets/gcp-credentials.json
Not Found: /api/client_secret.json
Not Found: /gcp_key.json
Not Found: /key.json
Not Found: /gcp-credentials.json
Not Found: /gcloud-service-key.json
Not Found: /.config/gcloud/application_default_credentials.json
Not Found: /app/credentials.json
Not Found: /.gcp/credentials.json
Not Found: /auth/service_key.json
Not Found: /google_credentials.json
Not Found: /gcp-service-account.json
Not Found: /gcp-key.json
Not Found: /service_account.json
Not Found: /.npmrc
Not Found: /google_key.json
Not Found: /credentials.json
Not Found: /.yarnrc
Not Found: /web/.env
Not Found: /.openclaw/agents/main/agent/models.json
Not Found: /firebase-service-account.json
Not Found: /firebase.json
Not Found: /google-services.json
Not Found: /gcp.json
Not Found: /.openai/config.json
Not Found: /client_secrets.json
Not Found: /application_default_credentials.json
Not Found: /.kube/config
Not Found: /sa-private-key.json
Not Found: /config/firebase_credentials.json
Not Found: /config.json
Not Found: /appsettings.Production.json
Not Found: /firebase-credentials.json
Not Found: /google-service-account.json
Not Found: /serviceAccount.json
Not Found: /service-account.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
OSError: LSAPI: Socket read/write error
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
OSError: LSAPI: Socket read/write error
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Forbidden (CSRF cookie not set.): /
Not Found: /robots.txt
Not Found: /favicon.ico
Forbidden (CSRF cookie not set.): /
OSError: LSAPI: Socket read/write error
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Forbidden (CSRF cookie not set.): /
[UID:536][2336189] packetLen < 0
Forbidden (CSRF cookie not set.): /
[UID:536][2336189] packetLen < 0
Not Found: /robots.txt
Not Found: /robots.txt
OSError: LSAPI: Socket read/write error
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Forbidden (CSRF cookie not set.): /
[UID:536][563821] packetLen < 0
Forbidden (CSRF cookie not set.): /
[UID:536][563821] packetLen < 0
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Forbidden (CSRF cookie not set.): /
Not Found: /robots.txt
Not Found: /robots.txt
OSError: LSAPI: Socket read/write error
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Forbidden (CSRF cookie not set.): /
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
OSError: LSAPI: Socket read/write error
Not Found: /wp-json/
Not Found: /wp/wp-json/
Not Found: /wp-json/
Not Found: /wordpress/wp-json/
Not Found: /wp/wp-json/
Not Found: /blog/wp-json/
Not Found: /wordpress/wp-json/
Not Found: /cms/wp-json/
Not Found: /blog/wp-json/
Not Found: /site/wp-json/
Not Found: /cms/wp-json/
Not Found: /index.php
Not Found: /site/wp-json/
Not Found: /wp/index.php
Not Found: /index.php
Not Found: /wordpress/index.php
Not Found: /wp/index.php
Not Found: /blog/index.php
Not Found: /wordpress/index.php
Not Found: /cms/index.php
Not Found: /blog/index.php
Not Found: /site/index.php
Not Found: /cms/index.php
Not Found: /site/index.php
Not Found: /wp/
Not Found: /wordpress/
Not Found: /wp/
Not Found: /blog/
Not Found: /wordpress/
Not Found: /cms/
Not Found: /blog/
Not Found: /site/
Not Found: /cms/
Not Found: /site/
Not Found: /wp-json/
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /enhancecp
Not Found: /robots.txt
Not Found: /robots.txt
No pending payment found for reference fs_687527825c8843b7
OSError: LSAPI: Socket read/write error
No pending payment found for reference fs_21fa9d6ccf8e4005
No pending payment found for reference fs_cb2856a5f57e4c17
No pending payment found for reference fs_2fcade451d5e4cf7
Not Found: /wordpress
OSError: LSAPI: Socket read/write error
Not Found: /wp
Not Found: /blog
Not Found: /new
Not Found: /wordpress
Not Found: /old
Not Found: /newsite
Not Found: /wp
Not Found: /test
Not Found: /blog
Not Found: /main
Not Found: /new
Not Found: /testing
Not Found: /old
Not Found: /site
Not Found: /newsite
Not Found: /backup
Not Found: /test
Not Found: /demo
Not Found: /home
Not Found: /main
Not Found: /testing
Not Found: /tmp/
Not Found: /site
Not Found: /dev
Not Found: /backup
Not Found: /cms
Not Found: /demo
Not Found: /portal
Not Found: /home
Not Found: /web
Not Found: /tmp/
Not Found: /dev
Not Found: /cms
Not Found: /portal
Not Found: /web
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
No pending payment found for reference fs_ad2fbdd534e34189
No pending payment found for reference fs_b5f027100ed84134
Not Found: /robots.txt
Not Found: /robots.txt
No pending payment found for reference fs_f6f8ec93808d47c9
No pending payment found for reference fs_baad0e976acf4ad3
Not Found: /_ignition/health-check
Not Found: /env
Not Found: /actuator/configprops
Not Found: /actuator/env
Not Found: /crusader-404-probe
Not Found: /storage/logs/laravel.log
Not Found: /favicon.ico
OSError: LSAPI: Socket read/write error
OSError: LSAPI: Socket read/write error
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wordpress
Not Found: /wp
Not Found: /blog
Not Found: /new
Not Found: /old
Not Found: /newsite
Not Found: /test
Not Found: /core
Not Found: /testing
Not Found: /home
OSError: LSAPI: Socket read/write error
No pending payment found for reference bxkhnpbo70qbziz
No pending payment found for reference fs_35a738a7e2b24a05
No pending payment found for reference fs_977e2b6b5b3a406c
No pending payment found for reference fs_ed4142a457934099
Not Found: /wordpress
Not Found: /wordpress
Not Found: /wp
Not Found: /wp
Not Found: /blog
Not Found: /blog
Not Found: /new
Not Found: /new
Not Found: /old
Not Found: /old
Not Found: /newsite
Not Found: /newsite
Not Found: /test
Not Found: /test
Not Found: /main
Not Found: /main
Not Found: /testing
Not Found: /testing
Not Found: /site
Not Found: /site
Not Found: /backup
Not Found: /backup
Not Found: /demo
Not Found: /demo
Not Found: /home
Not Found: /home
Not Found: /tmp/
Not Found: /tmp/
Not Found: /dev
Not Found: /dev
Not Found: /cms
Not Found: /cms
Not Found: /portal
Not Found: /portal
Not Found: /web
Not Found: /web
Not Found: /favicon.ico
No pending payment found for reference fs_cbd272d8f10e41e3
No pending payment found for reference fs_7dfd2e0f3032485b
Not Found: /xmlrpc.php
Not Found: /xmlrpc.php
Not Found: /favicon.ico
OSError: LSAPI: Socket read/write error
No pending payment found for reference test_4b4dc20fb68fe242eeb1a229
No pending payment found for reference fs_fed330834cc24a7b
No pending payment found for reference reg_abd7a87633344fb964cbff18
No pending payment found for reference test_98d20da38c2e52bafc651937
No pending payment found for reference fs_a591ef0562c84ae8
No pending payment found for reference test_3b4c277c92999dddfc21f668
No pending payment found for reference test_263ef7a2145ddb24cab5bd50
No pending payment found for reference test_96d75fe5bf2a64c7e289dbb2
No pending payment found for reference reg_6d3172fc4374c31946bd5121
