Skip to content

Editions with wikidata, bookbrainz, and other new identifiers breaks save() #422

Description

@mekarpeles
[/usr/local/lib/python3.11/dist-packages/olclient/common.py](https://localhost:8080/#) in _validate_identifiers(identifiers)
     28         for id_type, values in identifiers.items():
     29             if id_type not in VALID_IDENTIFIERS:
---> 30                 raise AttributeError(
     31                     f"ID type '{id_type}' is not one of {VALID_IDENTIFIERS}"
     32                 )

AttributeError: ID type 'wikidata' is not one of ('olid', 'oclc', 'isbn_10', 'isbn_13', 'isbns', 'lccn', 'goodreads', 'librarything')

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions