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
The cernopendata datacite registered command is currently broken:
[invenio@3e8e44c5595e code]$ cernopendata datacite registered... File "/opt/invenio/var/instance/python/lib/python3.9/site-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/code/cernopendata/modules/datacite/cli.py", line 55, in registered click.echo(dcp.doi_get_all()) File "/code/cernopendata/modules/datacite/client.py", line 54, in doi_get_all r = self._request_factory()AttributeError: 'DataCiteMDSClientWrapper' object has no attribute '_request_factory'
Expected behaviour
The command should print all registered DOIs from DataCite.
The text was updated successfully, but these errors were encountered:
Current behaviour
The
cernopendata datacite registered
command is currently broken:Expected behaviour
The command should print all registered DOIs from DataCite.
The text was updated successfully, but these errors were encountered: