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
ValueError: invalid literal for int() with base 10: '0p5'
(21 additional frame(s) were not displayed)
...
File "rest_framework/serializers.py", line 657, in to_representation
self.child.to_representation(item) for item in iterable
File "rest_framework/serializers.py", line 501, in to_representation
ret[field.field_name] = field.to_representation(attribute)
File "rest_framework/fields.py", line 1754, in to_representation
return method(value)
File "onadata/libs/utils/decorators.py", line 14, in with_check_obj
return f(*args, **kwargs)
File "onadata/libs/serializers/xform_serializer.py", line 405, in get_hash
data_view = DataView.objects.filter(pk=pk)\
ValueError: invalid literal for int() with base 10: '0p5'
/{username}/xformsManifest/{pk}
Aha! Link: https://ona.aha.io/features/PROD-347
The text was updated successfully, but these errors were encountered: