Skip to content
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

VT_PUBLIC_API_KEY - SyntaxError: invalid syntax #47

Open
cyb3rw01f opened this issue Jun 3, 2021 · 2 comments
Open

VT_PUBLIC_API_KEY - SyntaxError: invalid syntax #47

cyb3rw01f opened this issue Jun 3, 2021 · 2 comments

Comments

@cyb3rw01f
Copy link

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

@Neo23x0
Copy link
Owner

Neo23x0 commented Jun 3, 2021

Did you forget to pass the program name in the command line?

python munin.py -i my.ini --cli

@cyb3rw01f
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants