-
Notifications
You must be signed in to change notification settings - Fork 81
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
No clear error message on form with bad character in name column #1999
Comments
Error from the server:
The error occurs in the renderer when we attempt to generate an XML object from a string: cadasta-platform/cadasta/xforms/renderers.py Lines 144 to 146 in d663f5d
This is a bit strange because it seems that we are constructing that xml string ourselves: cadasta-platform/cadasta/xforms/renderers.py Lines 194 to 200 in d663f5d
This is called by the cadasta-platform/cadasta/xforms/views/api.py Lines 151 to 166 in d663f5d
This is likely far too late to be catching errors. This is a problem with our validation within the serializer that accepts an uploaded |
Upload form. Have success.
bad_character_form.xlsx
open up ODK and try to download form. Get 500 error.
The text was updated successfully, but these errors were encountered: