Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gregpalmier/1b75ac071b9cfbfaec717bfa93f945cb to your computer and use it in GitHub Desktop.
Save gregpalmier/1b75ac071b9cfbfaec717bfa93f945cb to your computer and use it in GitHub Desktop.
/etc/init.d/datadog-agent flare tacocat
2016-04-01 20:25:49,635 | ERROR | dd.collector | collector(agent.py:392) | Uncaught error running the Agent
Traceback (most recent call last):
File "/opt/datadog-agent/agent/agent.py", line 388, in <module>
sys.exit(main())
File "/opt/datadog-agent/agent/agent.py", line 375, in main
case_id = int(args[1]) if len(args) > 1 else None
ValueError: invalid literal for int() with base 10: 'tacocat'
Traceback (most recent call last):
File "/opt/datadog-agent/agent/agent.py", line 388, in <module>
sys.exit(main())
File "/opt/datadog-agent/agent/agent.py", line 375, in main
case_id = int(args[1]) if len(args) > 1 else None
ValueError: invalid literal for int() with base 10: 'tacocat'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment