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
I couldn't get much joy from zen4R today. It didn't upload metadata, and was complaining about the licence being unrecognised.
> codecheck:::set_zenodo_metadata(zenodo, record, metadata)
[zen4R][ERROR] ZenodoRecord - License with id 'other-open' doesn't exist in Zenodo
Error in draft$setLicense(licenseId = "other-open") :
License with id 'other-open' doesn't exist in Zenodo
changing the code to use 'MIT' as licence did not work.... removing the line to setLicense silenced the error, but no metadata were uploaded....
shrug...
The text was updated successfully, but these errors were encountered:
@sje30@nuest please try the latest version from Github, huge work has been done to have zen4R working back with latest Zenodo infra changes. Methods are now based on the InvenioRDM platform API that is behind Zenodo. The Zenodo API was supposed to be functioning (backward compatibility) in spite of the migration but it was not the case. Your feedback is welcome.
I couldn't get much joy from zen4R today. It didn't upload metadata, and was complaining about the licence being unrecognised.
changing the code to use 'MIT' as licence did not work.... removing the line to setLicense silenced the error, but no metadata were uploaded....
shrug...
The text was updated successfully, but these errors were encountered: