inveniosoftware/idutils

Valid ORCID is not recocgnized

Closed this issue · 1 comments

Package version (if known): 1.1.13

Describe the bug

Existing ORCID which should be recognized as valid is not recognized.

Steps to Reproduce

Affected ID: https://orcid.org/0009-0006-5173-5201

Running the is_orcid method on the ID above returns False and running detect_identifier_schemes returns only ['url'].

Expected behavior

Should return True and ['orcid', 'url'] instead.

Screenshots (if applicable)

Additional context

Since idutils is used by invenioRDM (v9.0) this leads to IDs not being recognized, which fails the whole metadata upload. The only fix for now, is to remove the affected ORCIDs from the metadata...

This was fixed in v1.2.1. You should be able to update just idutils on a v9 RDM install without any issues. Please reopen this issue if you run into any problems