Skip to content
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

HTTP Proxy doesn't work #1441

Closed
danny-su opened this issue Jan 18, 2023 · 17 comments
Closed

HTTP Proxy doesn't work #1441

danny-su opened this issue Jan 18, 2023 · 17 comments

Comments

@danny-su
Copy link

image
image
image

@raidenxu
Copy link

me too

@lkebin
Copy link
Collaborator

lkebin commented Jan 20, 2023

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

@danny-su
Copy link
Author

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?

@hiwanz
Copy link

hiwanz commented Jan 31, 2023

didnt work

@nangcr
Copy link

nangcr commented Feb 1, 2023

Try to start privoxy manually.

cd ~/Library/Application\ Support/ShadowsocksX-NG
./privoxy privoxy.config

@wyfang
Copy link

wyfang commented Feb 3, 2023

Worked!How??
And what went wrong? How to fix it? Instead of running it manually.

@nangcr
Copy link

nangcr commented Feb 3, 2023

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.

@wyfang
Copy link

wyfang commented Feb 3, 2023

OK

@xdxiaodong
Copy link

+1

@internationalJoke
Copy link

./privoxy privoxy.config

./privoxy: command not found
I met this problem when I tried to execute this command.

@bdyebd
Copy link
Contributor

bdyebd commented Mar 27, 2023

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.

@bdyebd
Copy link
Contributor

bdyebd commented Mar 27, 2023

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.

@hiwanz
Copy link

hiwanz commented Mar 28, 2023

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.

@pnck
Copy link

pnck commented Jun 14, 2023

still not fixed

@zplzpl
Copy link

zplzpl commented Jan 14, 2024

image

v1.9.4 has same issue.

@rainywinter
Copy link

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 works to me, thanks

mac os 14.3 (23D56)
shadowsocks-ng v1.10.2 (1)

@lkebin
Copy link
Collaborator

lkebin commented Mar 12, 2024

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.

@lkebin lkebin closed this as completed Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests