Failed to start poroxy #310
-
When I open Zen and try to start, the following message is shown. Failed to start proxy: set system proxy: set system proxy with URL "http://127.0.0.1:51755/proxy.pac": unset web proxy for network service "Ethernet": exit status 14 ("** Error: Command requires admin privileges.\n") Please let me know how to resolve it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @MoonieMoonie. You probably have this switch on: This means that commands that the app relies on to set the system proxy require root privileges, which the app doesn't automatically request. I expect this will be resolved soon, but in the meantime, here are a couple of workarounds:
|
Beta Was this translation helpful? Give feedback.
Hi @MoonieMoonie. You probably have this switch on:
This means that commands that the app relies on to set the system proxy require root privileges, which the app doesn't automatically request. I expect this will be resolved soon, but in the meantime, here are a couple of workarounds:
sudo /Applications/Zen.app/Contents/MacOS/Zen
. If you're concerned about the security implications, you can build the app yourself by installing the dependencies and runningwails build
.