-
Notifications
You must be signed in to change notification settings - Fork 46
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
reana-client download
fails for workflows with files as None is not of type 'object'
#718
reana-client download
fails for workflows with files as None is not of type 'object'
#718
Comments
Hi @matthewfeickert , I can reproduce the issue locally, I will keep you updated! |
PS: |
I have found the origin of the bug, I will work on the fix soon and it will be part of one of the coming REANA versions. In any case, if you want a quick fix on your side, I see two options:
|
This bug also affects workflows executed via the GitLab integration |
Thanks @mdonadoni! I really appreciate you taking a look at this. For me this really isn't a pressing issue, so I'm happy to wait for a fix and help test anything, it was more just that I noticed it while writing some documentation examples for RECAST. |
There can be successful workflow runs on REANA with non-empty workspaces
that when the outputs are retrieved with
reana-client download
reana-client download --output-directory "output-${REANA_WORKON}"
fail with
However, if particular files are targeted for download
reana-client download statanalysis --output-directory "output-${REANA_WORKON}"
these downloads succeed
It would be useful to get more user focused error messages if possible when downloads fail, as I'm not clear as to why this is happening.
The text was updated successfully, but these errors were encountered: