-
Notifications
You must be signed in to change notification settings - Fork 120
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
500 error trying to view students' uploaded files #15
Comments
I ran down the stack trace, it is:
So it is due to changing the way we named files and shouldn't come up again. That said, it would be nice to handle missing files with a more informative error message than a 500. I'll let Peter determine priority on that. |
I've gone ahead and removed the P1 label since, as noted above, this is unlikely to come up in practice. Graceful handling of missing uploads is still something to look at, though, but it is probably not urgent. |
When trying to "grade" file uploads made by myself and Carson to "SGA past due" I'm getting a 500 errors. I wouldn't be surprised if this is due to the change in the file storage scheme.
URLs in question:
https://sandbox0r.mitx.mit.edu/courses/MITx/edx4edx/edx4edx/xblock/i4x:;_;_MITx;_edx4edx;_edx_sga;_54ea0c73c5f34cd6ac6a1553ded1147e/handler/staff_download?module_id=715
https://sandbox0r.mitx.mit.edu/courses/MITx/edx4edx/edx4edx/xblock/i4x:;_;_MITx;_edx4edx;_edx_sga;_54ea0c73c5f34cd6ac6a1553ded1147e/handler/staff_download?module_id=719
The text was updated successfully, but these errors were encountered: