unneon/icie

Can't track submissions anymore

mikaelmello opened this issue · 6 comments

Yesterday I could track the result of my submissions without any errors, today after 0.5.2 came out, something is happening:

image

I tried to revert back to 0.5.1 but it kept happening. I'll try to run with a debug version and get a better stack trace

A better backtrace was lost due to sloppy error conversion. I will fix it in a second, and a more sensible error message should appear.

Try reproducing the issue now. Aside from that unlucky conversion, the error handling in codeforces is more or less robust.

Here it is, got an AC at least haha

-1558822937959.log
-1558822944830.log

image

The hacked verdict was not handled. The appropriate if was added and everything should work now.

image

All working now! Thanks!