-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property 'tasks' of null #1883
Comments
bumping (note to self), seeing this error 4-5x /day |
Question - is this the same issue that is making all my Challenges inoperable today? Every time I try to click on one, I get an Error 404: Challenge not found. |
@lemoness naw diff issue, fixed now |
moving this to site-stability, it's the leading cause of actual code errors This also has to do with "challenge tasks in limbo" bugs. Additionally, I have a theory this may be the #1057 issue! Any error on cron will prevent that user's cron script from continuing. If a task has a broken challenge setup, it will error on cron - meaning that user can't continue. |
@lefnire You could add a flag for errors during cron (req.cronIsRunning or
|
Ah! Good call! I'll look into that |
well... in some cases. Just checked with an account experiencing cron probs, no server errors. |
H'ok, let's hope that cuts back big-time on some major challenges bugs @colegleason 33b326b . This is to fix the server error we were seeing a bunch via email. It also means anyone with busted challenge links should get fixed when they next score that task (@SabreCat). We'll need a better / more automatic solution than that, but this is a decent workaround. @SabreCat could you score your broken challenge tasks on beta, sync, and see if it gives you the red bullhorn? |
OK, yeah. That was a little weird since it was a bogus To-Do, rather than a Habit or something similarly persistent, but I think it sorted out after a bit of bipping back and forth. Thanks! |
Ruh-roh. (man I need to add some better reporting, like listing the UUID that flagged the error)
Sorry for the nondescript error dumps, I just need to get them out of my inbox and into GH > Crit so I can find them when I'm working on GH
The text was updated successfully, but these errors were encountered: