Workflow history

from state (1)to statecommentdate
waitingfailed

Traceback (most recent call last):
File "/src/cubicweb_antony/tasks.py", line 82, in upload_archive
cnx.commit()
File "/home/cubicweb/venv/lib/python3.11/site-packages/cubicweb/server/session.py", line 156, in check_open
return func(cnx, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/cubicweb/venv/lib/python3.11/site-packages/cubicweb/server/session.py", line 734, in commit
operation.handle_event("precommit_event")
File "/home/cubicweb/venv/lib/python3.11/site-packages/cubicweb/server/hook.py", line 824, in handle_event
getattr(self, event)()
File "/src/cubicweb_antony/hooks.py", line 156, in precommit_event
raise ValueError("archive's data is not zip")
ValueError: archive's data is not zip

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/cubicweb/venv/lib/python3.11/site-packages/celery/app/trace.py", line 479, in trace_task
R = retval = fun(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^
File "/home/cubicweb/venv/lib/python3.11/site-packages/celery/app/trace.py", line 779, in __protected_call__
return self.run(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/cubicweb_antony/tasks.py", line 107, in upload_archive
archive = cnx.find("Archive", reverse_archive=version).one()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/cubicweb/venv/lib/python3.11/site-packages/cubicweb/rset.py", line 414, in one
raise NoResultError("No row was found for one()")
cubicweb._exceptions.NoResultError: No row was found for one()

2026/03/19 13:30 UTC