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: '0.023134231567382812'
File "django/db/models/fields/__init__.py", line 1823, in get_prep_value
return int(value)
ValueError: Field 'lft' expected a number but got '0.023134231567382812'.
(19 additional frame(s) were not displayed)
...
File "contentcuration/viewsets/base.py", line 660, in list
page_queryset = self.paginate_queryset(queryset)
File "contentcuration/utils/pagination.py", line 141, in paginate_queryset
pks_queryset = super(ValuesViewsetCursorPagination, self).paginate_queryset(
The text was updated successfully, but these errors were encountered:
From @bjester:
Sentry Issue: STUDIO-HNH
The text was updated successfully, but these errors were encountered: