Dear Organizers,
I didn't find a description of the Submission format. I tried all different ways to save a zip file using Python's zipfile module, but I get the same error every time. How can I submit?
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
Hi,
There is a problem because of codalab. We are trying to fix it.
Posted by: wassa23codemixed @ April 15, 2023, 6:05 a.m.