You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=============================================================
Thu, 04 Oct 2018 13:18:43 UTC
CRASH in Thread main!
=== exception type ===
<type 'exceptions.WindowsError'>
=== traceback ===
Traceback (most recent call last):
File "C:\Users\Tengfei\Desktop\argus\ArgusClient.py", line 332, in main
proc = subprocess.Popen(wireshark_cmd)
File "C:\Python27\lib\subprocess.py", line 711, in init
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 959, in _execute_child
startupinfo)
WindowsError: [Error 740] The requested operation requires elevation
The text was updated successfully, but these errors were encountered:
For windows, it will ask for run admin with a window prompt up. The current code does't allow the prompt up windows make it crash. The fix is to allow this prompt up windows with shell=True in the subprocess.POpen() function.
When run ArguClien.py, I got following error
============================================================= Thu, 04 Oct 2018 13:18:43 UTC
CRASH in Thread main!
=== exception type ===
<type 'exceptions.WindowsError'>
=== traceback ===
Traceback (most recent call last):
File "C:\Users\Tengfei\Desktop\argus\ArgusClient.py", line 332, in main
proc = subprocess.Popen(wireshark_cmd)
File "C:\Python27\lib\subprocess.py", line 711, in init
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 959, in _execute_child
startupinfo)
WindowsError: [Error 740] The requested operation requires elevation
The text was updated successfully, but these errors were encountered: