a2 icon indicating copy to clipboard operation
a2 copied to clipboard

Runtime checker might break with CalledProcessError

Open ewerybody opened this issue 4 years ago • 0 comments

I received some log lines with an error from the runtime checker:

File "a2ui.py", line 657, in run
File "a2runtime.py", line 492, in is_runtime_live
File "a2runtime.py", line 473, in get_a2_runtime_pid
File "subprocess.py", line 420, in check_output
File "subprocess.py", line 524, in run
subprocess
CalledProcessError
Command 'wmic process where name="autohotkey.exe" get ProcessID,CommandLine' returned non-zero exit status 2147749938.

Would be nice to be able to reproduce and solve it.

ewerybody avatar Mar 10 '21 10:03 ewerybody