Downloading the list of users from sysadmin/dashboard triggers a 500 error #358
Labels
bug
Bugs will be investigated and fixed as quickly as possible.
upstream issue
Upstream Open edX bugs will probably not be fixed by Tutor
Bug description
It's impossible to download the CSV list of users from the sysadmin dashboard.
How to reproduce
Here are the logs from the LMS:
This is a minimal piece of code that reproduces the error:
This piece of code can be fixed by replacing the "unicodecsv" library, which was made for python 2, by the standard csv library:
This is an upstream issue with edx-platform. We should address this issue by replacing unicodecsv by csv pretty much everywhere. We should also add some unit tests to make sure there is no regression.
Environment
Additional context
See conversation: https://discuss.overhang.io/t/tutor-10-0-11-sysadmin-feature-generates-500-error/776
The text was updated successfully, but these errors were encountered: