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
"it turns out that some articles had malformed datetime strings: "-0001-11-30T00:00:00" and AmCAT just accepted them"
But then on aggregating there's an error:
nov 29 18:20:50 amcat2 uvicorn[20445]: File "/srv/amcat4opted/amcat4/aggregate.py"
nov 29 18:20:50 amcat2 uvicorn[20445]: result = datetime.utcfromtimestamp(result
nov 29 18:20:50 amcat2 uvicorn[20445]: ValueError: year -1 is out of range
The text was updated successfully, but these errors were encountered:
From a chat with @mrwunderbar666:
"it turns out that some articles had malformed datetime strings: "-0001-11-30T00:00:00" and AmCAT just accepted them"
But then on aggregating there's an error:
The text was updated successfully, but these errors were encountered: