Skip to content

codemeta.json Detection Issue with rolf #991

@Anas-Elhounsri

Description

@Anas-Elhounsri

when running SoMEF on rolf repository, it seems that SoMEF does not detected codemeta.json that is present in the root directory ./codemeta.json, however after I looked in to it, it seems that this happens because there is a syntax error in codemeta.json itself:

"author": [
        {
            "@type": "Person",
            "email": "jenifer.tabita.ciuciu.kiss@gmail.com",
            "name": "Jenifer Tabita Ciuciu-Kiss"
        }
        {  
            "@type": "Person",
            "name": "Daniel Garijo",
            "@id": "http://orcid.org/0000-0003-0454-7145"
        },
    ],

After I fixed it and ran SoMEF locally, it got detected. it seems that the codemeta parser fails if there is a syntax error in codemeta.json.

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