I ran the python tutorial audio.ipynb
then got an error:
The full error is as following:
/tmp/ipython-input-2185389699.py:9: DeprecationWarning: The method wait_until_done for AnnotationImport is deprecated and will be removed in the next major release. Use the wait_till_done method instead.
upload_job.wait_until_done()
Errors: [{'uuid': 'a67f19b4-c188-4300-b832-18f4223114d6', 'dataRow': {'id': None, 'globalKey': None}, 'status': 'FAILURE', 'errors': [{'name': 'ValidationError', 'message': 'Ontology does not contain name: text_audio.', 'additionalInfo': None}]}, {'uuid': '0268518f-f5d2-4dee-acd2-cd97c38a4d01', 'dataRow': {'id': None, 'globalKey': None}, 'status': 'FAILURE', 'errors': [{'name': 'ValidationError', 'message': 'Ontology does not contain name: checklist_audio.', 'additionalInfo': None}]}, {'uuid': '89db0530-a4d7-441b-98d3-c2c5b1576b5b', 'dataRow': {'id': None, 'globalKey': None}, 'status': 'FAILURE', 'errors': [{'name': 'ValidationError', 'message': 'Ontology does not contain name: radio_audio.', 'additionalInfo': None}]}]
Status of uploads: [{'uuid': 'a67f19b4-c188-4300-b832-18f4223114d6', 'dataRow': {'id': None, 'globalKey': None}, 'status': 'FAILURE', 'errors': [{'name': 'ValidationError', 'message': 'Ontology does not contain name: text_audio.', 'additionalInfo': None}]}, {'uuid': '0268518f-f5d2-4dee-acd2-cd97c38a4d01', 'dataRow': {'id': None, 'globalKey': None}, 'status': 'FAILURE', 'errors': [{'name': 'ValidationError', 'message': 'Ontology does not contain name: checklist_audio.', 'additionalInfo': None}]}, {'uuid': '89db0530-a4d7-441b-98d3-c2c5b1576b5b', 'dataRow': {'id': None, 'globalKey': None}, 'status': 'FAILURE', 'errors': [{'name': 'ValidationError', 'message': 'Ontology does not contain name: radio_audio.', 'additionalInfo': None}]}]
Update:
Sry for miss full error message and the full code is here.