ERROR 2022-01-29 21:09:06,767 log: Internal Server Error: /group/8479
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/django/core/handlers/exception.py", line 47, in inner
response = get_response(request)
File "/usr/local/lib/python3.9/dist-packages/django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/local/lib/python3.9/dist-packages/sentry_sdk/integrations/django/views.py", line 67, in sentry_wrapped_callback
return callback(request, *args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/rules/contrib/views.py", line 231, in _wrapped_view
return view_func(request, *args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/aleksis/core/views.py", line 364, in group
context["stats"] = group.get_group_stats
File "/usr/local/lib/python3.9/dist-packages/aleksis/core/models.py", line 541, in get_group_stats
stats["members"] = len(self.members.all())
File "/usr/local/lib/python3.9/dist-packages/django/db/models/query.py", line 262, in __len__
self._fetch_all()
File "/usr/local/lib/python3.9/dist-packages/django/db/models/query.py", line 1324, in _fetch_all
self._result_cache = list(self._iterable_class(self))
File "/usr/local/lib/python3.9/dist-packages/django/db/models/query.py", line 68, in __iter__
for row in compiler.results_iter(results):
File "/usr/local/lib/python3.9/dist-packages/django/db/models/sql/compiler.py", line 1120, in apply_converters
value = row[pos]
IndexError: list index out of range