Code Monkey home page Code Monkey logo

Comments (20)

ibuler avatar ibuler commented on August 16, 2024 2

我的问题已解决, Privoxy无法正常启动,
手动启动时报 错:

dyld: Library not loaded: /usr/local/opt/pcre/lib/libpcre.1.dylib
  Referenced from: /Users/guang/Library/Application Support/ShadowsocksX-NG-R8/privoxy-3.0.28.static/./privoxy
  Reason: no suitable image found.  Did find:
	/usr/local/opt/pcre/lib/libpcre.1.dylib: code signature in (/usr/local/opt/pcre/lib/libpcre.1.dylib) not valid for use in process using Library Validation: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.
	/usr/local/opt/pcre/lib/libpcre.1.dylib: stat() failed with errno=1
[1]    4362 abort      ./privoxy

解决方法:

brew install privoxy

软连接到这里即可

cd ~/Library/Application\ Support/ShadowsocksX-NG-R8
rm -f privoxy
ln -s /usr/local/Cellar/privoxy/3.0.28/sbin/privoxy privoxy

from shadowsocksx-ng-r8.

chanym888 avatar chanym888 commented on August 16, 2024

macOS 10.15.5
Shadowsocksx-NG-R 1.7.0

from shadowsocksx-ng-r8.

paradiseduo avatar paradiseduo commented on August 16, 2024

你说的地址是什么地址?
如果是订阅地址那么你选择订阅的节点可以使用吗?
如果订阅节点没有没问题,那么你需要检查一下ss-local进程有没有启动。

from shadowsocksx-ng-r8.

chanym888 avatar chanym888 commented on August 16, 2024

1.是订阅地址。
2.可以使用,我在手机使用是没问题的。
3.
DXMdeMacBook-Pro-10% lsof -i tcp:1087
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
Mate\x20T 555 dxm 18u IPv4 0x1f91afdc7835cba3 0t0 TCP localhost:60574->localhost:cplscrambler-in (ESTABLISHED)
privoxy 9044 dxm 3u IPv4 0x1f91afdc7866df23 0t0 TCP localhost:cplscrambler-in (LISTEN)
privoxy 9044 dxm 5u IPv4 0x1f91afdc7847cba3 0t0 TCP localhost:cplscrambler-in->localhost:60574 (ESTABLISHED)
DXMdeMacBook-Pro-10%

from shadowsocksx-ng-r8.

chanym888 avatar chanym888 commented on August 16, 2024

DXMdeMacBook-Pro-10% lsof -i tcp:1086
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
ss-local 9627 dxm 8u IPv4 0x1f91afdc77043f23 0t0 TCP localhost:cplscrambler-lg (LISTEN)

from shadowsocksx-ng-r8.

paradiseduo avatar paradiseduo commented on August 16, 2024

看来sslocal启动了。
你这个是ssr的节点吗?另外可以直接在命令行里测一下代理好不好用。
先点击复制终端代理命令,粘贴到终端里,敲个回车,然后输入
curl cip.cc
看看是不是节点的IP地址

from shadowsocksx-ng-r8.

chanym888 avatar chanym888 commented on August 16, 2024

DXMdeMacBook-Pro-10% curl cip.cc export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;
IP : 202.85.208.12
地址 : ** 北京
运营商 : lenovo.com

数据二 : 北京市 | 易联时空(北京)科技有限公司(马连道街广外红莲南路欧园北欧印象4-2215号)

数据三 : **北京北京 | 联通

URL : http://www.cip.cc/202.85.208.12
curl: (6) Could not resolve host: export
curl: (1) Protocol "http_proxy=http" not supported or disabled in libcurl
DXMdeMacBook-Pro-10%

from shadowsocksx-ng-r8.

chanym888 avatar chanym888 commented on August 16, 2024

访问google时,出现了以下报错
500内部Privoxy错误
Privoxy在处理您的请求时遇到错误:

无法加载模板文件no-server-data或其包含的组件之一。

请与您的代理管理员联系。

如果您是代理管理员,请把所需文件放在(confdir)/templates目录中。(confdir)目录的位置在主Privoxy config文件中指定。(通常是Privoxy安装目录,或/etc/privoxy/)。

from shadowsocksx-ng-r8.

chanym888 avatar chanym888 commented on August 16, 2024

500 Internal Privoxy Error
Privoxy encountered an error while processing your request:

Could not load template file no-server-data or one of its included components.

Please contact your proxy administrator.

If you are the proxy administrator, please put the required file(s)in the (confdir)/templates directory. The location of the (confdir) directory is specified in the main Privoxy config file. (It's typically the Privoxy install directory, or /etc/privoxy/).

from shadowsocksx-ng-r8.

paradiseduo avatar paradiseduo commented on August 16, 2024

你命令打错了

from shadowsocksx-ng-r8.

paradiseduo avatar paradiseduo commented on August 16, 2024

先执行终端代理命令

from shadowsocksx-ng-r8.

chanym888 avatar chanym888 commented on August 16, 2024

命令:

from shadowsocksx-ng-r8.

chanym888 avatar chanym888 commented on August 16, 2024

curl cip.cc export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;
不是这样的吗?curl cip.cc export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;

from shadowsocksx-ng-r8.

chanym888 avatar chanym888 commented on August 16, 2024

DXMdeMacBook-Pro-10% curl cip.cc
IP : 202.85.208.12
地址 : ** 北京
运营商 : lenovo.com

数据二 : 北京市 | 易联时空(北京)科技有限公司(马连道街广外红莲南路欧园北欧印象4-2215号)

数据三 :

URL : http://www.cip.cc/202.85.208.12
我是买的别人的地址,不知道他的IP是什么

from shadowsocksx-ng-r8.

chanym888 avatar chanym888 commented on August 16, 2024

我自己ping测试,发现ip地址和curl cip.cc的不一样

from shadowsocksx-ng-r8.

paradiseduo avatar paradiseduo commented on August 16, 2024
~export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;
~ ❯ curl cip.cc
IP	: 133.223.xxx.xxx
地址	: 日本  日本

数据二	: 日本

数据三	: 日本

URL	: http://www.cip.cc/133.223.xxx.xxx

from shadowsocksx-ng-r8.

chanym888 avatar chanym888 commented on August 16, 2024

DXMdeMacBook-Pro-10% export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;
DXMdeMacBook-Pro-10% curl cip.cc

<title>500 Internal Privoxy Error</title>

500 Internal Privoxy Error

Privoxy encountered an error while processing your request:

Could not load template file connection-timeout or one of its included components.

Please contact your proxy administrator.

If you are the proxy administrator, please put the required file(s)in the (confdir)/templates directory. The location of the (confdir) directory is specified in the main Privoxy config file. (It's typically the Privoxy install directory, or /etc/privoxy/).

from shadowsocksx-ng-r8.

paradiseduo avatar paradiseduo commented on August 16, 2024

你的privoxy程序没有正确运行,使用socks5吧

from shadowsocksx-ng-r8.

ibuler avatar ibuler commented on August 16, 2024

遇到同样的问题,1087端口没有启动, 版本 1.7.0(1) ,重启也不行

image

image
image
image

from shadowsocksx-ng-r8.

paradiseduo avatar paradiseduo commented on August 16, 2024

遇到同样的问题,1087端口没有启动, 版本 1.7.0(1) ,重启也不行

brew install privoxy

from shadowsocksx-ng-r8.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.