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
ran from a singularity image on a datalad dataset in elderly git annex direct mode:
(datalad) [d31548v@discovery7 data_discovery]$ singularity run -B $PWD /XXX/bidsvalidator-1.7.2.sif $PWD
[email protected]
Unhandled rejection (
reason: TypeError: Cannot read property 'length' of undefined
at fileArrayToObject (/src/utils/files/readDir.js:39:33)
at Object.readDir (/src/utils/files/readDir.js:27:17)
might be because some files are still not fetched annexed files. But it shouldn't crash like this - should tell what directory at least it has an issue with
The text was updated successfully, but these errors were encountered:
I got the same issue with the docker image after datalad cloneing a dataset and running bids-validator without datalad getting all files first.
I agree that an error message instead of a crash would be nice - but I wouldn't know where to start to make a PR for this.
sappelhoff
changed the title
1.7.2: Cannot read property 'length' of undefined
1.7.2: Uninformative failure when running on non-fetched git-annexed files
Sep 13, 2021
ran from a singularity image on a datalad dataset in elderly git annex direct mode:
might be because some files are still not fetched annexed files. But it shouldn't crash like this - should tell what directory at least it has an issue with
The text was updated successfully, but these errors were encountered: