m-s-abeer / vjudge-to-oj

Import your vJudge solutions to actual online judges. Currently supports UVa, CodeForces, SPOJ, and CodeForces GYM.
MIT License
59 stars 10 forks source link

Vjudge sometimes time-outs when requesting for solution export #1

Open m-s-abeer opened 4 years ago

m-s-abeer commented 4 years ago

Vjudge sometimes timeouts when downloading the solutions from this link. image

The program stops unexpectedly when it can't find the downloaded zip. image

sazidnur commented 3 years ago

It sometimes happens due to cookies; I've checked many times, and after deleting the cookie folder, it works.

m-s-abeer commented 1 year ago

This can actually happen without cookies which I have seen happening previously. However, if a person has an existing zip file, we shouldn't be replacing it when we receive a bad zip file. For that, we can probably download to a temporary zip and then replace the stable version of the zip file just for backup purposes.