runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 66, in <module> download_and_extract_zip(SOURCE_URL, os.getcwd()) File "/app/app.py", line 52, in download_and_extract_zip with zipfile.ZipFile(zip_file_path, 'r') as zip_ref: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/zipfile.py", line 1329, in __init__ self._RealGetContents() File "/usr/local/lib/python3.11/zipfile.py", line 1396, in _RealGetContents raise BadZipFile("File is not a zip file") zipfile.BadZipFile: File is not a zip file
Container logs:
Fetching error logs...