Download of AIP and upload to Dataverse results in an exception (at which point the application aborts without feedback in the uploader GUI) when the AIP is uncompressed, i.e. in TAR form. The processing configurations the UMCU uses specify uncompressed AIP's, as we discussed several times in the Zoom meetings.
The uploader should download the AIP, determine the file type and use different methods of opening it, depending on the file type, instead of just opening it as a 7Z archive. See uploader/Dataverse/jobs.py, line 46.
Download of AIP and upload to Dataverse results in an exception (at which point the application aborts without feedback in the uploader GUI) when the AIP is uncompressed, i.e. in TAR form. The processing configurations the UMCU uses specify uncompressed AIP's, as we discussed several times in the Zoom meetings.
The uploader should download the AIP, determine the file type and use different methods of opening it, depending on the file type, instead of just opening it as a 7Z archive. See uploader/Dataverse/jobs.py, line 46.