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
{{ message }}
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
Using the webapp functionality to add an author adds a dictionary to the author list. Besides that author dictionaries are not defined in the BIDS format (Authors should be an array of strings), it results in an internal error in the container of the bids-validator.
$ mkdir container
$ export SINGULARITY_PULLFOLDER="container"; singularity pull --name validator.simg docker://bids/validator
$ singularity run --no-home --containall --bind /tmp/datalad-tests/bids:/data container/validator.simg /data
[email protected]
1: [ERR] Internal error. SOME VALIDATION STEPS MAY NOT HAVE OCCURRED (code: 0 - INTERNAL ERROR)
.undefined
Evidence: TypeError: author.split is not a function
at checkAuthorField (/src/validators/bids/checkDatasetDescription.js:52:18)
at checkDatasetDescription (/src/validators/bids/checkDatasetDescription.js:20:28)
at /src/validators/bids/fullTest.js:135:40
Please visit https://neurostars.org/search?q=INTERNAL ERROR for existing conversations about this issue.
Summary: Available Tasks: Available Modalities:
8 Files, 11.49MB T1w
1 - Subject
1 - Session
If you have any questions, please post on https://neurostars.org/tags/bids.
$ singularity run --no-home --containall --bind /tmp/datalad-tests/bids/:/data containers/bids-validator.simg /data[email protected] 1: [WARN] The Authors field of dataset_description.json should contain an array of fields - with one author per field. This was triggered based on the presence of only one author field. Please ignore if all contributors are already properly listed. (code: 102 - TOO_FEW_AUTHORS) Please visit https://neurostars.org/search?q=TOO_FEW_AUTHORS for existing conversations about this issue. Summary: Available Tasks: Available Modalities: 8 Files, 11.49MB T1w 1 - Subject 1 - Session If you have any questions, please post on https://neurostars.org/tags/bids.
The text was updated successfully, but these errors were encountered:
Need to double-check BIDS, since I'm pretty sure I produced valid records that way. May have changed since (if only by being more specific in what's allowed there).
Using the webapp functionality to add an author adds a dictionary to the author list. Besides that author dictionaries are not defined in the BIDS format (Authors should be an array of strings), it results in an internal error in the container of the bids-validator.
-> Edit study metadata
-> Add author "first_name family_name"
results in:
solution for bids-validator:
The text was updated successfully, but these errors were encountered: