Description
I got an Errbit error when bulk importing a "Collection Version" line to make a version of a collection that I had created and filled with references earlier in the script.
Bulk Import line:
{"type": "Collection Version", "owner_type":"Organization", "owner":"Test-Transfer","id": "V1", "collection_url": "/orgs/Test-Transfer/collections/CIEL-Example-DM/", "description": "Imported version V1", "released": true}
Error in the bulk import report: "collection": "Version Head not found."
Errbit error: https://errbit.openconceptlab.org/apps/6177888de685dd0007ed013f/problems/67dd8d34d1413b00116ab8d8
'NoneType' object has no attribute 'lower'
root
Application
staging-celery-concurrent
Environment
staging
Times Occurred
3
First Noticed
2025-03-21 16:00:52
Backtrace
/usr/local/lib/python3.10/site-packages/celery/app/trace.py:453 → trace_task: R = retval = fun(*args, **kwargs)
/usr/local/lib/python3.10/site-packages/celery/app/trace.py:736 → protected_call: return self.run(*args, **kwargs)
/code/core/common/tasks.py:330 → bulk_import_parts_inline: ).run()
/code/core/importers/models.py:843 → run: CollectionVersionImporter(item, self.user, self.update_if_exists).run(), original_item
/code/core/importers/models.py:174 → run: is_clean = self.clean()