runtime error

Space failed. Exit code: 1. Reason: ^^^^^^^ File "/usr/local/lib/python3.11/urllib/request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/urllib/request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution> The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/main.py", line 10, in <module> import recaptcha_bypass File "/app/recaptcha_bypass.py", line 9, in <module> model = YOLO("yolov8x.pt") ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/ultralytics/engine/model.py", line 94, in __init__ self._load(model, task) File "/usr/local/lib/python3.11/site-packages/ultralytics/engine/model.py", line 140, in _load self.model, self.ckpt = attempt_load_one_weight(weights) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/ultralytics/nn/tasks.py", line 624, in attempt_load_one_weight ckpt, weight = torch_safe_load(weight) # load ckpt ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/ultralytics/nn/tasks.py", line 557, in torch_safe_load file = attempt_download_asset(weight) # search online if missing locally ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/ultralytics/utils/downloads.py", line 351, in attempt_download_asset safe_download(url=f'https://github.com/{repo}/releases/download/{tag}/{name}', file=file, min_bytes=1E5) File "/usr/local/lib/python3.11/site-packages/ultralytics/utils/downloads.py", line 281, in safe_download raise ConnectionError(emojis(f'❌ Download failure for {url}. Environment is not online.')) from e ConnectionError: ❌ Download failure for https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8x.pt. Environment is not online.

Container logs:

Fetching error logs...