-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Exit automatically if log = 0 #165
Comments
How is px installed? Is it the compiled binary, installed via pip or run directly with Python? Also, does it work for some time, responding to incoming connections and then quit, or quit during startup? Does it quit for a specific site or url or is it completely random? It seems like there's an error occurring that isn't being caught. It's hard to tell since it could be happening anywhere and lots of code has changed recently. If you can reproduce it consistently, we could narrow it down by trying older versions until it stops happening but that might be a bunch of testing. |
Just extract from px-v0.8.3-windows.zip and run px.exe. It can work fine for a while after its startup. But then the process disappear from task manager. I think it's not related to specific site or URL. Even I don't connect any client to it, it still quits automatically after several minutes. Because log is disabled, I cannot get any useful information. |
I tried this on my test systems and Px ran for the whole day with no issues. There's obviously something happening but checking the code and testing didn't give me any ideas. Does it also crash eventually with debug? Are you sure there's nothing using Px through this time? I agree it's super hard to tell what's happening here without debug. Perhaps you can try |
Sorry for late reply. |
Px-proxy version 0.8.3 can only work with log = 1 on my Windows 10 PC.
If log = 0, px-proxy will exit automatically in several minutes.
The text was updated successfully, but these errors were encountered: