| waiting | failed |
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 "/home/cubicweb/venv/lib/python3.11/site-packages/cubicweb/hooks/integrity.py", line 98, in precommit_event
raise validation_error(
yams._exceptions.ValidationError: 12176 (archive-object): at least one relation archive is required on Archive (12176)
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 453, in trace_task
R = retval = fun(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^
File "/home/cubicweb/venv/lib/python3.11/site-packages/celery/app/trace.py", line 736, in __protected_call__
return self.run(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/cubicweb_antony/tasks.py", line 112, in upload_archive
raise httpexceptions.HTTPInternalServerError(detail=str(e))
pyramid.httpexceptions.HTTPInternalServerError: 12176 (archive-object): at least one relation archive is required on Archive (12176)
| 2025/07/18 08:51 UTC |