> Error when uploading submission

receiving the following error when uploading a submission (after just previously uploading a submission with no errors)

Traceback (most recent call last):
File "/codalabtemp/tmpxN2G52/run/program/evaluate.py", line 37, in
raise ValueError("Could not find submission file.")
ValueError: Could not find submission file.

Has anyone seen this before?

Posted by: rap @ May 8, 2017, 7:03 a.m.

Not that specific message, but my last two submissions have both failed for no clear reason.
I get "There was an error retrieving file 'stderr.txt'. Please try again later or report the issue."

Posted by: the_Brit @ May 8, 2017, 7:16 a.m.

Seems to be OK, now.

Posted by: the_Brit @ May 8, 2017, 10 a.m.

And back to problems ... last few submissions failing for no clear reason, with connection refused warning.

Posted by: the_Brit @ May 8, 2017, 3:31 p.m.

Ahh, yeah, the previous error was my fault (malformed file) in a weak moment of sleepiness ;)

But I believe I fixed it and am now seeing the problem you are getting:

"There was an error retrieving file 'stderr.txt'. Please try again later or report the issue."

Posted by: rap @ May 8, 2017, 4:23 p.m.

I'm getting this error when I try to upload my results. I'm including two different Python files (one for cleaning & one for modelling) but from what I understand this should not be causing the problem since the code is not getting run, the results are just being evaluated.

Traceback (most recent call last):
File "/codalabtemp/tmpDHeLEO/run/program/evaluate.py", line 37, in
raise ValueError("Could not find submission file.")
ValueError: Could not find submission file.

Posted by: tdavidson @ June 18, 2017, 3:53 p.m.
Post in this thread