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

Runtime checker might break with CalledProcessError #229

Open
ewerybody opened this issue Mar 10, 2021 · 0 comments
Open

Runtime checker might break with CalledProcessError #229

ewerybody opened this issue Mar 10, 2021 · 0 comments
Assignees

Comments

@ewerybody
Copy link
Owner

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 ewerybody self-assigned this Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant