genotrance / px

An HTTP proxy server to automatically authenticate through an NTLM proxy
MIT License
950 stars 98 forks source link

px status command #171

Closed noloader closed 1 year ago

noloader commented 2 years ago

We are trying to use px in a corporate network. Something changed recently and px stopped working. We believe the change was some endpoint security tool mucking with firewall rules. In fact, several things broke including other tools like scoop.

We are trying to learn the status of px. We would like it to report its status, but there does not seem to be a way to do it. If there is a way, it is not documented in the README. For completeness, --verbose does not provide status messages.

Please provide a command to have px report its status. It can exit immediately after providing a status.


Here is an example of what we are trying to troubleshoot. px does not provide any output, even with --verbose.

px-startup
genotrance commented 2 years ago

How have you installed px - is it the Nuitka binary or pip installed? Also does px -h work?

genotrance commented 1 year ago

--verbose requires --foreground - I'll update Px to do that automatically. Regardless, the code needs some rework since it shouldn't be crashing.

genotrance commented 1 year ago

This should be fixed in v0.8.4 - --verbose now runs in the foreground.