Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,799
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. Well, now that we fixed your .htaccess and uppercase/lowercase stuff you have a whole heap of errors: [Tue Mar 31 02:10:15.809029 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] mod_wsgi (pid=86751): Failed to exec Python script file '/home/sopython/public_html/aistocks/aistocks/dispatch.wsgi'. [Tue Mar 31 02:10:15.809138 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] mod_wsgi (pid=86751): Exception occurred processing WSGI script '/home/sopython/public_html/aistocks/aistocks/dispatch.wsgi'. [Tue Mar 31 02:10:15.813632 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] Traceback (most recent call last): [Tue Mar 31 02:10:15.813820 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/home/sopython/public_html/aistocks/aistocks/dispatch.wsgi", line 7, in <module> [Tue Mar 31 02:10:15.813845 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] _application = django.core.handlers.wsgi.WSGIHandler() [Tue Mar 31 02:10:15.813870 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/core/handlers/wsgi.py", line 136, in __init__ [Tue Mar 31 02:10:15.813887 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] self.load_middleware() [Tue Mar 31 02:10:15.813910 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/core/handlers/base.py", line 34, in load_middleware [Tue Mar 31 02:10:15.813926 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] middleware = import_string(middleware_path) [Tue Mar 31 02:10:15.813947 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/utils/module_loading.py", line 17, in import_string [Tue Mar 31 02:10:15.813963 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] module = import_module(module_path) [Tue Mar 31 02:10:15.813984 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/importlib/__init__.py", line 127, in import_module [Tue Mar 31 02:10:15.814000 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] return _bootstrap._gcd_import(name[level:], package, level) [Tue Mar 31 02:10:15.814021 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "<frozen importlib._bootstrap>", line 1006, in _gcd_import [Tue Mar 31 02:10:15.814046 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "<frozen importlib._bootstrap>", line 983, in _find_and_load [Tue Mar 31 02:10:15.814072 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked [Tue Mar 31 02:10:15.814097 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "<frozen importlib._bootstrap>", line 677, in _load_unlocked [Tue Mar 31 02:10:15.814121 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "<frozen importlib._bootstrap_external>", line 728, in exec_module [Tue Mar 31 02:10:15.814157 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed [Tue Mar 31 02:10:15.814183 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/middleware.py", line 4, in <module> [Tue Mar 31 02:10:15.814199 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] from django.contrib.auth.backends import RemoteUserBackend [Tue Mar 31 02:10:15.814221 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/backends.py", line 2, in <module> [Tue Mar 31 02:10:15.814237 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] from django.contrib.auth.models import Permission [Tue Mar 31 02:10:15.814259 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/models.py", line 2, in <module> [Tue Mar 31 02:10:15.814353 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] from django.contrib.auth.base_user import AbstractBaseUser, BaseUserManager [Tue Mar 31 02:10:15.814388 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/base_user.py", line 47, in <module> [Tue Mar 31 02:10:15.814404 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] class AbstractBaseUser(models.Model): [Tue Mar 31 02:10:15.814426 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/db/models/base.py", line 87, in __new__ [Tue Mar 31 02:10:15.814442 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] app_config = apps.get_containing_app_config(module) [Tue Mar 31 02:10:15.814464 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/apps/registry.py", line 249, in get_containing_app_config [Tue Mar 31 02:10:15.814480 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] self.check_apps_ready() [Tue Mar 31 02:10:15.814502 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/apps/registry.py", line 132, in check_apps_ready [Tue Mar 31 02:10:15.814518 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] raise AppRegistryNotReady("Apps aren't loaded yet.") [Tue Mar 31 02:10:15.814574 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. [Tue Mar 31 02:10:15.818340 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] mod_wsgi (pid=86751): Failed to exec Python script file '/home/sopython/public_html/aistocks/aistocks/dispatch.wsgi'. [Tue Mar 31 02:10:15.818419 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] mod_wsgi (pid=86751): Exception occurred processing WSGI script '/home/sopython/public_html/aistocks/aistocks/dispatch.wsgi'. [Tue Mar 31 02:10:15.818883 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] Traceback (most recent call last): [Tue Mar 31 02:10:15.819012 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/home/sopython/public_html/aistocks/aistocks/dispatch.wsgi", line 7, in <module> [Tue Mar 31 02:10:15.819033 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] _application = django.core.handlers.wsgi.WSGIHandler() [Tue Mar 31 02:10:15.819059 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/core/handlers/wsgi.py", line 136, in __init__ [Tue Mar 31 02:10:15.819075 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] self.load_middleware() [Tue Mar 31 02:10:15.819098 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/core/handlers/base.py", line 34, in load_middleware [Tue Mar 31 02:10:15.819127 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] middleware = import_string(middleware_path) [Tue Mar 31 02:10:15.819151 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/utils/module_loading.py", line 17, in import_string [Tue Mar 31 02:10:15.819169 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] module = import_module(module_path) [Tue Mar 31 02:10:15.819194 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/importlib/__init__.py", line 127, in import_module [Tue Mar 31 02:10:15.819210 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] return _bootstrap._gcd_import(name[level:], package, level) [Tue Mar 31 02:10:15.819232 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "<frozen importlib._bootstrap>", line 1006, in _gcd_import [Tue Mar 31 02:10:15.819257 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "<frozen importlib._bootstrap>", line 983, in _find_and_load [Tue Mar 31 02:10:15.819281 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked [Tue Mar 31 02:10:15.819305 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "<frozen importlib._bootstrap>", line 677, in _load_unlocked [Tue Mar 31 02:10:15.819333 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "<frozen importlib._bootstrap_external>", line 728, in exec_module [Tue Mar 31 02:10:15.819358 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed [Tue Mar 31 02:10:15.819391 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/middleware.py", line 4, in <module> [Tue Mar 31 02:10:15.819415 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] from django.contrib.auth.backends import RemoteUserBackend [Tue Mar 31 02:10:15.819451 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/backends.py", line 2, in <module> [Tue Mar 31 02:10:15.819471 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] from django.contrib.auth.models import Permission [Tue Mar 31 02:10:15.819494 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/models.py", line 2, in <module> [Tue Mar 31 02:10:15.819510 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] from django.contrib.auth.base_user import AbstractBaseUser, BaseUserManager [Tue Mar 31 02:10:15.819532 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/base_user.py", line 47, in <module> [Tue Mar 31 02:10:15.819548 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] class AbstractBaseUser(models.Model): [Tue Mar 31 02:10:15.819570 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/db/models/base.py", line 87, in __new__ [Tue Mar 31 02:10:15.819586 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] app_config = apps.get_containing_app_config(module) [Tue Mar 31 02:10:15.819609 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/apps/registry.py", line 249, in get_containing_app_config [Tue Mar 31 02:10:15.819629 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] self.check_apps_ready() [Tue Mar 31 02:10:15.819652 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] File "/usr/local/python3.7/lib/python3.7/site-packages/django/apps/registry.py", line 132, in check_apps_ready [Tue Mar 31 02:10:15.819668 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] raise AppRegistryNotReady("Apps aren't loaded yet.") [Tue Mar 31 02:10:15.819717 2020] [wsgi:error] [pid 86751] [client 65.19.143.5:50761] django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. [Tue Mar 31 02:10:16.767114 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] mod_wsgi (pid=46696): Failed to exec Python script file '/home/sopython/public_html/aistocks/aistocks/dispatch.wsgi'., referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.767228 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] mod_wsgi (pid=46696): Exception occurred processing WSGI script '/home/sopython/public_html/aistocks/aistocks/dispatch.wsgi'., referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.771944 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] Traceback (most recent call last):, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772103 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/home/sopython/public_html/aistocks/aistocks/dispatch.wsgi", line 7, in <module>, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772125 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] _application = django.core.handlers.wsgi.WSGIHandler(), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772151 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/core/handlers/wsgi.py", line 136, in __init__, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772168 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] self.load_middleware(), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772191 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/core/handlers/base.py", line 34, in load_middleware, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772207 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] middleware = import_string(middleware_path), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772230 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/utils/module_loading.py", line 17, in import_string, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772246 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] module = import_module(module_path), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772267 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/importlib/__init__.py", line 127, in import_module, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772283 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] return _bootstrap._gcd_import(name[level:], package, level), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772305 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "<frozen importlib._bootstrap>", line 1006, in _gcd_import, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772330 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "<frozen importlib._bootstrap>", line 983, in _find_and_load, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772358 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772398 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "<frozen importlib._bootstrap>", line 677, in _load_unlocked, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772424 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "<frozen importlib._bootstrap_external>", line 728, in exec_module, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772448 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772472 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/middleware.py", line 4, in <module>, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772488 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] from django.contrib.auth.backends import RemoteUserBackend, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772510 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/backends.py", line 2, in <module>, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772526 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] from django.contrib.auth.models import Permission, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772548 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/models.py", line 2, in <module>, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772563 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] from django.contrib.auth.base_user import AbstractBaseUser, BaseUserManager, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772585 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/base_user.py", line 47, in <module>, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772600 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] class AbstractBaseUser(models.Model):, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772623 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/db/models/base.py", line 87, in __new__, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772646 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] app_config = apps.get_containing_app_config(module), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772668 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/apps/registry.py", line 249, in get_containing_app_config, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772684 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] self.check_apps_ready(), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772706 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/apps/registry.py", line 132, in check_apps_ready, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772722 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] raise AppRegistryNotReady("Apps aren't loaded yet."), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.772805 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet., referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.777121 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] mod_wsgi (pid=46696): Failed to exec Python script file '/home/sopython/public_html/aistocks/aistocks/dispatch.wsgi'., referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.777228 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] mod_wsgi (pid=46696): Exception occurred processing WSGI script '/home/sopython/public_html/aistocks/aistocks/dispatch.wsgi'., referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.777689 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] Traceback (most recent call last):, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.777852 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/home/sopython/public_html/aistocks/aistocks/dispatch.wsgi", line 7, in <module>, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.777876 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] _application = django.core.handlers.wsgi.WSGIHandler(), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.777902 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/core/handlers/wsgi.py", line 136, in __init__, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.777919 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] self.load_middleware(), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.777942 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/core/handlers/base.py", line 34, in load_middleware, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.777959 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] middleware = import_string(middleware_path), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.777981 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/utils/module_loading.py", line 17, in import_string, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.777997 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] module = import_module(module_path), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778019 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/importlib/__init__.py", line 127, in import_module, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778035 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] return _bootstrap._gcd_import(name[level:], package, level), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778057 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "<frozen importlib._bootstrap>", line 1006, in _gcd_import, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778091 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "<frozen importlib._bootstrap>", line 983, in _find_and_load, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778118 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778142 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "<frozen importlib._bootstrap>", line 677, in _load_unlocked, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778167 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "<frozen importlib._bootstrap_external>", line 728, in exec_module, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778191 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778217 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/middleware.py", line 4, in <module>, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778253 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] from django.contrib.auth.backends import RemoteUserBackend, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778299 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/backends.py", line 2, in <module>, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778326 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] from django.contrib.auth.models import Permission, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778354 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/models.py", line 2, in <module>, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778371 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] from django.contrib.auth.base_user import AbstractBaseUser, BaseUserManager, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778393 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/contrib/auth/base_user.py", line 47, in <module>, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778409 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] class AbstractBaseUser(models.Model):, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778431 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/db/models/base.py", line 87, in __new__, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778447 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] app_config = apps.get_containing_app_config(module), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778469 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/apps/registry.py", line 249, in get_containing_app_config, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778489 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] self.check_apps_ready(), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778513 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] File "/usr/local/python3.7/lib/python3.7/site-packages/django/apps/registry.py", line 132, in check_apps_ready, referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778529 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] raise AppRegistryNotReady("Apps aren't loaded yet."), referer: http://aistocks.sopython.heliohost.org/ [Tue Mar 31 02:10:16.778572 2020] [wsgi:error] [pid 46696] [client 65.19.143.5:50762] django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet., referer: http://aistocks.sopython.heliohost.org/
  2. You're on Tommy now. Thanks for the donation.
  3. Unarchived. Your username is anwar99 now.
  4. You'll need to edit your subdomain to point at aistocks (lowercase) too.
  5. Your username is gustavo1 now. Unarchived.
  6. Luigi make sure you verify their email address by sending them an email asking to be sure if they want to delete that account. Otherwise someone could just post random usernames for you to delete. You need to make sure the account actually belongs to the person requesting deletion via email. It's extra work for everyone to verify account ownership via email so we just encourage people to delete their own accounts.
  7. Xorg is a desktop, and you also listed a screensaver. Tommy is a headless server so he has no need of desktops or screensavers.
  8. You never know with freenom though. Their servers may have been just having a worse than usual day. They have a lot of bugs.
  9. App 81140 output: Server running at http://127.0.0.1:3000/ App 81140 output: events.js:174 App 81140 output: throw er; // Unhandled 'error' event App 81140 output: ^ App 81140 output: Error: spawn /home/paladino/node/fii/node_modules/puppeteer/.local-chromium/linux-722234/chrome-linux/chrome EACCES App 81140 output: at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19) App 81140 output: at onErrorNT (internal/child_process.js:415:16) App 81140 output: at process._tickCallback (internal/process/next_tick.js:63:19) App 81140 output: Emitted 'error' event at: App 81140 output: at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12) App 81140 output: at onErrorNT (internal/child_process.js:415:16) App 81140 output: at process._tickCallback (internal/process/next_tick.js:63:19) [ W 2020-03-28 22:00:13.0468 70966/Tl age/Cor/Con/InternalUtils.cpp:96 ]: [Client 8-12] Sending 502 response: application did not send a complete response [ N 2020-03-28 22:00:13.2472 70966/T7 age/Cor/CoreMain.cpp:1117 ]: Checking whether to disconnect long-running connections for process 81140, application paladino - FII - Carga App 86544 output: Server running at http://127.0.0.1:3000/ App 86544 output: events.js:174 App 86544 output: throw er; // Unhandled 'error' event App 86544 output: ^ App 86544 output: Error: spawn /home/paladino/node/fii/node_modules/puppeteer/.local-chromium/linux-722234/chrome-linux/chrome EACCES App 86544 output: at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19) App 86544 output: at onErrorNT (internal/child_process.js:415:16) App 86544 output: at process._tickCallback (internal/process/next_tick.js:63:19) App 86544 output: Emitted 'error' event at: App 86544 output: at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12) App 86544 output: at onErrorNT (internal/child_process.js:415:16) App 86544 output: at process._tickCallback (internal/process/next_tick.js:63:19) [ W 2020-03-28 22:00:13.8005 70966/T7 age/Cor/Con/InternalUtils.cpp:96 ]: [Client 1-13] Sending 502 response: application did not send a complete response [ W 2020-03-28 22:00:15.1355 70966/T3 age/Cor/App/Poo/AnalyticsCollection.cpp:102 ]: Process (pid=86544, group=paladino - FII - Carga) no longer exists! Detaching it from the pool. [ N 2020-03-28 22:00:15.1356 70966/T3 age/Cor/CoreMain.cpp:1117 ]: Checking whether to disconnect long-running connections for process 86544, application paladino - FII - Carga
  10. The IP you're posting from isn't blocked. If there is another IP that is blocked you'll have to let us know what it is before we can unblock it.
  11. The 500 error is due to an infinite redirect. This usually indicates an error in your .htaccess. I wonder if it's related to you using aiStocks sometimes and aistocks in other places? Linux is case sensitive.
  12. Ah ha, the real problem is you have more than one account and are in violation of our terms of service. Please reread https://wiki.helionet.org/Terms and delete all accounts in excess of one.
  13. Cgi-bin is for cgi. Html is not cgi and should be put in public_html. If you want to run a cgi script like script.py then you can put that in cgi-bin to make it executable. Html has no reason to be executable so it doesn't belong in cgi-bin.
  14. Here's the link to report a false positive https://www.clamav.net/reports/fp
  15. What is the url to the django site?
  16. There you go https://cybercity.eu.org/ Sorry for the delay. I couldn't figure out a way to make it work on my own so I contacted cpanel to see if anything was wrong with our dns. Fortunately there is nothing wrong with our end. Unfortunately, the problem is with the way eu.org does things. The only thing we could do to allow people to park their own eu.org domains is disable the nameserver check entirely which means idiots would be able to park domains like google.com, which they obviously don't control. I'm not willing to disable the nameserver check so if anyone wants to add a .br domain or a eu.org domain they will need to add it as their main domain, and they can only have one without the help of an admin.
  17. You're on Tommy now. Thanks for the donation.
  18. Please post the following information: Your cPanel username Your main domain The server that you are on
  19. If you're referring to mysql when you say database, then yes, when /tmp is full mysql stops working.
×
×
  • Create New...