Bug #96127
KeyError: 'upload' lors d'un appel raté à /manage/assets/upload/{key}/
Status:
Nouveau
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
30 September 2024
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
https://sentry.entrouvert.org/entrouvert/publik/issues/133885/
KeyError: 'upload' (6 additional frame(s) were not displayed) ... File "django/forms/forms.py", line 175, in is_valid return self.is_bound and not self.errors File "django/forms/forms.py", line 170, in errors self.full_clean() File "django/forms/forms.py", line 373, in full_clean self._clean_form() File "django/forms/forms.py", line 400, in _clean_form cleaned_data = self.clean() File "combo/apps/assets/forms.py", line 29, in clean value = cleaned_data['upload']