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

Issue with digchecker when dig is not installed #2

Open
Turgon37 opened this issue Sep 7, 2019 · 0 comments
Open

Issue with digchecker when dig is not installed #2

Turgon37 opened this issue Sep 7, 2019 · 0 comments
Assignees
Labels

Comments

@Turgon37
Copy link
Owner

Turgon37 commented Sep 7, 2019

FileNotFoundError: [Errno 2] No such file or directory: 'dig': 'dig'
ERROR [ipcheck] : [Errno 2] No such file or directory: 'dig': 'dig'
Traceback (most recent call last):
  File "/opt/IpCheck/ipcheckadvanced/loader.py", line 193, in pushEvent
    if not ext.handle(event, type, data):
  File "/opt/IpCheck/ipcheckadvanced/extension/digchecker.py", line 144, in handle
    out = subprocess.check_output(cmd)
  File "/usr/lib/python3.7/subprocess.py", line 395, in check_output
    **kwargs).stdout
  File "/usr/lib/python3.7/subprocess.py", line 472, in run
    with Popen(*popenargs, **kwargs) as process:
  File "/usr/lib/python3.7/subprocess.py", line 775, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'dig': 'dig'
@Turgon37 Turgon37 self-assigned this Sep 7, 2019
@Turgon37 Turgon37 added the bug label Sep 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant