Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: Could not find a task with the ID 514 #108

Closed
shreyagudapati9 opened this issue Jun 14, 2024 · 9 comments
Closed

RuntimeError: Could not find a task with the ID 514 #108

shreyagudapati9 opened this issue Jun 14, 2024 · 9 comments
Labels
question Further information is requested

Comments

@shreyagudapati9
Copy link

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!

@shreyagudapati9 shreyagudapati9 added the question Further information is requested label Jun 14, 2024
@dnkennedy
Copy link

I also received this error...

@LuciMoore
Copy link
Contributor

@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?

@LuciMoore
Copy link
Contributor

@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!

@scott-huberty
Copy link
Contributor

Re-opened at #133

@scott-huberty
Copy link
Contributor

@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.

@dnkennedy
Copy link

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.

@scott-huberty
Copy link
Contributor

@dnkennedy making Progress! 🚀

@LuciMoore
Copy link
Contributor

@dnkennedy yes please post an issue!

@dnkennedy
Copy link

I posted issue #137 as my new problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants