spielbash icon indicating copy to clipboard operation
spielbash copied to clipboard

Can't make it work

Open dbuteau opened this issue 5 years ago • 3 comments

Hello i've tried to make it work but with no success. I tried lot of command but each time i get the same error message and i have no idea of what the script is waiting for

$ spielbash record --script scenario.yaml --output outputfile.json
error: Invalid argument
$ spielbash record --script=scenario.yaml --output=outputfile.json
error: Invalid argument

I'd installed it with the command gem install spielbash

dbuteau avatar Nov 14 '19 10:11 dbuteau

Hey @dbuteau. It does seem like something is wrong with your script. Could you try removing some section of the scenario.yaml and check when it starts to work? Better yet, try the samples from the repo

Malinskiy avatar Nov 22 '19 09:11 Malinskiy

Better yet, try the samples from the repo

It is already

dbuteau avatar Nov 27 '19 12:11 dbuteau

spielbash record --script=scenario_1.yaml -o test this worked for me.

bidoubiwa avatar Nov 28 '19 13:11 bidoubiwa