You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: 'NoneType' object has no attribute 'options'
(1 additional frame(s) were not displayed)
...
File "onadata/libs/utils/common_tools.py", line 177, in function_retry
result = func(self, *args, **kwargs)
File "onadata/libs/utils/export_tools.py", line 273, in generate_export
export_builder.set_survey(xform.survey, xform, include_reviews=include_reviews)
File "onadata/libs/utils/export_builder.py", line 680, in set_survey
build_sections(
File "onadata/libs/utils/export_builder.py", line 567, in build_sections
choices = self._get_select_mulitples_choices(
File "onadata/libs/utils/export_builder.py", line 451, in _get_select_mulitples_choices
for c in child.choices.options
The text was updated successfully, but these errors were encountered:
This happens when the Pyxform Survey object is being restored from a JSON XLSForm that does not use the new structure. It is better to reprocess the original XLSForm and update the JSON representation.
This happens when the Pyxform Survey object is being restored from a JSON XLSForm that does not use the new structure. It is better to reprocess the original XLSForm and update the JSON representation.
This might not always be the case, so we still need to handle it.
The text was updated successfully, but these errors were encountered: