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
While extracting metadata from repositories without a CFF file, we face error, and the absence of CFF or CodeMeta files complicates metadata extraction. (We tried hermes harvesting in local machine by installing via pip.)
We believe there are two potential solutions to address this issue:
A feature that allows the option to toggle on/off specific harvesters like cff/CodeMeta. If no CFF/CodeMeta file is present, the corresponding harvester would be disabled to prevent errors.
Change in the behavior of the cff/CodeMeta harvester to return an empty dictionary if no CFF/CodeMeta file or an empty CFF/CodeMeta file is found. This would prevent errors and allow the extraction process to proceed smoothly.
We would be glad to know your suggestions, feedback on these solutions or any alternative ideas about this issue.
The text was updated successfully, but these errors were encountered:
Hello,
While extracting metadata from repositories without a CFF file, we face error, and the absence of CFF or CodeMeta files complicates metadata extraction. (We tried hermes harvesting in local machine by installing via pip.)
We believe there are two potential solutions to address this issue:
We would be glad to know your suggestions, feedback on these solutions or any alternative ideas about this issue.
The text was updated successfully, but these errors were encountered: