runtime error
Exit code: 1. Reason: 10 File "/usr/local/lib/python3.9/urllib/request.py", line 239, in urlretrieve with contextlib.closing(urlopen(url, data)) as fp: File "/usr/local/lib/python3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/usr/local/lib/python3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/usr/local/lib/python3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/usr/local/lib/python3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/usr/local/lib/python3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 2, in <module> from STOUT import translate_forward, translate_reverse File "/usr/local/lib/python3.9/site-packages/STOUT/__init__.py", line 36, in <module> from .stout import translate_forward, translate_reverse File "/usr/local/lib/python3.9/site-packages/STOUT/stout.py", line 37, in <module> helper.download_trained_weights(model_url, default_path) File "/usr/local/lib/python3.9/site-packages/STOUT/repack/helper.py", line 194, in download_trained_weights model_path = pystow.ensure("STOUT-V2", url=model_url) File "/usr/local/lib/python3.9/site-packages/pystow/api.py", line 301, in ensure return _module.ensure( File "/usr/local/lib/python3.9/site-packages/pystow/impl.py", line 242, in ensure utils.download( File "/usr/local/lib/python3.9/site-packages/pystow/utils.py", line 429, in download raise DownloadError(backend, url, path, e) from e pystow.utils.DownloadError: Failed with urllib to download https://storage.googleapis.com/decimer_weights/models.zip to /app/.data/STOUT-V2/models.zip
Container logs:
Fetching error logs...