mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1834] No Requests logged since updating #1828
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1828
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andykent on GitHub (Oct 31, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1834
Originally assigned to: @NghiaTranUIT on GitHub.
Description
I'm a long time ProxyMan customer and things have been fairly stable for me but a recent update. (4.14 or possibly 4.13) broke request logging completely for me and am no longer seeing any data.
Steps to Reproduce
Current Behavior
I don't see any requests logged but the titlebar does say "Listening on..." and the status bar does show up/down network traffic so something is listening somewhere I think.
I think the issue may have started when I was prompted to install the new 1.5.0 HelperTool so as a first step I tried deleting and reinstalling the HelperTool, it re-installed successfully (as 1.5.0) but made no difference to the issue.
Expected Behavior
HTTP requests show up in the UI as previously.
Environment
@NghiaTranUIT commented on GitHub (Oct 31, 2023):
Sorry for this trouble.
Can you try do delete this file at /Library/PrivilegedHelperTools/com.proxyman.NSProxy.HelperTool and install the Helper Tool again?
@NghiaTranUIT commented on GitHub (Oct 31, 2023):
It seems Proxyman doesn't connect to the Helper Tool, so Proxyman can't override the system proxy.
@andykent commented on GitHub (Oct 31, 2023):
Thanks for the fast response.
As mentioned I had already tried that but I just tried it again with the same results.
One thing I did notice is that it has a warning about
networksetup cliI'm not sure what would be causing that. Maybe it's related?I ran
sudo rm /Library/PrivilegedHelperTools/com.proxyman.NSProxy.HelperTooland then did the steps in the screenshots below...@NghiaTranUIT commented on GitHub (Oct 31, 2023):
Then, it's working right? Your last screenshot shows the Helper Tool v1.5 is installed.
You can try toggle the proxy in Tools Memu -> Proxy Settings-> Override system proxy
@andykent commented on GitHub (Oct 31, 2023):
The installation worked but the requests are still not shown. This is what I see in the main window.
I just tried toggling the "Override macOS Proxy" off and on again but it made no difference.
@NghiaTranUIT commented on GitHub (Oct 31, 2023):
You might check if there is any VPN app is ON. Or conflict with Security apps in your Macbook.
Try to turn it off will fix it
@andykent commented on GitHub (Oct 31, 2023):
oh, I feel dumb.
This was it. My VPN client had connected without me realising and I had the UI closed so hadn't noticed.
Disconnecting the VPN resolved the issue. I should have figured that from the IP address too.
Thanks for your help, happy to close this now but it would be awesome if a future version of Proxyman could somehow detect this situation and flag the issue.
@NghiaTranUIT commented on GitHub (Oct 31, 2023):
Thanks. Glad to know it works 😄
May I ask what the VPN name is ?
@andykent commented on GitHub (Oct 31, 2023):
NordVPN
@Geczy commented on GitHub (Oct 31, 2023):
my issue was leaving the VPN on too 😂, this was bugging me, finally it works. thanks!
@NghiaTranUIT commented on GitHub (Nov 1, 2023):
Thanks. I guess I can implement a small feature to prevent it in the future:
How do you think 🤔
@Geczy commented on GitHub (Nov 1, 2023):
Yeah that seems okay. But is there a more intelligent way to know if a vpn is enabled than to check list of apps? There are thousands of vpns. I use one called globalprotect which is for work. Like something with dns check? Or location check
@NghiaTranUIT commented on GitHub (Nov 1, 2023):
It's a good point. I suppose that I can use the Network framework to check if there is any VPN is active, and then try to get the name.