-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
"No valves to update" #328
Comments
My guess is you need to have this function defined? async def on_valves_updated(self):
# This function is called when the valves are updated.
pass |
I have (kinda) the same problem. The tool is still in the workbench but there are no valves for either the tool itself or any user. I temporarily fixed this by editing the tool and saving as it is. Hoping for a fix soon |
I am also facing the same problem. I tried to directly add it from github url. |
Yes, the upload button helps to validate the pipeline file, but the save button still throws the same error |
I'm trying to upload any of examples in the repo to the pipelines settings tab. But when I try to save I get the error: No valves to update.
Can somebody point to what might be going on? Thank you.
Allow me show my code for context:
The text was updated successfully, but these errors were encountered: