koldbyte/CodeBackup

Not working for CodeChef and SPOJ

Closed this issue · 5 comments

I tried using it on CodeChef and SPOJ. My username at both places is manrajsingh.

For CodeChef, it shows I have 87 AC solutions but doesn't fetch any code.
codechef

For SPOJ, it shows this error.
spoj

Please confirm this issue or provide a solution. Thank you.

PS. It is working for CodeForces.

Confirming the issue. This is caused by the change in page structure(in case of codechef), and signedlist structure for spoj.
I will look into it.
Thanks for raising the issue.

Identified the problems.
Codechef: Didn't handled the situation when there could be no submissions listed for a solved problem. (Yes, Codechef is now showing "No recent activity" for Practice problems in submission pages).

Spoj: Spoj now requires login to fetch the "signedlist" (the text list of all your submissions).

I have updated the code and added a new release.

Try the latest release.

Thanks for quick reply.

CodeChef: It is working but throwing "Read timed out" after fetching few codes.

SPOJ: It is throwing "Read timed out" error even on logging in.

It is most probably caused by slow internet connection (or slow website).
You can retry multiple times till all the submissions have been downloaded.

Closing the issue. I have self-tested it to be working. Please reply if its still not working.