stephenfewer/grinder

Failed to load the config file 'config'.

Closed this issue · 1 comments

Run into this error when trying to set up node on Windows 10.
I have tried specifying the direct path via the command line arg and run into the same issue..
Ruby - 2.0 - Made sure to add to path during install
Config file has been edited correctly according to wiki.

Any ideas?

Output below:
C:\grinder\node>ruby grinder.rb --browser=IE

                   ______     _           __
                  / ____/____(_)___  ____/ /__  _____
                 / / __/ ___/ / __ \/ __  / _ \/ ___/
                / /_/ / /  / / / / / /_/ /  __/ /
                \____/_/  /_/_/ /_/\__,_/\___/_/

    By Stephen Fewer of Harmony Security (www.harmonysecurity.com)
                                         GRINDER - Version 0.7-Dev

[+G+] Starting at 2017-03-10 15:43:44
[-G-] Failed to load the config file 'config'.
[+G+] Finished at 2017-03-10 15:43:44
C:\grinder\node>

With absolute path:
C:\grinder\node>ruby grinder.rb --config=c:\grinder\node\config.rb --browser=IE

                   ______     _           __
                  / ____/____(_)___  ____/ /__  _____
                 / / __/ ___/ / __ \/ __  / _ \/ ___/
                / /_/ / /  / / / / / /_/ /  __/ /
                \____/_/  /_/_/ /_/\__,_/\___/_/

    By Stephen Fewer of Harmony Security (www.harmonysecurity.com)
                                         GRINDER - Version 0.7-Dev

[+G+] Starting at 2017-03-10 15:50:47
[-G-] Failed to load the config file 'c:\grinder\node\config.rb'.
[+G+] Finished at 2017-03-10 15:50:47

C:\grinder\node>

fixed.