SysSn13/leetcode-rating-predictor

Missing contest data from leetcode.cn

BZH110 opened this issue · 10 comments

Contest data from leetcode.cn is missing for weekly-318

  • So, no one noticed the weekly-318?

I have this problem too

yes, same on contest 319

I had the same problem for weekly-318
for contest-319 ,I found that I could search for my ranking within half an hour to a day after the game,and now,cannot.
So I'm guessing that it will delete some of the people's rankings after a day of competition, I'm not sure which ones.

Yeah, I see the missing data. It's present on leetcode.com 's contest ranking page but not parsed by lcpredictor. Will have to debug this.

Same as weekly-contest-320.

just changing the update frequency is fine.
the data fetched just after the contest ends is correct, but the data updated when around 1 hour after the contest does not include Leetcode.cn due to Leetcode's new design.
So keeping the origin data for longer time and updating it in the middle of week such as Tue. or Wed. will be fine.

@Isaachhh
The changing of frequency is not a permanent solution, we will have to check leetcode's API/graphql request for fetching contest-data. Refetching after one hour is required as sometimes we don't get the correct standings right after the completion of a contest.

weekly contest 322 is missing .

this has been fixed now. We fetch the data from both leetcode.com & leetcode.cn servers now.