Bug #66319
AttributeError: 'NoneType' object has no attribute 'tzinfo'
Status:
Nouveau
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
16 June 2022
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
https://sentry.entrouvert.org/entrouvert/publik/issues/61770/
AttributeError: 'NoneType' object has no attribute 'tzinfo' File "passerelle/utils/jsonresponse.py", line 129, in api resp = f(*args, **kwargs) File "passerelle/views.py", line 556, in perform result = self.endpoint(request, **params) File "passerelle/apps/atal/models.py", line 341, in new_comments if dateobj and issup(dateobj, last_datetime) or last_datetime is None: File "passerelle/apps/atal/models.py", line 309, in issup if datetime1.tzinfo is None or datetime2.tzinfo is None: Error occurred while processing request