DCAN-Labs/BIBSnet

RuntimeError: Could not find a task with the ID 514

shreyagudapati9 opened this issue ยท 9 comments

A short summary of a question you have for the BIBSnet development team.

Problem Description

Hello, I am currently facing an issue while attempting to run BIBSNet using the following command inside a Singularity container:

singularity run --nv --cleanenv --no-home \
-B /path/to/BIDS:/input \
-B /path/to/output:/output \
/path/to/bibsnet.sif \
/input /output participant -v

Error Encountered

The command fails with the following error message :
bibsnet error

Could someone please provide guidance or suggestions on how to resolve this issue?

Thank you for your help!

I also received this error...

@shreyagudapati9 apologies for the delay - I'm not sure about this, have you tried rebuilding the sif image? perhaps try singularity pull bibsnet.sif docker://dcanumn/bibsnet:release-3.2.0

@tjhendrickson thoughts?

@shreyagudapati9 our latest release has some massive improvements including updated models if you would like to try again. Please re-open this issue if you continue to run into this error!

Re-opened at #133

@shreyagudapati9 @dnkennedy see #134 .

For me the issue was that my user account did not have the necessary file permissions for folders/files inside the container that are needed by BIBSnet. Maybe you can try again after #134 lands and an updated image is pushed to DockerHub.

If you still get this error after that happens then please share, I would be interested to know because this error message Could not find a task with ID is really hard to interpret (i.e. I think many different issues could lead to this same error message), and I think we could do abetter job to try to catch these issues and raise more informative errors messages. But to do that I'd need to know what is causing the issue for you.

Hi, I just reran my example with bibsnet:release-3.4.2. I no longer get the "Could not find a task with ID" error, and my process proceeds farther.

I do get a different error, however, but I guess I'll raise that as a separate issue.

@dnkennedy making Progress! ๐Ÿš€

@dnkennedy yes please post an issue!

I posted issue #137 as my new problem.