Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAall good now!
@SaoriG, is someone going to be updating the Challenge index? It doesn't have 289 or 290 on it.
Hi @JoeM and everyone,
For reference purpose, I have created a web scraping workflow of weekly challenges list to .xlsx/.csv format.
Hope it is useful in some way.
Regards,
Pratik
I fell about 20 challenges behind, so I am totally shocked to find that I haven't fallen off of the top 10 list (yet)! 😅 Now to work on catching up, so I can stay up there!
Looks like something has gone wrong with the Leader Board and the index. Both have nothing past 293, although the Leader Board says it was updated today.
@JasonHu and other moderators of the weekly challenge --
The index is missing Challenge #294 and #295.
Just curious; How often are the leader boards updated? Weekly along with release of each challenge or are they updated via a flow run on a server on a daily basis and kept at a true rate for last 30 days. Or otherwise it's the 30 days prior to last Monday, similar to what would appear to be the top as with an 'as of' date.
Inquiring minds would like to know. Thx
So I have been falling almost a year behind in the weekly challenges, and was trying to run the tracker to catch up.
But the tracker comes back, saying that I haven't done any challenges at all!
Makes me wonder, if something big has changed since I was last by?
/Thomas
@Verakso, it was broken awhile back, and then got fixed. It appears to be broken again as I get "0" challenges also.
Yeah @tammybrown_tds , I thought, why not be this years first weekly challenge, to get the tracker going.
I am on 2021.3.4.00445 I do not know if something did change in RegEx but the culprit lies here
The RegEx looks like this:
<post_time type="date_time">(.+?)<\/post_time>.+\/threads\/id\/(\d+)"
For some reason unknown to me (but I suck at RegEx) it can't find both "Completion Date (non parsed)" and "Thread ID" in one go
So my quick-fix was to make two RegEx tools, one for "Completion Date (non parsed)" and then one for "Thread ID", and that worked for me.
/Thomas