You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tasks.py retrieves package details using the package_show action, and expects the retrieved resource IDs to be UUIDs (it validates them using is_id). However, it is possible for the IDs to have other formats, which makes the archival task fail.
The text was updated successfully, but these errors were encountered:
ThrawnCA
changed the title
Archiver task cannot handle resource names used as IDs
Archiver task cannot handle non-standard UUIDs
May 23, 2021
ThrawnCA
changed the title
Archiver task cannot handle non-standard UUIDs
Archiver task cannot handle non-standard resource IDs
May 23, 2021
tasks.py
retrieves package details using thepackage_show
action, and expects the retrieved resource IDs to be UUIDs (it validates them usingis_id
). However, it is possible for the IDs to have other formats, which makes the archival task fail.The text was updated successfully, but these errors were encountered: