Problems Run Script Python

How can I debug this error?

Error: Script invocation failed: [Process exited with an error: 1 (Exit value: 1)]

I install python3 and pip3 on the server and gave permissions.

The error on the test

Any idea?

Thanks!

It’s hard to tell. Please post more details:

  • Your graylog version
  • Did you have selinux enabled? It can block script run
  • Try to check if your script was called at all. Create some logging in python script for it.
  • Try to use only one script argument to test, and update script for one argument if it works.
  • Check graylog logs file, if there is a reason for script run error
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.