Open cyb3rw01f opened 3 years ago
Did you forget to pass the program name in the command line?
python munin.py -i my.ini --cli
Sorry that was a typo, I was calling munin.py From what I found, even though I created my own ini from a copy of munin.ini, and was referencing it, munin.py still was accessing munin.ini. Once I placed my API keys in the munin.ini file the error went away. Now I am having issues with the module pyzipper. I am running python3.9 so that may be the issue?
When I try to launch munin I keep getting the bellow error
command used to launch munin python -i my.ini --cli
File "D:\githubClones\munin\my.ini", line 2 VT_PUBLIC_API_KEY = 6774b99399REDACTED......... ^ SyntaxError: invalid syntax
If I just try python munin I still get a VT error