Skip to content
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

Catch encoding exceptions when loading assignments #540

Open
tdowds opened this issue Nov 17, 2016 · 1 comment
Open

Catch encoding exceptions when loading assignments #540

tdowds opened this issue Nov 17, 2016 · 1 comment
Assignees
Labels

Comments

@tdowds
Copy link
Contributor

tdowds commented Nov 17, 2016

When loading assignments into Huxley we often encounter errors due to Huxley not being able to read special characters (like Chinese characters, accents, tildas, etc.). We should catch these errors and tell whoever is loading assignments which assignment is throwing the exception.

@tdowds tdowds added the admin label Nov 17, 2016
@kmeht
Copy link
Member

kmeht commented Nov 17, 2016

Yeah, I never really grokked how encoding works in Python 2. One advantage to switching to Python 3 would be that everything is unicode by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants