mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1800] Internal error when launching proxyman #1794
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#1794
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 @Jonathan-Lequeux on GitHub (Oct 6, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1800
Description
Since this week and for no apparent reason proxyman decided to not work anymore.
I'm using proxyman mainly on iOS simulator and currently when I launch it I'm unable to connect to the internet.
All my requests on iOS simulator and web browser have internal error as status with the 999 code.

I checked the proxyman settings and everything seems good.
I have tried installing Charles proxy and I have the same issue.
I went deeper and it seems that when the
Secure web proxyis checked, this is were I lost my internet connexion and I don't understand why.Here is my proxy settings for my wifi network when proxyman is launched.

Hoping that it's just a little mistake.
Steps to Reproduce
Current Behavior
I can't have access to internet
Expected Behavior
I should have access to internet, seeing all request from my web browser.
Environment
@NghiaTranUIT commented on GitHub (Oct 6, 2023):
Your setting seems correct. I tested it on my own and it works fine.
I guess you're using a
VPN appor have anAnti Virus appthat is active at the same time with Proxyman ? 🤔 If yes, try to turn it off.Some users report that Proxyman and Charles Proxy conflicts with some VPN app, such as
BitDefender.Just wondering: Can you open Google Chrome and try to intercept some website?, such as google.com
@Jonathan-Lequeux commented on GitHub (Oct 6, 2023):
I've a VPN but it never works together with Proxyman.
So when I use proxyman, I always disable the VPN.
It seems that google.com does complete the request but it is very slow.
Some other websites does work but other doesn't and in every case it is very slow.
I've seen something interesting. It seems that proxyman is using a lot the CPU.
@NghiaTranUIT commented on GitHub (Oct 6, 2023):
If you don't mind, can you try to open Charles Proxy, and check if it also happened?
Meanwhile, you can do Factory Reset (Don't check the Include User data, so your rules are safe) in the Help Menu -> Advance -> Factory Reset.
@Jonathan-Lequeux commented on GitHub (Oct 9, 2023):
I've found the issue, it was indeed my Anti virus app (Bitdefender).
It was working fine before but it is possible that an update of the antivirus provoked this.
Thanks @NghiaTranUIT for your time.