unhashable type: 'list'
when a group changes to a question
#229
Labels
unhashable type: 'list'
when a group changes to a question
#229
Probably related to #151, but in this case a project with 13k submissions had a single submission where
a/b/c/name
was a group containing three responses:'a/b/c/name/q1': 'response 1'
'a/b/c/name/q3': 'response 2'
'a/b/c/name/q2': 'response 3'
In every other submission,
a/b/c/name
was a question, i.e. the submission data contained'a/b/c/name': 'response'
. This discrepancy caused exports to fail withunhashable type: 'list'
:https://sentry.kbtdev.org/kobo/unhcr-kpi-backend/issues/329314/?query=is%3Aunresolved%20unhashable
The text was updated successfully, but these errors were encountered: