Replies: 1 comment 7 replies
-
Did you attach the wrong workflow by any chance? I don't see any property named |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
I'm trying to pass a path to the
Value
property ofString
to start the workflow from CLI but it always throws me this error:Excepción no controlada: System.ArgumentNullException: El valor no puede ser nulo. Nombre del parámetro: property en Bonsai.Configuration.PropertyAssignment.Parse(String property) en Bonsai.Program.<>c__DisplayClass20_0.<Main>b__13(String property) en Bonsai.Configuration.CommandLineParser.Parse(String[] args) en Bonsai.Program.Main(String[] args)
The line I'm using is the following:
bonsai for_batch_analysis.bonsai --start -p stringProperty="WIN_20230111_18_13_44_Pro (online-video-cutter.com).mp4"
How can I set the string property correctly?
I leave attached the workflow with the video for analysis:
using_command_line.zip
Beta Was this translation helpful? Give feedback.
All reactions