runtime error
Exit code: 3. Reason: ^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py", line 47, in load_wsgiapp return util.import_app(self.app_uri) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/gunicorn/util.py", line 370, in import_app mod = importlib.import_module(module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1204, in _gcd_import File "<frozen importlib._bootstrap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 940, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/app/app.py", line 41, in <module> gdown.download(model_drive_url, model_path, quiet=False) File "/home/user/.local/lib/python3.11/site-packages/gdown/download.py", line 278, in download raise FileURLRetrievalError(message) gdown.exceptions.FileURLRetrievalError: Failed to retrieve file url: Cannot retrieve the public link of the file. You may need to change the permission to 'Anyone with the link', or have had many accesses. Check FAQ in https://github.com/wkentaro/gdown?tab=readme-ov-file#faq. You may still be able to access the file from the browser: https://drive.google.com/uc?id=1DXpL1anOs6943Ifj1Uno7_4nd99RjGU3 but Gdown can't. Please check connections and permissions. [2025-11-12 14:58:44 +0000] [7] [INFO] Worker exiting (pid: 7) Downloading model from Google Drive... [2025-11-12 14:58:45 +0000] [1] [ERROR] Worker (pid:7) exited with code 3 [2025-11-12 14:58:45 +0000] [1] [ERROR] Shutting down: Master [2025-11-12 14:58:45 +0000] [1] [ERROR] Reason: Worker failed to boot.
Container logs:
Fetching error logs...