When I try to submit a results.json file for the validation set I get this error (even if I use the `valid_submission_sample.zip`):
Error:
Traceback (most recent call last):
File "/worker/worker.py", line 330, in run
if input_rel_path not in bundles:
TypeError: argument of type 'NoneType' is not iterable
is there any problem with the server? Or am I doing something wrong?
Thanks
Posted by: ruoma @ Aug. 5, 2020, 2:21 p.m.Now it works
Posted by: ruoma @ Aug. 8, 2020, 2:09 p.m.Did you find out why it failed? I am getting the same error now for one (but only one) of my experiments. It is a zipped json-file (zip my_submission.zip results.json) with results.json looking similar to the example submission.
Best regards,
Joakim
I think it was unrelated to my submission (I submitted the same file 2 days after and it worked). It was a server error.
Posted by: ruoma @ Aug. 12, 2020, 2:49 p.m.