Actions
Bug #113372
opendataviz, IndexError: list index out of range
Status:
Nouveau
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
07 January 2026
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
https://sentry.entrouvert.org/organizations/entrouvert/issues/7066/
À analyser
IndexError: list index out of range
File "django/core/handlers/exception.py", line 55, in inner
response = get_response(request)
File "django/core/handlers/base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "django/contrib/auth/decorators.py", line 23, in _wrapper_view
return view_func(request, *args, **kwargs)
File "django/views/generic/base.py", line 104, in view
return self.dispatch(request, *args, **kwargs)
File "combo/apps/dataviz/views.py", line 243, in dispatch
return super().dispatch(*args, **kwargs)
File "django/views/generic/base.py", line 143, in dispatch
return handler(request, *args, **kwargs)
File "combo/apps/dataviz/views.py", line 260, in get
'results': self.format_results(objects, (page_number - 1) * 10, page_number * 10),
File "combo/apps/dataviz/views.py", line 269, in format_results
last_displayed_group = objects[start_index - 1].group
Updated by Valentin Deniaud 6 days ago
- Tags set to statistiques
- Assignee set to Valentin Deniaud
Actions