-
Notifications
You must be signed in to change notification settings - Fork 1
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
CourseOverview.DoesNotExist #291
Comments
@arslanashraf7 are you already working on this? Will your PR openedx#29834 fix it? |
@pdpinch It is different than the other issue although in both cases the issue is In the PR you mentioned we caught and logged this exception inside the This issue is related to the dashboard when it tried to load the enrolled courses and doesn't find the course. This is where it tries to do it. I also tried to reproduce it but the course just doesn't show on the dashboard locally without this error. Based on the sentry logs I think the main problem here is the caching of APIs. Can be seen in cache_utils. Did you happen to notice the steps in which it happens? |
I couldn't tell you exactly, but it's happened on our Residential LMS. We had users enroll in courses in 2021, and then at the end of the year, we delete some of those courses. When those users return some of them get this error. Is there a command to clear that cache? Maybe we should run that after the courses are deleted. |
@arslanashraf7 I was busy in provisioning Devstack, I just saw these comments and thinking as you worked over it earlier so you can either close it if nothing is producible or would you like to guide us about the command for clearing cache ? |
A missing CourseOverview should not crash the dashboard page. The error should be clearly logged, but the learner should still be able to load their dashboard.
Sentry Issue: OPENEDX-RESIDENTIAL-44A
The text was updated successfully, but these errors were encountered: