onaio / onadata

Collect, Analyze and Share
https://ona.io
Other
183 stars 132 forks source link

ValueError: Field 'id' expected a number but got '<!--'. #2641

Open sentryk8sonalabsorg[bot] opened 2 months ago

sentryk8sonalabsorg[bot] commented 2 months ago

Sentry Issue:

ValueError: invalid literal for int() with base 10: '<!--'
  File "django/db/models/fields/__init__.py", line 2053, in get_prep_value
    return int(value)

ValueError: Field 'id' expected a number but got '<!--'.
(17 additional frame(s) were not displayed)
...
  File "onadata/apps/api/viewsets/attachment_viewset.py", line 110, in list
    xform = XForm.objects.get(id=xform)
sentryk8sonalabsorg[bot] commented 2 months ago

Should we use get_object_or_404(XForm, pk=xform)?