SeaHOH / GotoX

本地自动代理,修改自 goagent。
730 stars 148 forks source link

R6上传出错 #92

Closed wpyok500 closed 4 years ago

wpyok500 commented 6 years ago

image

image

SeaHOH commented 6 years ago

没问题啊,这不是完成授权了么。 难道到这里就没反应,上传终止了吗?

wpyok500 commented 6 years ago

1、对,到这就没反应了,一直处在哪个界面(--noauth_local_webserver) 2、怎么改变上传使用的代理服务器如改为127.0.0.1:1080

wpyok500 commented 6 years ago

应该是IP问题,使用gotox经常出现授权404,使用goproxy来上传可以正常使用。

SeaHOH commented 6 years ago

2、怎么改变上传使用的代理服务器如改为127.0.0.1:1080

关闭正在监听 8087 端口的软件即可

1、对,到这就没反应了,一直处在哪个界面(--noauth_local_webserver)

应该是IP问题,使用gotox经常出现授权404,使用goproxy来上传可以正常使用。

确实有问题,还没来得及修改。 暂时可以把规则中的 google_com 换成 google_gws,同时不要使用 IP 自动筛选。

masktao commented 5 years ago

@SeaHOH 我是gorpoxy和zebra用户,用的还是goproxy最后一版的服务端上传,不知道你这个R6版本对zebra兼容吗? 我在win10下面直接运行uploader.bat,窗口就直接关闭了。也不知道发生了什么呢,为什么会这样?

SeaHOH commented 5 years ago

不知道你这个R6版本对zebra兼容吗?

应该还是兼容的,不过 zebra 有提供服务端。

我在win10下面直接运行uploader.bat,窗口就直接关闭了。也不知道发生了什么呢,为什么会这样?

需要运行 8087 的 http 代理,或 1080 的 socks 代理。 也有可能是缺少 dll 运行库。 你可以从 cmd 或 shell 窗口运行以查看错误信息。

masktao commented 5 years ago

@SeaHOH zebar有服务端?没看到过 用admin powershell 运行,如下 PS D:\Gttao\Desktop\GotoX-gae-r6> uploader.bat uploader.bat : The term 'uploader.bat' is not recognized as the name of a cmdlet, function, script file, or operable pr ogram. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

Suggestion [3,General]: The command uploader.bat was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\uploader.bat". See "get-help about_Command_Precedence" for more details.

SeaHOH commented 5 years ago

Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\uploader.bat".

masktao commented 5 years ago

@SeaHOH Suggestion [3,General]: The command \uploader.bat was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\uploader.bat". See "get-help about_Command_Precedence" for more details. PS D:\Gttao\Desktop\GotoX-gae-r6> .\uploader.bat ?褂?HTTP 代理:127.0.0.1:8087 Traceback (most recent call last): File "D:\Gttao\Desktop\GotoX-gae-r6\uploader.py", line 69, in println(u'浣跨敤 HTTP 浠g悊锛?27.0.0.1:8087') File "D:\Gttao\Desktop\GotoX-gae-r6\uploader.py", line 17, in println file.write(s.encode(sys.getfilesystemencoding(), 'replace') + os.linesep) IOError: [Errno 0] Error 这结果就是cmd一样,有乱码的完全不懂

masktao commented 5 years ago

已经开了zebra,使用127.0.0.1:8087做全局代理,还是无法运行uploader.bat,是不是和zebra运行模式有关,现在用quic模式

SeaHOH commented 5 years ago

像是编码问题,没用 Win10,不清楚。

YL-Li commented 5 years ago

@SeaHOH 请问我打开网站会提示这个是怎么回事(502 Bad Gateway This Host header is not served from this network address. Due to an infrastructure change, this request cannot be processed.)。用的是GotoX-gae-r6.7z上传id,显示成功的,就谷歌搜索可以上,其他网站全部502提示。 我看特别说明那说要安装 Python2 ,这个是下载那个,我没安装导致的吗?麻烦打包一个或者给连接

SeaHOH commented 5 years ago

那个还没有修复,不过可以自行修改配置来使 GAE 工作:

  1. 添加 fakecert 规则 .appspot.com = *
  2. 自行在 [iplist] 配置小节建立个新的列表,放入可用的 IP,然后把这个列表的名称填入 [gae/iplist]。
  3. 注释掉 proxy.py 最下方包含 checkgooglecom 的最后一行。

顺便吐槽: 没想到今年钱没挣多少,活倒是还挺多的。 另外 IP 筛选方案的改造也比预想的要麻烦点,外加其它各种改,愿意等我完成修改的话,会比上面好用不少。

YL-Li commented 5 years ago

那个还没有修复,不过可以自行修改配置来使 GAE 工作:

  1. 添加 fakecert 规则 .appspot.com = *
  2. 自行在 [iplist] 配置小节建立个新的列表,放入可用的 IP,然后把这个列表的名称填入 [gae/iplist]。
  3. 注释掉 proxy.py 最下方包含 checkgooglecom 的最后一行。

顺便吐槽: 没想到今年钱没挣多少,活倒是还挺多的。 另外 IP 筛选方案的改造也比预想的要麻烦点,外加其它各种改,愿意等我完成修改的话,会比上面好用不少。

不是这专业看不懂,还是跟你更新吧

SeaHOH commented 5 years ago

@YL-Li 已更新,可以使用了。

az-123-none commented 5 years ago

@SeaHOH Suggestion [3,General]: The command \uploader.bat was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\uploader.bat". See "get-help about_Command_Precedence" for more details. PS D:\Gttao\Desktop\GotoX-gae-r6> .\uploader.bat ?褂?HTTP 代理:127.0.0.1:8087 Traceback (most recent call last): File "D:\Gttao\Desktop\GotoX-gae-r6\uploader.py", line 69, in println(u'浣跨敤 HTTP 浠g悊锛?27.0.0.1:8087') File "D:\Gttao\Desktop\GotoX-gae-r6\uploader.py", line 17, in println file.write(s.encode(sys.getfilesystemencoding(), 'replace') + os.linesep) IOError: [Errno 0] Error 这结果就是cmd一样,有乱码的完全不懂

属性里面设成旧版控制台就正常了

SeaHOH commented 5 years ago

Win10 就是口大锅。。。 果然人多才能找到解决方法。