> Submission failed

When I submit my prediction results, I encounter the problem of submission failure.

The error prompt is as follows:
Traceback (most recent call last):
File "/worker/worker.py", line 313, in run
bundles = get_bundle(root_dir, 'run', bundle_url)
File "/worker/worker.py", line 173, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 132, in get_bundle
with ZipFile(bundle_file.file, 'r') as z:
File "/usr/local/lib/python2.7/zipfile.py", line 770, in __init__
self._RealGetContents()
File "/usr/local/lib/python2.7/zipfile.py", line 811, in _RealGetContents
raise BadZipfile, "File is not a zip file"
BadZipfile: File is not a zip file

But my submission is indeed a zip file.
Please update the submission guide in time. Thanks

Posted by: WeiHuang @ Feb. 19, 2023, 1:47 p.m.

The submission guide is updated. Thanks!

Posted by: Yicong_Li @ Feb. 20, 2023, 5:56 p.m.
Post in this thread