-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cosmetic error from baseband pipeline #142
Comments
Hi @nmulyk, can you please provide the YAML file that's being deployed? |
I've copied it to a text file. Please see above. Thanks! |
I see @nmulyk, the problem is that you're using the V1 format. Pipelines is now on its version 2 and we have created the Please use |
@odarotto Does this require a newer version of workflow? I'm currently using 2.1.6 and the above command isn't working |
@nmulyk Yes this needs the last version of workflow. The |
Thank you that seems to have worked |
I'm getting the following error when deploying the baseband pipeline on workflow:
Traceback (most recent call last):
File "/opt/pysetup/.venv/bin/workflow", line 8, in
sys.exit(cli())
File "/opt/pysetup/.venv/lib/python3.8/site-packages/click/core.py", line 1130, in call
return self.main(*args, **kwargs)
File "/opt/pysetup/.venv/lib/python3.8/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/opt/pysetup/.venv/lib/python3.8/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/opt/pysetup/.venv/lib/python3.8/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/opt/pysetup/.venv/lib/python3.8/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/opt/pysetup/.venv/lib/python3.8/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/opt/pysetup/.venv/lib/python3.8/site-packages/chime_frb_api/workflow/cli/pipelines.py", line 72, in deploy
pipelines: List[str] = [p["id"] for p in response.json()]
File "/opt/pysetup/.venv/lib/python3.8/site-packages/chime_frb_api/workflow/cli/pipelines.py", line 72, in
pipelines: List[str] = [p["id"] for p in response.json()]
TypeError: string indices must be integers
The error has been fixed in previous years and reported by Kaitlyn Shin. Thanks!
The text was updated successfully, but these errors were encountered: