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
The following exception is being thrown when uploading a form with external choices
File "/srv/onadata/./onadata/apps/viewer/models/data_dictionary.py", line 246, in set_object_permissions
f = sheet_to_csv(instance.xls, "external_choices")
File "/srv/onadata/./onadata/apps/viewer/models/data_dictionary.py", line 76, in sheet_to_csv
workbook = openpyxl.load_workbook(xls_content.path)
File "/usr/local/lib/python3.9/dist-packages/django/db/models/fields/files.py", line 59, in path
return self.storage.path(self.name)
File "/usr/local/lib/python3.9/dist-packages/django/core/files/storage.py", line 128, in path
raise NotImplementedError("This backend doesn't support absolute paths.")
Expected behavior
The external choices form should upload successfully
Steps to reproduce the behavior
Try uploading any xlsx form that has external choices
Additional Information
Logs, related issues, weird / out of place occurrences, local settings, possible approach to solving this...
The text was updated successfully, but these errors were encountered:
Environmental Information
Production, Stage
v3.0.3
Problem description
The following exception is being thrown when uploading a form with external choices
Expected behavior
Steps to reproduce the behavior
Additional Information
Logs, related issues, weird / out of place occurrences, local settings, possible approach to solving this...
The text was updated successfully, but these errors were encountered: