--- Logging error ---
Traceback (most recent call last):
  File "/opt/alt/python310/lib64/python3.10/logging/__init__.py", line 1103, in emit
    stream.write(msg + self.terminator)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 8-9: ordinal not in range(128)
Call stack:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 22, in <module>
    path('api/',include('detector.urls'))
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/detector/urls.py", line 2, in <module>
    from .views import VideoDetectView
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/detector/views.py", line 4, in <module>
    from ultralytics import YOLO
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/ultralytics/__init__.py", line 13, in <module>
    from ultralytics.utils import ASSETS, SETTINGS
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/ultralytics/utils/__init__.py", line 883, in <module>
    USER_CONFIG_DIR = get_user_config_dir()  # Ultralytics settings dir
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/ultralytics/utils/__init__.py", line 861, in get_user_config_dir
    LOGGER.warning(
Message: "WARNING \u26a0\ufe0f user config directory '/home/itsnotch/.config/Ultralytics' is not writable, using '/tmp/Ultralytics'. Set YOLO_CONFIG_DIR to override."
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/opt/alt/python310/lib64/python3.10/logging/__init__.py", line 1103, in emit
    stream.write(msg + self.terminator)
UnicodeEncodeError: 'ascii' codec can't encode character '\u2705' in position 46: ordinal not in range(128)
Call stack:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 22, in <module>
    path('api/',include('detector.urls'))
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/detector/urls.py", line 2, in <module>
    from .views import VideoDetectView
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/detector/views.py", line 4, in <module>
    from ultralytics import YOLO
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/ultralytics/__init__.py", line 13, in <module>
    from ultralytics.utils import ASSETS, SETTINGS
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/ultralytics/utils/__init__.py", line 1388, in <module>
    SETTINGS = SettingsManager()  # initialize settings
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/ultralytics/utils/__init__.py", line 1306, in __init__
    LOGGER.info(f"Creating new Ultralytics Settings v{version} file \u2705 {self.help_msg}")
Message: "Creating new Ultralytics Settings v0.0.6 file \u2705 \nView Ultralytics Settings with 'yolo settings' or at '/tmp/Ultralytics/settings.json'\nUpdate Settings with 'yolo settings key=value', i.e. 'yolo settings runs_dir=path/to/dir'. For help see https://docs.ultralytics.com/quickstart/#ultralytics-settings."
Arguments: ()
Not Found: /
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /
Not Found: /favicon.ico
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.4843 seconds
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ads.txt
Not Found: /app-ads.txt
Not Found: /sellers.json
Not Found: /favicon.ico
Not Found: /ads.txt
Not Found: /app-ads.txt
Not Found: /sellers.json
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /
Not Found: /CMdTKBx3
Not Found: /CMdTKBx3
Not Found: /sbr
Not Found: /sbr
Not Found: /xv2qwZ3s
Not Found: /xv2qwZ3s
Not Found: /YWy6BPtM
Not Found: /YWy6BPtM
Not Found: /Kd67Fq1x
Not Found: /Kd67Fq1x
Not Found: /dwztdbhG
Not Found: /dwztdbhG
Not Found: /SyhZkyvD
Not Found: /SyhZkyvD
Not Found: /j26HRfdD
Not Found: /j26HRfdD
Not Found: /sberbank-quiz-4
Not Found: /sberbank-quiz-4
Not Found: /zMmL28CN
Not Found: /zMmL28CN
Not Found: /KLFzmbdm
Not Found: /KLFzmbdm
Not Found: /5fH7sTTJ
Not Found: /5fH7sTTJ
Not Found: /CtdJ76V
Not Found: /CtdJ76V
Not Found: /p3y69
Not Found: /p3y69
Not Found: /
Not Found: /
Not Found: /mQ2bDkV4
Not Found: /mQ2bDkV4
Not Found: /lander/sberchat5v4_tds_newcrm_028-vnutr/index.php
Not Found: /lander/sberchat5v4_tds_newcrm_028-vnutr/index.php
Not Found: /YRWnWHy7
Not Found: /YRWnWHy7
Not Found: /lander/sberchat5v4_tds_newcrm_017-ec_register-_1730370309/index.php
Not Found: /lander/sberchat5v4_tds_newcrm_017-ec_register-_1730370309/index.php
Not Found: /prVdNCXD
Not Found: /prVdNCXD
Not Found: /prVdNCXD
Not Found: /SrBkPK64
Not Found: /SrBkPK64
Not Found: /3vt4yTCT
Not Found: /3vt4yTCT
Not Found: /lander/sberquiz-2223-3
Not Found: /lander/sberquiz-2223-3
Not Found: /lander/sberchat5v4_tds_newcrm_038-vnutr_1721815245/index.php
Not Found: /83036323
Not Found: /83036323
Not Found: /yZdx79
Not Found: /yZdx79
Not Found: /lander/sber-fix/
Not Found: /lander/sber-fix/
Not Found: /28kxhS
Not Found: /28kxhS
Not Found: /n6PdMqLz
Not Found: /n6PdMqLz
Not Found: /kXMGtQpC
Not Found: /kXMGtQpC
Not Found: /vNyFhhL5
Not Found: /vNyFhhL5
Not Found: /zxDLJZ
Not Found: /zxDLJZ
Not Found: /fpyB8SZ3
Not Found: /fpyB8SZ3
Not Found: /lander/-bull--sovkombank_quiz/
Not Found: /lander/-bull--sovkombank_quiz/
Not Found: /NWJs6k27
Not Found: /NWJs6k27
Not Found: /
Not Found: /
Not Found: /sKmcMfjD
Not Found: /sKmcMfjD
Not Found: /9LBgkTzq
Not Found: /9LBgkTzq
Not Found: /q1gpDhK4
Not Found: /q1gpDhK4
Not Found: /BSDLw5Mp
Not Found: /BSDLw5Mp
Not Found: /9XgxmrM3
Not Found: /9XgxmrM3
Not Found: /sberchat008-prilca/
Not Found: /sberchat008-prilca/
Not Found: /lander/sber/
Not Found: /lander/sber/
Not Found: /lander/testsberv4-copy--1/
Not Found: /lander/testsberv4-copy--1/
Not Found: /5jshCV
Not Found: /5jshCV
Not Found: /tink_chat/
Not Found: /n4TWwtZ4
Not Found: /n4TWwtZ4
Not Found: /cabinet
Not Found: /cabinet
Not Found: /4gpzSvhY
Not Found: /4gpzSvhY
Not Found: /6bXX29bt
Not Found: /sFRWyHsz
Not Found: /sFRWyHsz
Not Found: /nqw80
Not Found: /GJcjXsGY
Not Found: /gpLFR5sr
Not Found: /gpLFR5sr
Not Found: /262LBNFp
Not Found: /262LBNFp
Not Found: /n5cw4Z3Y
Not Found: /n5cw4Z3Y
Not Found: /nfvX2mRq
Not Found: /nfvX2mRq
Not Found: /sberbank-quiz-v2/
Not Found: /sberbank-quiz-v2/
Not Found: /9hs69
Not Found: /9hs69
Not Found: /qJYNKtCd
Not Found: /qJYNKtCd
Not Found: /lander/sberchat5v4_tds_newcrm_017-ec_register-_1732091122/index.php
Not Found: /
Not Found: /wordpress/
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.6916 seconds
Not Found: /
Not Found: /
Not Found: /
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Bad Request: /api/detect-video/
Bad Request: /api/detect-video/
Process took 1.9013 seconds
Process took 0.4296 seconds
Bad Request: /api/detect-video/
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 2.1124 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.5613 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.9934 seconds
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /
Not Found: /wordpress/
[UID:2044][784703] Child process with pid: 784713 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /vNyFhhL5
Not Found: /vNyFhhL5
Not Found: /sberchat008-prilca/
Not Found: /sberchat008-prilca/
Not Found: /nqw80
Not Found: /nqw80
Not Found: /sKmcMfjD
Not Found: /sKmcMfjD
Not Found: /SyhZkyvD
Not Found: /SyhZkyvD
Not Found: /lander/sberchat5v4_tds_newcrm_028-vnutr/index.php
Not Found: /lander/sberchat5v4_tds_newcrm_028-vnutr/index.php
Not Found: /yZdx79
Not Found: /yZdx79
Not Found: /zMmL28CN
Not Found: /zMmL28CN
Not Found: /lander/sberchat5v4_tds_newcrm_017-ec_register-_1732091122/index.php
Not Found: /lander/sberchat5v4_tds_newcrm_017-ec_register-_1732091122/index.php
Not Found: /prVdNCXD
Not Found: /prVdNCXD
Not Found: /q1gpDhK4
Not Found: /q1gpDhK4
Not Found: /sberbank-quiz-v2/
Not Found: /sberbank-quiz-v2/
Not Found: /BSDLw5Mp
Not Found: /BSDLw5Mp
Not Found: /YWy6BPtM
Not Found: /YWy6BPtM
Not Found: /xv2qwZ3s
Not Found: /xv2qwZ3s
Not Found: /NWJs6k27
Not Found: /NWJs6k27
Not Found: /
Not Found: /
Not Found: /sberbank-quiz-4
Not Found: /sberbank-quiz-4
Not Found: /5jshCV
Not Found: /5jshCV
Not Found: /83036323
Not Found: /83036323
Not Found: /5fH7sTTJ
Not Found: /5fH7sTTJ
Not Found: /lander/sber-fix/
Not Found: /gpLFR5sr
Not Found: /gpLFR5sr
Not Found: /mQ2bDkV4
Not Found: /mQ2bDkV4
Not Found: /
Not Found: /
Not Found: /qJYNKtCd
Not Found: /qJYNKtCd
Not Found: /sFRWyHsz
Not Found: /sFRWyHsz
Not Found: /9XgxmrM3
Not Found: /9XgxmrM3
Not Found: /YRWnWHy7
Not Found: /YRWnWHy7
Not Found: /dwztdbhG
Not Found: /dwztdbhG
Not Found: /lander/-bull--sovkombank_quiz/
Not Found: /lander/-bull--sovkombank_quiz/
Not Found: /nfvX2mRq
Not Found: /nfvX2mRq
Not Found: /9hs69
Not Found: /9hs69
Not Found: /cabinet
Not Found: /cabinet
Not Found: /lander/testsberv4-copy--1/
Not Found: /lander/testsberv4-copy--1/
Not Found: /lander/sberchat5v4_tds_newcrm_017-ec_register-_1730370309/index.php
Not Found: /lander/sberchat5v4_tds_newcrm_017-ec_register-_1730370309/index.php
Not Found: /4gpzSvhY
Not Found: /4gpzSvhY
Not Found: /n6PdMqLz
Not Found: /n6PdMqLz
Not Found: /3vt4yTCT
Not Found: /3vt4yTCT
Not Found: /262LBNFp
Not Found: /262LBNFp
Not Found: /6bXX29bt
Not Found: /6bXX29bt
Not Found: /CtdJ76V
Not Found: /CtdJ76V
Not Found: /tink_chat/
Not Found: /tink_chat/
Not Found: /GJcjXsGY
Not Found: /GJcjXsGY
Not Found: /lander/sber/
Not Found: /lander/sber/
Not Found: /lander/sberquiz-2223-3
Not Found: /lander/sberquiz-2223-3
Not Found: /Kd67Fq1x
Not Found: /n5cw4Z3Y
Not Found: /n5cw4Z3Y
Not Found: /SrBkPK64
Not Found: /SrBkPK64
Not Found: /kXMGtQpC
Not Found: /kXMGtQpC
Not Found: /n4TWwtZ4
Not Found: /n4TWwtZ4
Not Found: /28kxhS
Not Found: /28kxhS
Not Found: /fpyB8SZ3
Not Found: /fpyB8SZ3
Not Found: /BNp8hDTk
Not Found: /BNp8hDTk
Not Found: /CMdTKBx3
Not Found: /CMdTKBx3
Not Found: /lander/sberchat5v4_tds_newcrm_038-vnutr_1721815245/index.php
Not Found: /lander/sberchat5v4_tds_newcrm_038-vnutr_1721815245/index.php
Not Found: /p3y69
Not Found: /p3y69
Not Found: /j26HRfdD
Not Found: /j26HRfdD
Not Found: /9LBgkTzq
Not Found: /9LBgkTzq
Not Found: /zxDLJZ
Not Found: /zxDLJZ
Not Found: /KLFzmbdm
Not Found: /KLFzmbdm
Not Found: /sbr
Not Found: /sbr
Not Found: /
[UID:2044][1842094] Child process with pid: 1842110 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /
Not Found: /robots.txt
Not Found: /26387fa4f5b1e3f7b6217b27d79bf264.png
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /2d0b56e7e51cf11036ad8734bdb67e2d.png
Not Found: /
Not Found: /favicon.ico
Not Found: /
Not Found: /favicon.ico
Not Found: /
Not Found: /
Not Found: /
Not Found: /style.php
Not Found: /style.php
Not Found: /merchant/z/payment/
Not Found: /merchant/z/payment/
Not Found: /3ds1633693954432212
Not Found: /3ds1633693954432212
Not Found: /merchant/code
Not Found: /merchant/code
Not Found: /3ds.php
Not Found: /3ds.php
Not Found: /5/130/narodanimat-1/index.html
Not Found: /5/130/narodanimat-1/index.html
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /Kd67Fq1x
Not Found: /Kd67Fq1x
Not Found: /
Not Found: /
Not Found: /83036323
Not Found: /83036323
Not Found: /5jshCV
Not Found: /5jshCV
Not Found: /28kxhS
Not Found: /28kxhS
Not Found: /zxDLJZ
Not Found: /zxDLJZ
Not Found: /mQ2bDkV4
Not Found: /mQ2bDkV4
Not Found: /lander/sberquiz-2223-3
Not Found: /lander/sberquiz-2223-3
Not Found: /4gpzSvhY
Not Found: /4gpzSvhY
Not Found: /sberbank-quiz-v2/
Not Found: /sberbank-quiz-v2/
Not Found: /lander/sberchat5v4_tds_newcrm_038-vnutr_1721815245/index.php
Not Found: /lander/sberchat5v4_tds_newcrm_038-vnutr_1721815245/index.php
Not Found: /qJYNKtCd
Not Found: /qJYNKtCd
Not Found: /KLFzmbdm
Not Found: /KLFzmbdm
Not Found: /fpyB8SZ3
Not Found: /fpyB8SZ3
Not Found: /prVdNCXD
Not Found: /prVdNCXD
Not Found: /n6PdMqLz
Not Found: /n6PdMqLz
Not Found: /YWy6BPtM
Not Found: /YWy6BPtM
Not Found: /lander/testsberv4-copy--1/
Not Found: /lander/testsberv4-copy--1/
Not Found: /n5cw4Z3Y
Not Found: /n5cw4Z3Y
Not Found: /
Not Found: /
Not Found: /nfvX2mRq
Not Found: /nfvX2mRq
Not Found: /lander/sber/
Not Found: /lander/sber/
Not Found: /p3y69
Not Found: /p3y69
Not Found: /NWJs6k27
Not Found: /lander/-bull--sovkombank_quiz/
Not Found: /262LBNFp
Not Found: /262LBNFp
Not Found: /vNyFhhL5
Not Found: /vNyFhhL5
Not Found: /lander/sberchat5v4_tds_newcrm_017-ec_register-_1732091122/index.php
Not Found: /lander/sberchat5v4_tds_newcrm_017-ec_register-_1732091122/index.php
Not Found: /CtdJ76V
Not Found: /CtdJ76V
Not Found: /lander/sberchat5v4_tds_newcrm_017-ec_register-_1730370309/index.php
Not Found: /lander/sberchat5v4_tds_newcrm_017-ec_register-_1730370309/index.php
Not Found: /SrBkPK64
Not Found: /SrBkPK64
Not Found: /GJcjXsGY
Not Found: /GJcjXsGY
Not Found: /sKmcMfjD
Not Found: /sKmcMfjD
Not Found: /sberchat008-prilca/
Not Found: /sberchat008-prilca/
Not Found: /lander/sber-fix/
Not Found: /lander/sber-fix/
Not Found: /BSDLw5Mp
Not Found: /BSDLw5Mp
Not Found: /kXMGtQpC
Not Found: /kXMGtQpC
Not Found: /3vt4yTCT
Not Found: /3vt4yTCT
Not Found: /9LBgkTzq
Not Found: /sbr
Not Found: /sbr
Not Found: /9hs69
Not Found: /9hs69
Not Found: /zMmL28CN
Not Found: /zMmL28CN
Not Found: /BNp8hDTk
Not Found: /BNp8hDTk
Not Found: /gpLFR5sr
Not Found: /gpLFR5sr
Not Found: /tink_chat/
Not Found: /tink_chat/
Not Found: /6bXX29bt
Not Found: /6bXX29bt
Not Found: /sFRWyHsz
Not Found: /sFRWyHsz
Not Found: /q1gpDhK4
Not Found: /q1gpDhK4
Not Found: /sberbank-quiz-4
Not Found: /sberbank-quiz-4
Not Found: /n4TWwtZ4
Not Found: /n4TWwtZ4
Not Found: /YRWnWHy7
Not Found: /YRWnWHy7
Not Found: /CMdTKBx3
Not Found: /CMdTKBx3
Not Found: /9XgxmrM3
Not Found: /9XgxmrM3
Not Found: /nqw80
Not Found: /nqw80
Not Found: /j26HRfdD
Not Found: /j26HRfdD
Not Found: /SyhZkyvD
Not Found: /SyhZkyvD
Not Found: /5fH7sTTJ
Not Found: /5fH7sTTJ
Not Found: /lander/sberchat5v4_tds_newcrm_028-vnutr/index.php
Not Found: /lander/sberchat5v4_tds_newcrm_028-vnutr/index.php
Not Found: /dwztdbhG
Not Found: /dwztdbhG
Not Found: /xv2qwZ3s
Not Found: /xv2qwZ3s
Not Found: /yZdx79
Not Found: /yZdx79
Not Found: /cabinet
Not Found: /cabinet
Not Found: /
Not Found: /favicon.ico
Not Found: /wp-admin/css/
Not Found: /.well-known/
Not Found: /sites/default/files/
Not Found: /uploads/
Not Found: /images/
Not Found: /files/
[UID:2044][996632] Child process with pid: 996932 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /
Not Found: /
Not Found: /
[UID:2044][1716280] Child process with pid: 1716290 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /3ds1633693954432212
Not Found: /3ds1633693954432212
Not Found: /merchant/z/payment/
Not Found: /merchant/z/payment/
Not Found: /3ds.php
Not Found: /3ds.php
Not Found: /5/130/narodanimat-1/index.html
Not Found: /5/130/narodanimat-1/index.html
Not Found: /merchant/code
Not Found: /merchant/code
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.9584 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.5842 seconds
Process took 0.3557 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.9828 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.6395 seconds
Process took 0.3412 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.2160 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.7979 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.6734 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.4456 seconds
Not Found: /
Not Found: /favicon.ico
Not Found: /
Not Found: /favicon.ico
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.9291 seconds
Process took 0.3561 seconds
Process took 0.4569 seconds
Process took 0.3313 seconds
Process took 0.4006 seconds
Process took 0.4160 seconds
Process took 0.2989 seconds
Process took 0.4000 seconds
Process took 0.3782 seconds
Process took 0.4662 seconds
Process took 0.3595 seconds
Not Found: /
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.6668 seconds
Not Found: /robots.txt
Not Found: /
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.5032 seconds
Process took 0.6301 seconds
Not Found: /
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.7496 seconds
Process took 0.5436 seconds
Not Found: /robots.txt
Not Found: /
Not Found: /robots.txt
Not Found: /
Not Found: /robots.txt
Not Found: /
Not Found: /merchant/code
Not Found: /merchant/code
Not Found: /merchant/code
Not Found: /5/130/narodanimat-1/index.html
Not Found: /5/130/narodanimat-1/index.html
Not Found: /3ds.php
Not Found: /3ds.php
Not Found: /merchant/z/payment/
Not Found: /merchant/z/payment/
Not Found: /3ds1633693954432212
Not Found: /3ds1633693954432212
Not Found: /
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.9673 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.9309 seconds
Process took 0.5714 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Not Found: /
Process took 1.6847 seconds
Process took 0.5141 seconds
Process took 0.4375 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.6378 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.6371 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 2.1216 seconds
Not Found: /
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.9659 seconds
[ERROR] [UID:2044][1440144] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1440144] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1440144] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1447919] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1447920] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1450895] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1450896] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1454480] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1454481] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1454855] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1454855] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1455884] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1460624] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1500622] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1501048] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1501887] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1501887] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1501887] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[ERROR] [UID:2044][1501887] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/corsheaders/middleware.py", line 53, in __call__
    result = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 686, in resolve
    for pattern in self.url_patterns:
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/video_detector/urls.py", line 24, in <module>
    path('api/youtube/', include('YouTube_video.urls')),
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
  File "/opt/alt/python310/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/urls.py", line 2, in <module>
    from .views import detect_objects_from_youtube
  File "/home/itsnotch/bteam11.com/object-detection/YouTube_video/views.py", line 5, in <module>
    import yt_dlp
ModuleNotFoundError: No module named 'yt_dlp'
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.9508 seconds
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
WARNING: [youtube] No title found in player responses; falling back to title from initial data. Other metadata may also be missing
ERROR: [youtube] 6WbyMkqF4rw: Sign in to confirm youre not a bot. Use --cookies-from-browser or --cookies for the authentication. See  https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp  for how to manually pass cookies. Also see  https://github.com/yt-dlp/yt-dlp/wiki/Extractors#exporting-youtube-cookies  for tips on effectively exporting YouTube cookies
Internal Server Error: /api/youtube/yt/
Method Not Allowed: /api/videoweb/detect-webcam-video/
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.8850 seconds

0: 480x640 1 person, 1 tennis racket, 1 wine glass, 383.9ms
Speed: 1.9ms preprocess, 383.9ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 1 tennis racket, 202.0ms
Speed: 1.3ms preprocess, 202.0ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 1 tennis racket, 57.6ms
Speed: 1.4ms preprocess, 57.6ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 1 tennis racket, 206.2ms
Speed: 1.5ms preprocess, 206.2ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 1 wine glass, 192.1ms
Speed: 1.2ms preprocess, 192.1ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 2 persons, 103.0ms
Speed: 1.4ms preprocess, 103.0ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 191.0ms
Speed: 1.7ms preprocess, 191.0ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 288.9ms
Speed: 4.9ms preprocess, 288.9ms inference, 1.9ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 116.5ms
Speed: 1.2ms preprocess, 116.5ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 194.6ms
Speed: 1.1ms preprocess, 194.6ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 198.6ms
Speed: 1.5ms preprocess, 198.6ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 1 frisbee, 207.7ms
Speed: 2.4ms preprocess, 207.7ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 112.8ms
Speed: 2.1ms preprocess, 112.8ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 204.6ms
Speed: 1.4ms preprocess, 204.6ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 198.1ms
Speed: 1.4ms preprocess, 198.1ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 1 toothbrush, 104.6ms
Speed: 0.8ms preprocess, 104.6ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 203.0ms
Speed: 1.6ms preprocess, 203.0ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 210.9ms
Speed: 1.6ms preprocess, 210.9ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 210.0ms
Speed: 1.4ms preprocess, 210.0ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 121.2ms
Speed: 1.4ms preprocess, 121.2ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
WARNING: [youtube] No title found in player responses; falling back to title from initial data. Other metadata may also be missing
ERROR: [youtube] 6WbyMkqF4rw: Sign in to confirm youre not a bot. Use --cookies-from-browser or --cookies for the authentication. See  https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp  for how to manually pass cookies. Also see  https://github.com/yt-dlp/yt-dlp/wiki/Extractors#exporting-youtube-cookies  for tips on effectively exporting YouTube cookies
Internal Server Error: /api/youtube/yt/
Bad Request: /api/videoweb/detect-webcam-video/
Bad Request: /api/videoweb/detect-webcam-video/

0: 480x640 1 person, 1 wine glass, 235.9ms
Speed: 1.7ms preprocess, 235.9ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 1 wine glass, 156.9ms
Speed: 1.3ms preprocess, 156.9ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)

0: 480x640 1 person, 1 frisbee, 163.4ms
Speed: 2.0ms preprocess, 163.4ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Traceback (most recent call last):
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 58, in detect_objects
    print(f"\U0001f3af Detections: {label_counts} | Total: {len(detections)}")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f3af' in position 0: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper
    return view_func(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/itsnotch/virtualenv/bteam11.com/object-detection/3.10/lib/python3.10/site-packages/rest_framework/decorators.py", line 50, in handler
    return func(*args, **kwargs)
  File "/home/itsnotch/bteam11.com/object-detection/Webcam/views.py", line 70, in detect_objects
    print("\u274c Error in detection:", str(e))
UnicodeEncodeError: 'ascii' codec can't encode character '\u274c' in position 0: ordinal not in range(128)
Bad Request: /api/videoweb/detect-webcam-video/
Bad Request: /api/videoweb/detect-webcam-video/
Not Found: /
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /api/videoweb/
Bad Request: /api/videoweb/detect-webcam-video/
Bad Request: /api/videoweb/detect-webcam-video/
Bad Request: /api/videoweb/detect-webcam-video/
Bad Request: /api/videoweb/detect-webcam-video/

[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
0: 480x640 1 person, 1 tennis racket, 1 wine glass, 517.1ms
Speed: 86.2ms preprocess, 517.1ms inference, 3.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'wine glass': 1, 'tennis racket': 1} | Total: 3

0: 480x640 2 persons, 350.5ms
Speed: 1.4ms preprocess, 350.5ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2


0: 480x640 1 person, 1854.4ms
Speed: 1.4ms preprocess, 1854.4ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1


[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
0: 480x640 1 cat, 3704.8ms
Speed: 95.7ms preprocess, 3704.8ms inference, 96.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'cat': 1} | Total: 1

0: 480x640 1 person, 3503.0ms
Speed: 95.1ms preprocess, 3503.0ms inference, 2.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
0: 480x640 1 person, 1 wine glass, 4102.3ms
Speed: 193.6ms preprocess, 4102.3ms inference, 97.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'wine glass': 1} | Total: 2

0: 480x640 2 persons, 3296.0ms
Speed: 3.9ms preprocess, 3296.0ms inference, 99.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 1 person, 3996.1ms
Speed: 2.4ms preprocess, 3996.1ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 (no detections), 2399.8ms
Speed: 93.4ms preprocess, 2399.8ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
No objects detected in this frame

0: 480x640 1 person, 3001.2ms
Speed: 1.5ms preprocess, 3001.2ms inference, 98.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 2 persons, 3406.6ms
Speed: 93.7ms preprocess, 3406.6ms inference, 97.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 4 persons, 2698.8ms
Speed: 95.4ms preprocess, 2698.8ms inference, 3.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 4} | Total: 4

0: 480x640 5 persons, 1 cell phone, 2802.8ms
Speed: 96.3ms preprocess, 2802.8ms inference, 3.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 5, 'cell phone': 1} | Total: 6

0: 480x640 3 persons, 2600.6ms
Speed: 92.2ms preprocess, 2600.6ms inference, 2.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 1 person, 2502.4ms
Speed: 93.2ms preprocess, 2502.4ms inference, 2.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 3 persons, 2101.0ms
Speed: 97.3ms preprocess, 2101.0ms inference, 1.9ms postprocess per image at shape (1, 3, 480, 640)
0: 480x640 1 person, 2302.0ms
Speed: 96.2ms preprocess, 2302.0ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

Detections: {'person': 3} | Total: 3

0: 480x640 2 persons, 2501.6ms
Speed: 96.9ms preprocess, 2501.6ms inference, 2.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 3 persons, 1902.3ms
Speed: 93.4ms preprocess, 1902.3ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 (no detections), 2502.4ms
Speed: 96.6ms preprocess, 2502.4ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
No objects detected in this frame

0: 480x640 (no detections), 2795.5ms
Speed: 1.8ms preprocess, 2795.5ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
No objects detected in this frame

0: 480x640 1 person, 2502.1ms
Speed: 1.3ms preprocess, 2502.1ms inference, 94.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 1 cell phone, 2000.1ms
Speed: 90.3ms preprocess, 2000.1ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'cell phone': 1} | Total: 2

0: 480x640 2 persons, 2803.2ms
Speed: 91.3ms preprocess, 2803.2ms inference, 1.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 3000.1ms
Speed: 92.2ms preprocess, 3000.1ms inference, 4.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 1 person, 2799.3ms
Speed: 98.7ms preprocess, 2799.3ms inference, 2.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 7 persons, 3100.2ms
Speed: 93.1ms preprocess, 3100.2ms inference, 2.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 7} | Total: 7

0: 480x640 6 persons, 1 frisbee, 1 cell phone, 2900.5ms
Speed: 92.2ms preprocess, 2900.5ms inference, 7.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 6, 'cell phone': 1, 'frisbee': 1} | Total: 8

0: 480x640 1 person, 2606.0ms
Speed: 94.7ms preprocess, 2606.0ms inference, 95.6ms postprocess per image at shape (1, 3, 480, 640)
0: 480x640 1 person, 1503.1ms
Speed: 94.9ms preprocess, 1503.1ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
0: 480x640 1 person, 1403.3ms
Speed: 97.0ms preprocess, 1403.3ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
WARNING: [youtube] No title found in player responses; falling back to title from initial data. Other metadata may also be missing
ERROR: [youtube] 6WbyMkqF4rw: Sign in to confirm youre not a bot. Use --cookies-from-browser or --cookies for the authentication. See  https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp  for how to manually pass cookies. Also see  https://github.com/yt-dlp/yt-dlp/wiki/Extractors#exporting-youtube-cookies  for tips on effectively exporting YouTube cookies
Internal Server Error: /api/youtube/yt/
Detections: {'person': 1} | Total: 1
Detections: {'person': 1} | Total: 1
Detections: {'person': 1} | Total: 1
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
Method Not Allowed: /api/youtube/yt/
ERROR: [generic] Unable to download webpage: HTTP Error 405: Method Not Allowed (caused by <HTTPError 405: Method Not Allowed>)
Internal Server Error: /api/youtube/yt/
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
Method Not Allowed: /api/youtube/yt/
ERROR: [generic] Unable to download webpage: HTTP Error 405: Method Not Allowed (caused by <HTTPError 405: Method Not Allowed>)
Internal Server Error: /api/youtube/yt/
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
WARNING: [youtube] No title found in player responses; falling back to title from initial data. Other metadata may also be missing
ERROR: [youtube] 6WbyMkqF4rw: Sign in to confirm youre not a bot. Use --cookies-from-browser or --cookies for the authentication. See  https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp  for how to manually pass cookies. Also see  https://github.com/yt-dlp/yt-dlp/wiki/Extractors#exporting-youtube-cookies  for tips on effectively exporting YouTube cookies
Internal Server Error: /api/youtube/yt/
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
WARNING: [youtube] Falling back to generic n function search
         player = https://www.youtube.com/s/player/19712d96/player_ias.vflset/en_US/base.js
WARNING: [youtube] 6WbyMkqF4rw: nsig extraction failed: Some formats may be missing
         n = BYMsgpmwmWR6axJR ; player = https://www.youtube.com/s/player/19712d96/player_ias.vflset/en_US/base.js
         Please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U
WARNING: [youtube] 6WbyMkqF4rw: nsig extraction failed: Some formats may be missing
         n = zbkbaqCbPoJWDpS1 ; player = https://www.youtube.com/s/player/19712d96/player_ias.vflset/en_US/base.js
         Please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U
WARNING: [youtube] 6WbyMkqF4rw: nsig extraction failed: Some formats may be missing
         n = aZ4hpD1XEaC4lyXT ; player = https://www.youtube.com/s/player/19712d96/player_ias.vflset/en_US/base.js
         Please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U
WARNING: [youtube] 6WbyMkqF4rw: Some web_safari client https formats have been skipped as they are missing a url. YouTube is forcing SABR streaming for this client. See  https://github.com/yt-dlp/yt-dlp/issues/12482  for more details
WARNING: [youtube] 6WbyMkqF4rw: nsig extraction failed: Some formats may be missing
         n = TiqSX5v-Ctin_iNX ; player = https://www.youtube.com/s/player/19712d96/player_ias.vflset/en_US/base.js
         Please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U
WARNING: [youtube] 6WbyMkqF4rw: Some web client https formats have been skipped as they are missing a url. YouTube is forcing SABR streaming for this client. See  https://github.com/yt-dlp/yt-dlp/issues/12482  for more details
[download] 100.0% of ~   1.00KiB at    839.78B/s ETA Unknown (frag 0/2)[download] 100.0% of ~   3.00KiB at    839.78B/s ETA Unknown (frag 0/2)[download] 100.0% of ~   7.00KiB at    839.78B/s ETA Unknown (frag 0/2)[download] 100.0% of ~  15.00KiB at    839.78B/s ETA Unknown (frag 0/2)[download] 100.0% of ~  31.00KiB at    839.78B/s ETA Unknown (frag 0/2)[download] 100.0% of ~  63.00KiB at    839.78B/s ETA Unknown (frag 0/2)[download]  81.9% of ~ 126.00KiB at    839.78B/s ETA Unknown (frag 0/2)[download]  25.0% of ~ 412.72KiB at    839.78B/s ETA Unknown (frag 1/2)[download] 100.0% of ~ 104.18KiB at    839.78B/s ETA Unknown (frag 1/2)[download] 100.0% of ~ 106.18KiB at    839.78B/s ETA Unknown (frag 1/2)[download] 100.0% of ~ 106.48KiB at    839.78B/s ETA Unknown (frag 1/2)[download]  97.0% of ~ 109.79KiB at    839.78B/s ETA Unknown (frag 2/2)[download] 100% of  106.48KiB in 00:00:00 at 275.43KiB/s                                                                       WARNING: 6WbyMkqF4rw: Possible MPEG-TS in MP4 container or malformed AAC timestamps. Install ffmpeg to fix this automatically
[UID:2044][1724548] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][1724548] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][1724548] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][1724548] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][1724548] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][1724548] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][1724548] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: retry: Resource temporarily unavailable
/usr/local/lsws/fcgi-bin/lswsgi_wrapper: fork: Resource temporarily unavailable
Bad Request: /api/videoweb/detect-webcam-video/

[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
0: 480x640 1 person, 480.3ms
Speed: 2.1ms preprocess, 480.3ms inference, 1.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 2 persons, 322.8ms
Speed: 1.1ms preprocess, 322.8ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2


0: 480x640 1 person, 1808.2ms
Speed: 499.3ms preprocess, 1808.2ms inference, 91.9ms postprocess per image at shape (1, 3, 480, 640)
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 1091.0ms
Speed: 97.0ms preprocess, 1091.0ms inference, 3.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1


0: 480x640 1 person, 3700.7ms
Speed: 1.0ms preprocess, 3700.7ms inference, 1.9ms postprocess per image at shape (1, 3, 480, 640)
0: 480x640 1 person, 1 frisbee, 2904.5ms
Speed: 3.8ms preprocess, 2904.5ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
0: 480x640 1 person, 1505.2ms
Speed: 100.1ms preprocess, 1505.2ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
[UID:2044][27156] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][27156] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[ERROR:0@22.511] global cap_ffmpeg_impl.hpp:1367 open Could not open codec h264, error: -11
[ERROR:0@22.511] global cap_ffmpeg_impl.hpp:1375 open VIDEOIO/FFMPEG: Failed to initialize VideoCapture
Bad Request: /api/detect-video/
[ERROR:0@27.698] global cap_ffmpeg_impl.hpp:1367 open Could not open codec h264, error: -11
[ERROR:0@27.698] global cap_ffmpeg_impl.hpp:1375 open VIDEOIO/FFMPEG: Failed to initialize VideoCapture
Bad Request: /api/detect-video/
[ERROR:0@45.674] global cap_ffmpeg_impl.hpp:1367 open Could not open codec h264, error: -11
[ERROR:0@45.674] global cap_ffmpeg_impl.hpp:1375 open VIDEOIO/FFMPEG: Failed to initialize VideoCapture
Bad Request: /api/detect-video/
[ERROR:0@60.860] global cap_ffmpeg_impl.hpp:1367 open Could not open codec h264, error: -11
[ERROR:0@60.860] global cap_ffmpeg_impl.hpp:1375 open VIDEOIO/FFMPEG: Failed to initialize VideoCapture
Bad Request: /api/detect-video/
[ERROR:0@165.510] global cap_ffmpeg_impl.hpp:1367 open Could not open codec h264, error: -11
[ERROR:0@165.510] global cap_ffmpeg_impl.hpp:1375 open VIDEOIO/FFMPEG: Failed to initialize VideoCapture
Bad Request: /api/detect-video/
Detections: {'person': 1, 'frisbee': 1} | Total: 2
Detections: {'person': 1} | Total: 1
Detections: {'person': 1} | Total: 1
Process took 1.0456 seconds
Process took 0.5047 seconds
Process took 0.4808 seconds
Bad Request: /api/videoweb/detect-webcam-video/
Bad Request: /api/videoweb/detect-webcam-video/
[UID:2044][27156] Killing runaway process PID: 29256 with SIGTERM
[UID:2044][27156] Child process with pid: 29256 was killed by signal: 15, core dumped: no
[UID:2044][27156] Killing runaway process PID: 29285 with SIGTERM
[UID:2044][27156] Child process with pid: 29285 was killed by signal: 15, core dumped: no
Method Not Allowed: /api/videoweb/detect-webcam-video/
Method Not Allowed: /api/videoweb/detect-webcam-video/
Method Not Allowed: /api/detect-video/
Method Not Allowed: /api/videoweb/detect-webcam-video/
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /
Not Found: /
Not Found: /wp-admin/css/
Not Found: /.well-known/
Not Found: /sites/default/files/
Not Found: /uploads/
Not Found: /images/
Not Found: /files/
Method Not Allowed: /api/detect-video/
Not Found: /static/rest_framework/js/csrf.js
Not Found: /static/rest_framework/css/default.css
Not Found: /static/rest_framework/js/ajax-form.js
Not Found: /static/rest_framework/js/bootstrap.min.js
Not Found: /static/rest_framework/js/load-ajax-form.js
Not Found: /static/rest_framework/js/default.js
Not Found: /static/rest_framework/js/prettify-min.js
Not Found: /static/rest_framework/css/prettify.css
Not Found: /static/rest_framework/js/jquery-3.7.1.min.js
Not Found: /static/rest_framework/css/bootstrap.min.css
Not Found: /static/rest_framework/css/bootstrap-tweaks.css
Not Found: /favicon.ico
Method Not Allowed: /api/detect-video/
Not Found: /static/rest_framework/css/prettify.css
Not Found: /static/rest_framework/js/load-ajax-form.js
Not Found: /static/rest_framework/css/bootstrap-tweaks.css
Not Found: /static/rest_framework/js/ajax-form.js
Not Found: /static/rest_framework/js/prettify-min.js
Not Found: /static/rest_framework/js/bootstrap.min.js
Not Found: /static/rest_framework/js/csrf.js
Not Found: /static/rest_framework/js/jquery-3.7.1.min.js
Not Found: /static/rest_framework/js/default.js
Not Found: /static/rest_framework/css/default.css
Not Found: /static/rest_framework/css/bootstrap.min.css
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Not Found: /
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 2.9636 seconds
Process took 0.4719 seconds
Process took 0.4224 seconds
Process took 0.4606 seconds
Process took 0.3899 seconds
Process took 0.4597 seconds
Process took 0.5237 seconds
Process took 2.0350 seconds
Process took 0.5336 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.6133 seconds

0: 480x640 1 person, 399.4ms
Speed: 2.9ms preprocess, 399.4ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 74.4ms
Speed: 0.9ms preprocess, 74.4ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 186.5ms
Speed: 1.4ms preprocess, 186.5ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 128.4ms
Speed: 2.6ms preprocess, 128.4ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 585.5ms
Speed: 5.6ms preprocess, 585.5ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 87.2ms
Speed: 1.5ms preprocess, 87.2ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 1 kite, 177.9ms
Speed: 2.0ms preprocess, 177.9ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'kite': 1} | Total: 2

0: 480x640 1 person, 1 wine glass, 207.6ms
Speed: 1.5ms preprocess, 207.6ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'wine glass': 1} | Total: 2

0: 480x640 1 person, 1 wine glass, 215.6ms
Speed: 2.0ms preprocess, 215.6ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'wine glass': 1} | Total: 2

0: 480x640 1 person, 121.4ms
Speed: 1.5ms preprocess, 121.4ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 108.0ms
Speed: 1.3ms preprocess, 108.0ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 1 wine glass, 185.8ms
Speed: 1.4ms preprocess, 185.8ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'wine glass': 1} | Total: 2

0: 480x640 1 person, 1 wine glass, 193.4ms
Speed: 2.1ms preprocess, 193.4ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'wine glass': 1} | Total: 2

0: 480x640 1 person, 1 wine glass, 117.6ms
Speed: 1.7ms preprocess, 117.6ms inference, 77.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'wine glass': 1} | Total: 2

0: 480x640 1 person, 184.6ms
Speed: 2.1ms preprocess, 184.6ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 186.9ms
Speed: 1.3ms preprocess, 186.9ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 179.4ms
Speed: 1.5ms preprocess, 179.4ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 182.2ms
Speed: 2.3ms preprocess, 182.2ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 194.8ms
Speed: 1.0ms preprocess, 194.8ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 188.8ms
Speed: 1.5ms preprocess, 188.8ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 190.0ms
Speed: 1.5ms preprocess, 190.0ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 2 persons, 97.4ms
Speed: 1.7ms preprocess, 97.4ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 1 person, 174.8ms
Speed: 1.8ms preprocess, 174.8ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 130.6ms
Speed: 2.1ms preprocess, 130.6ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 195.6ms
Speed: 1.6ms preprocess, 195.6ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 135.9ms
Speed: 2.1ms preprocess, 135.9ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 192.3ms
Speed: 2.3ms preprocess, 192.3ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 101.4ms
Speed: 0.8ms preprocess, 101.4ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 305.7ms
Speed: 2.1ms preprocess, 305.7ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 118.2ms
Speed: 1.4ms preprocess, 118.2ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 199.2ms
Speed: 1.4ms preprocess, 199.2ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 211.5ms
Speed: 3.0ms preprocess, 211.5ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 1 wine glass, 192.9ms
Speed: 2.0ms preprocess, 192.9ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'wine glass': 1} | Total: 2

0: 480x640 1 person, 209.3ms
Speed: 2.1ms preprocess, 209.3ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 109.3ms
Speed: 0.9ms preprocess, 109.3ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 173.6ms
Speed: 1.4ms preprocess, 173.6ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 122.8ms
Speed: 0.9ms preprocess, 122.8ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 2 wine glasss, 196.9ms
Speed: 1.4ms preprocess, 196.9ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'wine glass': 2} | Total: 3

0: 480x640 2 persons, 1 wine glass, 193.6ms
Speed: 2.1ms preprocess, 193.6ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'wine glass': 1} | Total: 3

0: 480x640 1 person, 208.3ms
Speed: 2.0ms preprocess, 208.3ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 191.8ms
Speed: 1.5ms preprocess, 191.8ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 108.2ms
Speed: 1.8ms preprocess, 108.2ms inference, 0.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 1 wine glass, 158.7ms
Speed: 1.4ms preprocess, 158.7ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'wine glass': 1} | Total: 2

0: 480x640 1 person, 1 wine glass, 196.6ms
Speed: 2.1ms preprocess, 196.6ms inference, 0.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'wine glass': 1} | Total: 2

0: 480x640 1 person, 182.7ms
Speed: 1.4ms preprocess, 182.7ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 202.4ms
Speed: 2.3ms preprocess, 202.4ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 181.3ms
Speed: 1.4ms preprocess, 181.3ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 200.6ms
Speed: 2.0ms preprocess, 200.6ms inference, 78.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 532.2ms
Speed: 2.0ms preprocess, 532.2ms inference, 66.8ms postprocess per image at shape (1, 3, 480, 640)

[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
0: 480x640 1 person, 589.2ms
Speed: 5.4ms preprocess, 589.2ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 314.2ms
Speed: 1.3ms preprocess, 314.2ms inference, 83.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1


0: 480x640 2 persons, 1303.7ms
Speed: 496.8ms preprocess, 1303.7ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Detections: {'person': 1} | Total: 1
0: 480x640 1 person, 1 kite, 1 wine glass, 1397.8ms
Speed: 2.5ms preprocess, 1397.8ms inference, 2.0ms postprocess per image at shape (1, 3, 480, 640)
0: 480x640 2 persons, 1799.8ms
Speed: 94.9ms preprocess, 1799.8ms inference, 1.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'wine glass': 1, 'kite': 1} | Total: 3
Detections: {'person': 2} | Total: 2

[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
0: 480x640 1 person, 2408.5ms
Speed: 398.4ms preprocess, 2408.5ms inference, 1.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 2 persons, 2 skiss, 308.9ms
Speed: 83.4ms preprocess, 308.9ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'skis': 2} | Total: 4

0: 480x640 1 person, 412.3ms
Speed: 2.4ms preprocess, 412.3ms inference, 83.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 402.1ms
Speed: 1.8ms preprocess, 402.1ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

[UID:2044][3809887] Child process with pid: 3868787 was killed by signal: 15, core dumped: no
[UID:2044][3809887] Child process with pid: 3868892 was killed by signal: 15, core dumped: no
0: 480x640 1 person, 1 skis, 412.9ms
Speed: 2.9ms preprocess, 412.9ms inference, 83.5ms postprocess per image at shape (1, 3, 480, 640)
Internal Server Error: /api/videoweb/detect-webcam-video/
Detections: {'person': 1, 'skis': 1} | Total: 2
error in detection: <built-in method read of lsapi_wsgi.InputStream object at 0x7f1e4bfef670> returned NULL without setting an exception
[ERROR:0@1.251] global cap_ffmpeg_impl.hpp:1367 open Could not open codec h264, error: -11
[ERROR:0@1.251] global cap_ffmpeg_impl.hpp:1375 open VIDEOIO/FFMPEG: Failed to initialize VideoCapture
Bad Request: /api/detect-video/
[ERROR:0@7.690] global cap_ffmpeg_impl.hpp:1367 open Could not open codec h264, error: -11
[ERROR:0@7.690] global cap_ffmpeg_impl.hpp:1375 open VIDEOIO/FFMPEG: Failed to initialize VideoCapture
Bad Request: /api/detect-video/
[ERROR:0@20.390] global cap_ffmpeg_impl.hpp:1367 open Could not open codec h264, error: -11
[ERROR:0@20.390] global cap_ffmpeg_impl.hpp:1375 open VIDEOIO/FFMPEG: Failed to initialize VideoCapture
Bad Request: /api/detect-video/
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[UID:2044][3809887] fork() failed, please increase process limit, errno: 11 (Resource temporarily unavailable)
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 1.8078 seconds
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Method Not Allowed: /api/videoweb/detect-webcam-video/
Not Found: /static/rest_framework/css/bootstrap-tweaks.css
Not Found: /static/rest_framework/css/default.css
Not Found: /static/rest_framework/css/prettify.css
Not Found: /static/rest_framework/css/bootstrap.min.css
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 2.8018 seconds
Process took 2.3135 seconds
Process took 0.7667 seconds
Process took 0.5587 seconds
Process took 0.6326 seconds

0: 480x640 1 person, 294.2ms
Speed: 1.4ms preprocess, 294.2ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 46.2ms
Speed: 2.7ms preprocess, 46.2ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 127.3ms
Speed: 2.7ms preprocess, 127.3ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 43.7ms
Speed: 1.5ms preprocess, 43.7ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 125.6ms
Speed: 1.5ms preprocess, 125.6ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 3 persons, 46.7ms
Speed: 1.1ms preprocess, 46.7ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 2 persons, 49.2ms
Speed: 1.8ms preprocess, 49.2ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 137.5ms
Speed: 3.8ms preprocess, 137.5ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 125.2ms
Speed: 1.6ms preprocess, 125.2ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 128.9ms
Speed: 1.5ms preprocess, 128.9ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 123.7ms
Speed: 1.5ms preprocess, 123.7ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 127.2ms
Speed: 1.6ms preprocess, 127.2ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 127.3ms
Speed: 1.1ms preprocess, 127.3ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 3 persons, 1 cell phone, 207.9ms
Speed: 1.6ms preprocess, 207.9ms inference, 1.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3, 'cell phone': 1} | Total: 4

0: 480x640 2 persons, 1 cell phone, 138.6ms
Speed: 0.9ms preprocess, 138.6ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 2 persons, 1 cell phone, 125.5ms
Speed: 1.2ms preprocess, 125.5ms inference, 2.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 3 persons, 1 chair, 125.0ms
Speed: 1.7ms preprocess, 125.0ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3, 'chair': 1} | Total: 4

0: 480x640 2 persons, 232.2ms
Speed: 1.4ms preprocess, 232.2ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 121.4ms
Speed: 1.2ms preprocess, 121.4ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 212.7ms
Speed: 1.6ms preprocess, 212.7ms inference, 1.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 3 persons, 1 cell phone, 127.7ms
Speed: 1.9ms preprocess, 127.7ms inference, 79.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'cell phone': 1, 'person': 3} | Total: 4

0: 480x640 3 persons, 1 cell phone, 129.9ms
Speed: 1.4ms preprocess, 129.9ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'cell phone': 1, 'person': 3} | Total: 4

0: 480x640 2 persons, 1 cell phone, 126.8ms
Speed: 1.3ms preprocess, 126.8ms inference, 1.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'cell phone': 1, 'person': 2} | Total: 3

0: 480x640 2 persons, 2 cell phones, 127.9ms
Speed: 1.9ms preprocess, 127.9ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'cell phone': 2, 'person': 2} | Total: 4

0: 480x640 3 persons, 3 cell phones, 40.9ms
Speed: 1.0ms preprocess, 40.9ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'cell phone': 3, 'person': 3} | Total: 6

0: 480x640 3 persons, 3 cell phones, 132.3ms
Speed: 1.9ms preprocess, 132.3ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'cell phone': 3, 'person': 3} | Total: 6

0: 480x640 3 persons, 3 cell phones, 131.4ms
Speed: 1.3ms preprocess, 131.4ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'cell phone': 3, 'person': 3} | Total: 6

0: 480x640 3 persons, 3 cell phones, 153.2ms
Speed: 1.4ms preprocess, 153.2ms inference, 78.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'cell phone': 3, 'person': 3} | Total: 6

0: 480x640 3 persons, 3 cell phones, 212.8ms
Speed: 2.1ms preprocess, 212.8ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'cell phone': 3, 'person': 3} | Total: 6

0: 480x640 3 persons, 2 cell phones, 196.6ms
Speed: 1.5ms preprocess, 196.6ms inference, 2.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'cell phone': 2, 'person': 3} | Total: 5

0: 480x640 2 persons, 2 cell phones, 121.0ms
Speed: 1.6ms preprocess, 121.0ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 2} | Total: 4

0: 480x640 2 persons, 1 cell phone, 524.2ms
Speed: 8.2ms preprocess, 524.2ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 2 persons, 1 cell phone, 135.9ms
Speed: 0.9ms preprocess, 135.9ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 2 persons, 1 cell phone, 138.0ms
Speed: 0.8ms preprocess, 138.0ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 2 persons, 45.5ms
Speed: 2.0ms preprocess, 45.5ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 132.2ms
Speed: 1.4ms preprocess, 132.2ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 134.9ms
Speed: 1.7ms preprocess, 134.9ms inference, 1.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 124.3ms
Speed: 1.5ms preprocess, 124.3ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 132.7ms
Speed: 0.9ms preprocess, 132.7ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 38.9ms
Speed: 1.2ms preprocess, 38.9ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 42.5ms
Speed: 0.8ms preprocess, 42.5ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2
Process took 0.7869 seconds

0: 480x640 2 persons, 332.6ms
Speed: 1.4ms preprocess, 332.6ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 125.3ms
Speed: 1.6ms preprocess, 125.3ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 1 cell phone, 109.1ms
Speed: 1.2ms preprocess, 109.1ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 2 persons, 1 cell phone, 217.2ms
Speed: 1.5ms preprocess, 217.2ms inference, 2.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 2 persons, 1 cell phone, 195.1ms
Speed: 1.2ms preprocess, 195.1ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 2 persons, 2 cell phones, 201.7ms
Speed: 1.5ms preprocess, 201.7ms inference, 1.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 2} | Total: 4

0: 480x640 2 persons, 2 cell phones, 203.0ms
Speed: 1.5ms preprocess, 203.0ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 2} | Total: 4

0: 480x640 2 persons, 2 cell phones, 214.2ms
Speed: 1.1ms preprocess, 214.2ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 2} | Total: 4

0: 480x640 2 persons, 2 cell phones, 122.3ms
Speed: 1.7ms preprocess, 122.3ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 2} | Total: 4

0: 480x640 2 persons, 2 cell phones, 204.6ms
Speed: 1.3ms preprocess, 204.6ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 2} | Total: 4

0: 480x640 2 persons, 2 cell phones, 193.6ms
Speed: 0.8ms preprocess, 193.6ms inference, 1.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 2} | Total: 4

0: 480x640 2 persons, 2 cell phones, 134.5ms
Speed: 1.1ms preprocess, 134.5ms inference, 3.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 2} | Total: 4

0: 480x640 2 persons, 2 cell phones, 176.3ms
Speed: 3.4ms preprocess, 176.3ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 2} | Total: 4

0: 480x640 2 persons, 2 cell phones, 122.4ms
Speed: 1.4ms preprocess, 122.4ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 2} | Total: 4

0: 480x640 2 persons, 1 cell phone, 130.0ms
Speed: 2.9ms preprocess, 130.0ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 2 persons, 1 cell phone, 207.7ms
Speed: 1.5ms preprocess, 207.7ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 2 persons, 1 cell phone, 111.6ms
Speed: 0.8ms preprocess, 111.6ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 3 persons, 186.8ms
Speed: 1.5ms preprocess, 186.8ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 2 persons, 141.7ms
Speed: 0.9ms preprocess, 141.7ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 175.2ms
Speed: 1.9ms preprocess, 175.2ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 170.7ms
Speed: 1.4ms preprocess, 170.7ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 3 persons, 199.5ms
Speed: 1.3ms preprocess, 199.5ms inference, 2.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 2 persons, 2 cell phones, 205.3ms
Speed: 1.4ms preprocess, 205.3ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 2} | Total: 4

0: 480x640 3 persons, 1 cell phone, 188.2ms
Speed: 0.9ms preprocess, 188.2ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3, 'cell phone': 1} | Total: 4

0: 480x640 3 persons, 2 cell phones, 209.0ms
Speed: 1.3ms preprocess, 209.0ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3, 'cell phone': 2} | Total: 5

0: 480x640 3 persons, 216.5ms
Speed: 1.7ms preprocess, 216.5ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 3 persons, 213.0ms
Speed: 0.8ms preprocess, 213.0ms inference, 1.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 2 persons, 214.0ms
Speed: 2.2ms preprocess, 214.0ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 123.0ms
Speed: 3.1ms preprocess, 123.0ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 125.0ms
Speed: 1.5ms preprocess, 125.0ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 302.2ms
Speed: 1.3ms preprocess, 302.2ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 204.5ms
Speed: 1.4ms preprocess, 204.5ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 1 surfboard, 204.6ms
Speed: 1.2ms preprocess, 204.6ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'surfboard': 1} | Total: 3

0: 480x640 2 persons, 1 umbrella, 285.7ms
Speed: 1.1ms preprocess, 285.7ms inference, 1.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'umbrella': 1} | Total: 3

0: 480x640 2 persons, 1 surfboard, 215.4ms
Speed: 2.7ms preprocess, 215.4ms inference, 2.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'surfboard': 1} | Total: 3

0: 480x640 2 persons, 1 umbrella, 1 surfboard, 209.1ms
Speed: 1.1ms preprocess, 209.1ms inference, 2.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'surfboard': 1, 'umbrella': 1} | Total: 4

0: 480x640 2 persons, 1 surfboard, 207.8ms
Speed: 1.3ms preprocess, 207.8ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'surfboard': 1} | Total: 3

0: 480x640 2 persons, 1 surfboard, 110.6ms
Speed: 0.9ms preprocess, 110.6ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'surfboard': 1} | Total: 3

0: 480x640 2 persons, 195.9ms
Speed: 1.3ms preprocess, 195.9ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 126.2ms
Speed: 1.3ms preprocess, 126.2ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 3 persons, 131.1ms
Speed: 2.0ms preprocess, 131.1ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 3 persons, 218.7ms
Speed: 1.9ms preprocess, 218.7ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 4 persons, 196.0ms
Speed: 1.4ms preprocess, 196.0ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 4} | Total: 4

0: 480x640 3 persons, 1 suitcase, 117.1ms
Speed: 0.8ms preprocess, 117.1ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3, 'suitcase': 1} | Total: 4

0: 480x640 3 persons, 1 suitcase, 128.5ms
Speed: 1.4ms preprocess, 128.5ms inference, 78.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3, 'suitcase': 1} | Total: 4

0: 480x640 3 persons, 1 remote, 1 cell phone, 199.0ms
Speed: 3.8ms preprocess, 199.0ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3, 'remote': 1, 'cell phone': 1} | Total: 5

0: 480x640 3 persons, 1 remote, 184.0ms
Speed: 2.6ms preprocess, 184.0ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'remote': 1, 'person': 3} | Total: 4

0: 480x640 3 persons, 1 suitcase, 1 remote, 1 cell phone, 221.1ms
Speed: 1.5ms preprocess, 221.1ms inference, 2.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3, 'remote': 1, 'suitcase': 1, 'cell phone': 1} | Total: 6

0: 480x640 3 persons, 198.4ms
Speed: 1.2ms preprocess, 198.4ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 2 persons, 213.9ms
Speed: 1.4ms preprocess, 213.9ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 123.7ms
Speed: 1.1ms preprocess, 123.7ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 1 cell phone, 121.0ms
Speed: 1.1ms preprocess, 121.0ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 2 persons, 1 remote, 1 cell phone, 220.0ms
Speed: 1.4ms preprocess, 220.0ms inference, 1.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'remote': 1, 'cell phone': 1} | Total: 4

0: 480x640 2 persons, 123.0ms
Speed: 1.2ms preprocess, 123.0ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 110.0ms
Speed: 1.2ms preprocess, 110.0ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 1 cell phone, 119.9ms
Speed: 1.2ms preprocess, 119.9ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 2 persons, 1 cell phone, 124.2ms
Speed: 1.4ms preprocess, 124.2ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 2 persons, 1 bottle, 1 cell phone, 222.3ms
Speed: 1.5ms preprocess, 222.3ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1, 'bottle': 1} | Total: 4

0: 480x640 2 persons, 1 remote, 202.7ms
Speed: 1.3ms preprocess, 202.7ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'remote': 1} | Total: 3

0: 480x640 2 persons, 1 remote, 1 cell phone, 207.9ms
Speed: 1.5ms preprocess, 207.9ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'remote': 1, 'cell phone': 1} | Total: 4

0: 480x640 2 persons, 30.1ms
Speed: 0.9ms preprocess, 30.1ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 1 cell phone, 318.6ms
Speed: 5.5ms preprocess, 318.6ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 2 persons, 202.6ms
Speed: 3.3ms preprocess, 202.6ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 1 cell phone, 206.9ms
Speed: 1.9ms preprocess, 206.9ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 1 person, 1 bed, 121.1ms
Speed: 0.8ms preprocess, 121.1ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'bed': 1} | Total: 2

0: 480x640 2 persons, 211.3ms
Speed: 1.6ms preprocess, 211.3ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 1 microwave, 202.9ms
Speed: 1.4ms preprocess, 202.9ms inference, 1.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'microwave': 1} | Total: 3

0: 480x640 2 persons, 1 remote, 218.1ms
Speed: 1.4ms preprocess, 218.1ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'remote': 1} | Total: 3

0: 480x640 2 persons, 1 remote, 200.8ms
Speed: 1.2ms preprocess, 200.8ms inference, 2.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'remote': 1} | Total: 3

0: 480x640 2 persons, 1 remote, 208.5ms
Speed: 1.3ms preprocess, 208.5ms inference, 4.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'remote': 1} | Total: 3

0: 480x640 2 persons, 1 remote, 220.2ms
Speed: 1.4ms preprocess, 220.2ms inference, 2.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'remote': 1} | Total: 3

0: 480x640 2 persons, 1 remote, 1 keyboard, 211.1ms
Speed: 1.5ms preprocess, 211.1ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'remote': 1, 'keyboard': 1} | Total: 4

0: 480x640 1 person, 122.4ms
Speed: 1.8ms preprocess, 122.4ms inference, 1.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 2 persons, 220.4ms
Speed: 1.6ms preprocess, 220.4ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 211.9ms
Speed: 0.9ms preprocess, 211.9ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 213.5ms
Speed: 1.5ms preprocess, 213.5ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 3 persons, 210.8ms
Speed: 1.2ms preprocess, 210.8ms inference, 1.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 3 persons, 222.2ms
Speed: 1.9ms preprocess, 222.2ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 1 person, 206.0ms
Speed: 1.4ms preprocess, 206.0ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 4 persons, 123.0ms
Speed: 1.2ms preprocess, 123.0ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 4} | Total: 4

0: 480x640 3 persons, 107.8ms
Speed: 1.5ms preprocess, 107.8ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 3 persons, 196.2ms
Speed: 1.4ms preprocess, 196.2ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 4 persons, 307.5ms
Speed: 2.3ms preprocess, 307.5ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 4} | Total: 4

0: 480x640 1 person, 208.6ms
Speed: 0.8ms preprocess, 208.6ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 1 person, 205.4ms
Speed: 1.4ms preprocess, 205.4ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 2 persons, 125.4ms
Speed: 1.4ms preprocess, 125.4ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 296.5ms
Speed: 1.5ms preprocess, 296.5ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 118.5ms
Speed: 1.5ms preprocess, 118.5ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 129.0ms
Speed: 1.5ms preprocess, 129.0ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 413.4ms
Speed: 1.3ms preprocess, 413.4ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 120.2ms
Speed: 1.6ms preprocess, 120.2ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 206.4ms
Speed: 1.6ms preprocess, 206.4ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 31.3ms
Speed: 0.8ms preprocess, 31.3ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 121.0ms
Speed: 0.8ms preprocess, 121.0ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 110.3ms
Speed: 1.4ms preprocess, 110.3ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 215.2ms
Speed: 1.2ms preprocess, 215.2ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 3 persons, 218.4ms
Speed: 1.4ms preprocess, 218.4ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 4 persons, 302.8ms
Speed: 1.8ms preprocess, 302.8ms inference, 1.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 4} | Total: 4

0: 480x640 3 persons, 306.0ms
Speed: 1.5ms preprocess, 306.0ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 3 persons, 200.4ms
Speed: 2.0ms preprocess, 200.4ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 2 persons, 126.9ms
Speed: 1.4ms preprocess, 126.9ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 183.8ms
Speed: 1.4ms preprocess, 183.8ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 304.1ms
Speed: 1.7ms preprocess, 304.1ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 3 persons, 324.7ms
Speed: 1.3ms preprocess, 324.7ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 3 persons, 213.0ms
Speed: 1.5ms preprocess, 213.0ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 2 persons, 198.1ms
Speed: 1.1ms preprocess, 198.1ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 181.4ms
Speed: 1.4ms preprocess, 181.4ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 171.3ms
Speed: 1.5ms preprocess, 171.3ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 305.1ms
Speed: 1.5ms preprocess, 305.1ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 3 persons, 96.1ms
Speed: 0.8ms preprocess, 96.1ms inference, 79.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 2 persons, 1 cell phone, 209.6ms
Speed: 3.0ms preprocess, 209.6ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 1 person, 1 cell phone, 204.1ms
Speed: 1.3ms preprocess, 204.1ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1, 'cell phone': 1} | Total: 2

0: 480x640 1 person, 128.9ms
Speed: 1.5ms preprocess, 128.9ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 1} | Total: 1

0: 480x640 2 persons, 215.4ms
Speed: 1.5ms preprocess, 215.4ms inference, 1.3ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 1 clock, 113.1ms
Speed: 1.3ms preprocess, 113.1ms inference, 0.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'clock': 1} | Total: 3

0: 480x640 2 persons, 215.4ms
Speed: 1.4ms preprocess, 215.4ms inference, 0.9ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 1 clock, 220.7ms
Speed: 1.5ms preprocess, 220.7ms inference, 1.6ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'clock': 1} | Total: 3

0: 480x640 2 persons, 204.2ms
Speed: 1.4ms preprocess, 204.2ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 3 persons, 125.8ms
Speed: 1.3ms preprocess, 125.8ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 3} | Total: 3

0: 480x640 2 persons, 191.1ms
Speed: 1.1ms preprocess, 191.1ms inference, 1.1ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 206.3ms
Speed: 2.3ms preprocess, 206.3ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 511.6ms
Speed: 2.4ms preprocess, 511.6ms inference, 0.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 1 cell phone, 199.3ms
Speed: 4.0ms preprocess, 199.3ms inference, 1.5ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'cell phone': 1} | Total: 3

0: 480x640 2 persons, 1 clock, 199.7ms
Speed: 0.8ms preprocess, 199.7ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'clock': 1} | Total: 3

0: 480x640 2 persons, 1 clock, 200.4ms
Speed: 1.6ms preprocess, 200.4ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'clock': 1} | Total: 3

0: 480x640 2 persons, 1 clock, 212.6ms
Speed: 1.4ms preprocess, 212.6ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'clock': 1} | Total: 3

0: 480x640 2 persons, 1 clock, 200.5ms
Speed: 1.3ms preprocess, 200.5ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'clock': 1} | Total: 3

0: 480x640 2 persons, 293.2ms
Speed: 1.8ms preprocess, 293.2ms inference, 1.7ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 207.5ms
Speed: 1.4ms preprocess, 207.5ms inference, 1.8ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 303.5ms
Speed: 1.4ms preprocess, 303.5ms inference, 1.4ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2

0: 480x640 2 persons, 2 chairs, 206.8ms
Speed: 1.7ms preprocess, 206.8ms inference, 1.0ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2, 'chair': 2} | Total: 4

0: 480x640 2 persons, 300.6ms
Speed: 1.7ms preprocess, 300.6ms inference, 1.2ms postprocess per image at shape (1, 3, 480, 640)
Detections: {'person': 2} | Total: 2
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Method Not Allowed: /api/videoweb/detect-webcam-video/
Method Not Allowed: /api/detect-video/
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
Process took 4.0061 seconds

0: 640x480 1 person, 294.2ms
Speed: 1.2ms preprocess, 294.2ms inference, 1.1ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 243.9ms
Speed: 1.5ms preprocess, 243.9ms inference, 1.3ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1


0: 640x480 1 person, 899.8ms
Speed: 0.9ms preprocess, 899.8ms inference, 0.8ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
0: 640x480 1 person, 709.4ms
Speed: 91.2ms preprocess, 709.4ms inference, 1.6ms postprocess per image at shape (1, 3, 640, 480)
0: 640x480 1 person, 804.2ms
Speed: 1.7ms preprocess, 804.2ms inference, 1.4ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 159.5ms
Speed: 1.4ms preprocess, 159.5ms inference, 1.1ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 95.5ms
Speed: 1.2ms preprocess, 95.5ms inference, 1.0ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 2 persons, 180.1ms
Speed: 1.4ms preprocess, 180.1ms inference, 0.8ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 2} | Total: 2

0: 640x480 2 persons, 164.2ms
Speed: 1.5ms preprocess, 164.2ms inference, 1.1ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 2} | Total: 2

0: 640x480 2 persons, 87.1ms
Speed: 1.1ms preprocess, 87.1ms inference, 0.8ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 2} | Total: 2

0: 640x480 2 persons, 180.8ms
Speed: 1.4ms preprocess, 180.8ms inference, 1.3ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 2} | Total: 2

0: 640x480 1 person, 72.3ms
Speed: 1.0ms preprocess, 72.3ms inference, 1.0ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 166.5ms
Speed: 2.0ms preprocess, 166.5ms inference, 1.4ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 2 persons, 141.6ms
Speed: 1.5ms preprocess, 141.6ms inference, 0.9ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 2} | Total: 2

0: 640x480 1 person, 138.7ms
Speed: 1.4ms preprocess, 138.7ms inference, 0.7ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 182.7ms
Speed: 2.3ms preprocess, 182.7ms inference, 1.7ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 1 sports ball, 103.0ms
Speed: 2.0ms preprocess, 103.0ms inference, 1.1ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'sports ball': 1} | Total: 2

0: 640x480 1 person, 164.7ms
Speed: 0.9ms preprocess, 164.7ms inference, 0.8ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 191.4ms
Speed: 1.9ms preprocess, 191.4ms inference, 0.9ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 174.3ms
Speed: 1.8ms preprocess, 174.3ms inference, 0.8ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 1 chair, 1 sink, 165.0ms
Speed: 1.3ms preprocess, 165.0ms inference, 1.6ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'sink': 1, 'chair': 1} | Total: 3

0: 640x480 1 person, 1 chair, 1 laptop, 183.0ms
Speed: 1.4ms preprocess, 183.0ms inference, 0.9ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'chair': 1, 'laptop': 1} | Total: 3

0: 640x480 1 person, 1 chair, 1 laptop, 178.3ms
Speed: 1.5ms preprocess, 178.3ms inference, 1.5ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'chair': 1, 'laptop': 1} | Total: 3

0: 640x480 1 person, 1 chair, 1 laptop, 288.2ms
Speed: 1.3ms preprocess, 288.2ms inference, 1.6ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'chair': 1, 'laptop': 1} | Total: 3

0: 640x480 1 person, 1 chair, 181.2ms
Speed: 2.1ms preprocess, 181.2ms inference, 1.4ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'chair': 1} | Total: 2

0: 640x480 1 person, 1 chair, 1 laptop, 160.1ms
Speed: 2.2ms preprocess, 160.1ms inference, 0.9ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'laptop': 1, 'chair': 1} | Total: 3

0: 640x480 1 person, 196.7ms
Speed: 2.1ms preprocess, 196.7ms inference, 0.9ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 161.0ms
Speed: 2.8ms preprocess, 161.0ms inference, 1.4ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 1 chair, 1 laptop, 45.8ms
Speed: 0.8ms preprocess, 45.8ms inference, 0.8ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'laptop': 1, 'chair': 1} | Total: 3

0: 640x480 1 person, 1 chair, 2 sinks, 151.1ms
Speed: 2.1ms preprocess, 151.1ms inference, 1.0ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'sink': 2, 'chair': 1} | Total: 4

0: 640x480 1 person, 2 chairs, 1 tv, 132.2ms
Speed: 1.5ms preprocess, 132.2ms inference, 0.8ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'chair': 2, 'tv': 1} | Total: 4

0: 640x480 1 person, 2 chairs, 1 tv, 1 mouse, 168.1ms
Speed: 1.7ms preprocess, 168.1ms inference, 1.9ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'chair': 2, 'tv': 1, 'mouse': 1} | Total: 5

0: 640x480 1 person, 2 chairs, 1 tv, 1 mouse, 157.7ms
Speed: 1.7ms preprocess, 157.7ms inference, 0.9ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'tv': 1, 'chair': 2, 'mouse': 1} | Total: 5

0: 640x480 1 person, 1 chair, 1 tv, 1 mouse, 152.4ms
Speed: 2.2ms preprocess, 152.4ms inference, 80.0ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'tv': 1, 'chair': 1, 'mouse': 1} | Total: 4

0: 640x480 1 person, 1 bottle, 2 chairs, 1 tv, 1 mouse, 214.3ms
Speed: 1.6ms preprocess, 214.3ms inference, 1.4ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'tv': 1, 'mouse': 1, 'chair': 2, 'bottle': 1} | Total: 6

0: 640x480 1 person, 2 chairs, 1 tv, 142.3ms
Speed: 1.3ms preprocess, 142.3ms inference, 1.2ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'tv': 1, 'chair': 2} | Total: 4

0: 640x480 1 person, 1 bottle, 1 chair, 1 tv, 1 sink, 168.7ms
Speed: 2.6ms preprocess, 168.7ms inference, 0.9ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'tv': 1, 'chair': 1, 'sink': 1, 'bottle': 1} | Total: 5

0: 640x480 1 person, 1 chair, 1 tv, 1 mouse, 150.6ms
Speed: 2.3ms preprocess, 150.6ms inference, 1.6ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'tv': 1, 'chair': 1, 'mouse': 1} | Total: 4

0: 640x480 1 person, 1 chair, 1 mouse, 1 book, 118.5ms
Speed: 1.2ms preprocess, 118.5ms inference, 1.1ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'mouse': 1, 'book': 1, 'chair': 1} | Total: 4

0: 640x480 1 person, 2 chairs, 1 tv, 1 remote, 122.1ms
Speed: 1.8ms preprocess, 122.1ms inference, 1.0ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'tv': 1, 'chair': 2, 'remote': 1} | Total: 5

0: 640x480 1 person, 45.4ms
Speed: 1.1ms preprocess, 45.4ms inference, 0.7ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 123.8ms
Speed: 1.9ms preprocess, 123.8ms inference, 0.7ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 99.0ms
Speed: 0.8ms preprocess, 99.0ms inference, 0.9ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 195.6ms
Speed: 1.6ms preprocess, 195.6ms inference, 0.9ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 118.7ms
Speed: 1.7ms preprocess, 118.7ms inference, 0.7ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 118.3ms
Speed: 1.5ms preprocess, 118.3ms inference, 78.7ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 99.1ms
Speed: 0.9ms preprocess, 99.1ms inference, 0.6ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 131.4ms
Speed: 1.3ms preprocess, 131.4ms inference, 1.6ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 2 chairs, 1 remote, 1 cell phone, 168.2ms
Speed: 1.4ms preprocess, 168.2ms inference, 1.7ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'cell phone': 1, 'remote': 1, 'chair': 2} | Total: 5

0: 640x480 1 person, 2 chairs, 1 remote, 1 cell phone, 207.6ms
Speed: 1.3ms preprocess, 207.6ms inference, 1.6ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'cell phone': 1, 'remote': 1, 'chair': 2} | Total: 5

0: 640x480 1 person, 2 chairs, 1 remote, 1 cell phone, 201.9ms
Speed: 1.3ms preprocess, 201.9ms inference, 1.8ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'cell phone': 1, 'chair': 2, 'remote': 1} | Total: 5

0: 640x480 1 person, 2 chairs, 1 cell phone, 132.9ms
Speed: 2.1ms preprocess, 132.9ms inference, 79.5ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'cell phone': 1, 'chair': 2} | Total: 4

0: 640x480 1 person, 2 chairs, 1 remote, 1 cell phone, 323.8ms
Speed: 3.1ms preprocess, 323.8ms inference, 0.9ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'cell phone': 1, 'chair': 2, 'remote': 1} | Total: 5

0: 640x480 1 person, 1 chair, 1 cell phone, 113.5ms
Speed: 1.1ms preprocess, 113.5ms inference, 1.0ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'cell phone': 1, 'chair': 1} | Total: 3

0: 640x480 1 person, 1 chair, 103.3ms
Speed: 2.1ms preprocess, 103.3ms inference, 0.7ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'chair': 1} | Total: 2

0: 640x480 1 person, 1 chair, 1 cell phone, 211.4ms
Speed: 2.1ms preprocess, 211.4ms inference, 1.2ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'chair': 1, 'cell phone': 1} | Total: 3

0: 640x480 1 person, 2 chairs, 132.4ms
Speed: 2.1ms preprocess, 132.4ms inference, 0.8ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'chair': 2} | Total: 3

0: 640x480 1 person, 121.5ms
Speed: 1.3ms preprocess, 121.5ms inference, 1.3ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 203.9ms
Speed: 1.6ms preprocess, 203.9ms inference, 1.4ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 1 cell phone, 303.0ms
Speed: 1.6ms preprocess, 303.0ms inference, 1.1ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'cell phone': 1} | Total: 2

0: 640x480 1 person, 1 cell phone, 221.1ms
Speed: 2.1ms preprocess, 221.1ms inference, 79.6ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'cell phone': 1, 'person': 1} | Total: 2

0: 640x480 1 person, 1 cell phone, 202.3ms
Speed: 1.3ms preprocess, 202.3ms inference, 78.7ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'cell phone': 1, 'person': 1} | Total: 2

0: 640x480 1 person, 1 cell phone, 211.2ms
Speed: 2.3ms preprocess, 211.2ms inference, 1.1ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'cell phone': 1} | Total: 2

0: 640x480 1 person, 1 cell phone, 196.3ms
Speed: 1.5ms preprocess, 196.3ms inference, 1.0ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'cell phone': 1, 'person': 1} | Total: 2

0: 640x480 1 person, 1 cell phone, 120.7ms
Speed: 1.9ms preprocess, 120.7ms inference, 0.8ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'cell phone': 1, 'person': 1} | Total: 2

0: 640x480 1 person, 1 cell phone, 207.5ms
Speed: 2.5ms preprocess, 207.5ms inference, 1.5ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'cell phone': 1, 'person': 1} | Total: 2

0: 640x480 1 person, 1 cell phone, 205.4ms
Speed: 1.3ms preprocess, 205.4ms inference, 0.8ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'cell phone': 1, 'person': 1} | Total: 2

0: 640x480 1 person, 1 remote, 1 cell phone, 129.1ms
Speed: 1.5ms preprocess, 129.1ms inference, 1.5ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1, 'cell phone': 1, 'remote': 1} | Total: 3

0: 640x480 1 person, 173.2ms
Speed: 1.7ms preprocess, 173.2ms inference, 0.7ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 47.2ms
Speed: 2.7ms preprocess, 47.2ms inference, 0.6ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 86.2ms
Speed: 2.1ms preprocess, 86.2ms inference, 0.7ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1

0: 640x480 1 person, 148.6ms
Speed: 1.4ms preprocess, 148.6ms inference, 1.2ms postprocess per image at shape (1, 3, 640, 480)
Detections: {'person': 1} | Total: 1
Detections: {'person': 1} | Total: 1
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /images/favicon.ico
Not Found: /robots.txt
Not Found: /2d0b56e7e51cf11036ad8734bdb67e2d.png
Not Found: /favicon.ico
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
[UID:2044][3815343] Child process with pid: 3815357 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /xmlrpc.php
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
[UID:2044][1834587] Child process with pid: 1834621 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /archivarix.cms.php
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
[UID:2044][3284824] Child process with pid: 3284840 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /xmlrpc.php
Not Found: /
Not Found: /1.php
Not Found: /aa.php
Not Found: /about.php
Not Found: /admin.php
Not Found: /admin.php
Not Found: /akc.php
Not Found: /app/webroot/filemanager.php
Not Found: /asasx.php
Not Found: /atomlib.php
Not Found: /autoload_classmap.php
Not Found: /buy.php
Not Found: /chosen.php
Not Found: /classwithtostring.php
Not Found: /cong.php
Not Found: /default.php
Not Found: /dropdown.php
Not Found: /edit.php
Not Found: /filemanager/dialog.php
Not Found: /ioxi-o.php
Not Found: /item.php
Not Found: /makeasmtp.php
Not Found: /new.php
Not Found: /wp-content/uploads/class.api.php
Not Found: /abcd.php
Not Found: /ds.php
Not Found: /alfa.php
Not Found: /hplfuns.php
Not Found: /file.php
Not Found: /adminfuns.php
Not Found: /wp-admin/css/colors/blue/index.php
Not Found: /wp-content/index.php
Not Found: /wp-content/uploads/index.php
Not Found: /moon.php
Not Found: /wp-admin/includes
Not Found: /goods.php
Not Found: /wp-content/upgrade/index.php
Not Found: /wp-good.php
Not Found: /xmrlpc.php
Not Found: /info.php
Not Found: /
Not Found: /
[UID:2044][644915] Child process with pid: 644933 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /
Not Found: /favicon.ico
Not Found: /
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /
[UID:2044][1756668] Child process with pid: 1756679 was killed by signal: 15, core dumped: no
Not Found: /
[UID:2044][2512475] Child process with pid: 2512526 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
[UID:2044][3719290] Child process with pid: 3719303 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /robots.txt
Not Found: /
Not Found: /robots.txt
Not Found: /robots.txt
[UID:2044][2449779] Child process with pid: 2449804 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
[UID:2044][4189132] Child process with pid: 4189153 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /wp-admin/css/
Not Found: /.well-known/
Not Found: /sites/default/files/
Not Found: /uploads/
Not Found: /images/
Not Found: /files/
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /26387fa4f5b1e3f7b6217b27d79bf264.png
Not Found: /robots.txt
[UID:2044][1644494] Child process with pid: 1644546 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
[UID:2044][2971524] Child process with pid: 2971542 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
[UID:2044][339391] Child process with pid: 339418 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /
Not Found: /favicon.ico
[UID:2044][915275] Child process with pid: 915336 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /
Not Found: /
Not Found: /robots.txt
[UID:2044][2220163] Child process with pid: 2220204 was killed by signal: 15, core dumped: no
[UID:2044][2220163] Child process with pid: 2222722 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /wp-login.php
Not Found: /robots.txt
Not Found: /
Not Found: /favicon.ico
Not Found: /
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /robots.txt
Not Found: /
[UID:2044][3483302] Child process with pid: 3483319 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /
[UID:2044][779556] Child process with pid: 779593 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /robots.txt
[UID:2044][1313828] Child process with pid: 1313866 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /
[UID:2044][800743] Child process with pid: 800768 was killed by signal: 15, core dumped: no
[UID:2044][1945114] Child process with pid: 1945148 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /
Not Found: /favicon.ico
[UID:2044][184680] Child process with pid: 184700 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /
[UID:2044][620240] Child process with pid: 620264 was killed by signal: 15, core dumped: no
Not Found: /
[UID:2044][1723687] Child process with pid: 1723711 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /robots.txt
[UID:2044][3482507] Child process with pid: 3482529 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /
Not Found: /robots.txt
Not Found: /robots.txt
[UID:2044][57683] Child process with pid: 57708 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
[UID:2044][3340205] Child process with pid: 3340229 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /robots.txt
Not Found: /
Not Found: /sitemap.xml
Not Found: /robots.txt
[UID:2044][1679412] Child process with pid: 1679470 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /robots.txt
Not Found: /
[UID:2044][3342761] Child process with pid: 3342786 was killed by signal: 15, core dumped: no
[UID:2044][3533102] Child process with pid: 3533127 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /favicon.ico
Not Found: /
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
[UID:2044][2289155] Child process with pid: 2289186 was killed by signal: 15, core dumped: no
Not Found: /
[UID:2044][158484] Child process with pid: 158500 was killed by signal: 15, core dumped: no
Not Found: /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /
Not Found: /
[UID:2044][2290394] Child process with pid: 2290446 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /
Not Found: /
Not Found: /robots.txt
[UID:2044][542004] Child process with pid: 542017 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
