-
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
Data download fails for a course with malformed OLX data #262
Comments
We're not sure how usable the captured date was, but if we could catch the assert error and do something else that allows the report to continue, we might be able to get more data into the report. |
FYI: The issue can be reproduced by creating some inconsistency in the question problem. You can follow the below steps to reproduce the issue:
|
@pdpinch can we close this? |
I’d like to see it deployed to lms.mitx.mit.edu first and confirm that it fixes the problem with the course.
|
Oh, sorry, I thought it's deployed. Please keep me updated as I have to update its related upstream PR (https://github.com/edx/edx-platform/pull/27858) |
FYI: Its upstream PR (https://github.com/edx/edx-platform/pull/27858) has been merged. |
@pdpinch Can this be closed now? |
This PR adds MFE API. This is part of the work that is being done to obtain the MFE Runtime Configurations and that has been discussed in the BTR WG. Discussion: https://discuss.openedx.org/t/how-to-use-microfrontend-in-a-multitenant-instance/6936/14?u=mafermazu MFE Runtime configuration - eduNEXT: https://docs.google.com/document/d/1-FHIQmyeQZu3311x8eYUNMru4JX7Yb3UlqjmJxvM8do/edit?usp=sharing feat: add lms setting to set mfe config cache (#262) Co-authored-by: María Fernanda Magallanes Z <maria.magallanes@edunext.co> feat: make mfe config api disabled by default (#263) * feat: make mfe config api disabled by default * fix: simple is better than complex test: add mfe config tests (#264) * test: add mfe config tests * test: fix it and simplify it * test: correct pylint issues fix: correct pep 8 violations fix: add mfe api unit test in github workflow fix: correct unit tests refactor: move mfe api to lms fix: try mfe api urls without regex fix: add app_namespace in lms urls fix: try url without conditional Revert "fix: try url without conditional" This reverts commit 694aab546134b4bd9ad2642e24927b42cac24459. fix: set enable_mfe_config_api feature to true in the tests test: try to add failed test case Revert "test: try to add failed test case" This reverts commit cee6bf656ab1b96492b0b6199ddff32a6d6a65bd. docs: improve explanation and documentation fix: ensure the response is a json object refactor: be consistent with the variable names fix: allow overriding mfe api config cache timeout in production fix: handle 404 response in view refactor: use a guard instead if-else feat: add the possibility to show mfe specific config
Steps to Reproduce
Actual Result
Error: There was an error generating your report.
Expected Result
A downloadable CSV is created
Sentry error with stack trace
https://sentry.io/organizations/mit-office-of-digital-learning/issues/2328664184/?project=1757731&query=is%3Aunresolved
The text was updated successfully, but these errors were encountered: