ShadowsocksX-NG
ShadowsocksX-NG copied to clipboard
HTTP Proxy doesn't work
me too
Could you check socks5 listen port value in Advanced
tab? For your case, your possible using same port for both socks5 and http protocol, and http proxy service start in error
Could you check socks5 listen port value in
Advanced
tab? For your case, your possible using same port for both socks5 and http protocol, and http proxy service start in error
I used different ports for socks5 and http, and now the http proxy agent (ss-local) started, I can use http proxy. just delay?
didnt work
Try to start privoxy manually.
cd ~/Library/Application\ Support/ShadowsocksX-NG
./privoxy privoxy.config
Worked!How?? And what went wrong? How to fix it? Instead of running it manually.
Worked!How?? And what went wrong? How to fix it? Instead of running it manually.
Architecture change to arm at version 1.10 and cause this bug. Wait for the bug fix.
OK
+1
./privoxy privoxy.config
./privoxy: command not found I met this problem when I tried to execute this command.
I hit the same issue and find actually I have ~/Library/Application\ Support/ShadowsocksX-NG/privoxy
but the plist actually calling ~/Library/Application\ Support/ShadowsocksX-NG/privoxy/**privoxy**
. If you hit same issue, just create a directory privoxy
and move the binary privoxy
into it. Should fix all such issue.
It's an upgrade issue from 1.9.4 to 1.10.0+. Just remove ~/Library/Application\ Support/ShadowsocksX-NG/privoxy
also works because the app copy this folder again if it not exists. The origin binary there blocks copy of that folder.
I Just remove ~/Library/Application\ Support/ShadowsocksX-NG/*
and it seems good.
It's an upgrade issue from 1.9.4 to 1.10.0+. Just remove
~/Library/Application\ Support/ShadowsocksX-NG/privoxy
also works because the app copy this folder again if it not exists. The origin binary there blocks copy of that folder.
still not fixed
v1.9.4 has same issue.
I hit the same issue and find actually I have
~/Library/Application\ Support/ShadowsocksX-NG/privoxy
but the plist actually calling~/Library/Application\ Support/ShadowsocksX-NG/privoxy/**privoxy**
. If you hit same issue, just create a directoryprivoxy
and move the binaryprivoxy
into it. Should fix all such issue.
it works to me, thanks
mac os 14.3 (23D56) shadowsocks-ng v1.10.2 (1)
It's an upgrade issue from 1.9.4 to 1.10.0+. Just remove
~/Library/Application\ Support/ShadowsocksX-NG/privoxy
also works because the app copy this folder again if it not exists. The origin binary there blocks copy of that folder.
That's the way to resolve similar problem.