【问题】
最近用GoAgent,结果一直出现类似这样的错误:
刚开始,还是类似的黄色警告:
最后是红色错误:
类似的log如下:
INFO – [Apr 11 23:12:52] dnslib_resolve_over_tcp remote host=’mail.l.google.com’ failed: [Errno 11004] getaddrinfo ‘mail.l.google.com’ from [‘168.95.1.1’] failed |
是那种:
满屏的黄字(警告IP超时)和红字(连接断开或超时)
【解决过程】
1.搜到了:
解决由于google被封导致GoAgent不能使用的办法 – 勇者面码 – 博客园
然后去下载工具:
[dpxc.net]搜索google可用IP软件.rar_免费高速下载|百度云 网盘-分享无限制
得到:
[dpxc.net]搜索google可用IP软件.rar
解压后,运行:
然后搜了一会,找到了100个可用IP,然后拷贝到剪贴板:
然后把拷贝好的IP地址,加入到proxy.ini中的[iplist]段中,变成:
然后,再去重新打开goagent,看看是否可用。
最终,还是同样的红色错误:
INFO - [Apr 11 23:23:31] ssl good_ipaddrs=0, bad_ipaddrs=59, unknown_ipaddrs=0 WARNING - [Apr 11 23:23:33] create_ssl_connection to 'www.google.com' with [('173.194.72.147', 443), ('173.194.72.104', 443), ('216.58.220.5', 443), ('173.194.72.103', 443), ('74.125.23.104', 443), ('74.125.235.229', 443), ('74.125.235.228' , 443), ('74.125.235.225', 443), ('74.125.203.105', 443), ('74.125.203.104', 443), ('216.58.209.133', 443), ('216.58.209 .197', 443), ('216.58.218.165', 443), ('74.125.23.147', 443), ('216.58.209.165', 443), ('74.125.204.104', 443), ('74.125 .23.103', 443), ('173.194.72.118', 443), ('74.125.204.103', 443), ('74.125.23.99', 443), ('64.233.186.17', 443), ('173.1 94.72.104', 443), ('74.125.203.99', 443), ('74.125.24.17', 443), ('74.125.235.225', 443), ('74.125.203.95', 443), ('64.2 33.186.19', 443), ('173.194.72.19', 443), ('74.125.204.147', 443), ('64.233.186.83', 443)] return ['timed out'], try aga in. ERROR - [Apr 11 23:23:33] create_http_request "GET https://www.google.com/adsense/app" failed:timed out Traceback (most recent call last): File "F:\soft\windows\goagent\goagent-goagent-v3.2.3-40-g5d565b9\goagent-goagent-5d565b9\local\proxylib.py", line 2044 , in create_http_request File "F:\soft\windows\goagent\goagent-goagent-v3.2.3-40-g5d565b9\goagent-goagent-5d565b9\local\proxylib.py", line 2023 , in create_ssl_connection timeout: timed out
3.折腾了N次,还是不行:
换个时间段
换个appid
多个appid
等等,都还是一直无法正常使用。
而与此对应的是:
之前遇到这类问题,稍等一会,换个时间段,或者过1,2天,也就可以继续用了。
而这次,2015-04左右,连续很多天了,一直无法用,很耽误查资料。
【总结】
无奈,最终决定放弃(之前一直是)免费(且很好用,但是现在无法继续使用的)GoAgent,换用(虽然收费,但是据说很稳定,效果很好,流量也不限制的)Shadowsocks:
【记录】在Windows平台下的Firefox+Chrome+IE中使用Shadowsocks
转载请注明:在路上 » 【无法解决】goagent又不能用了:出现大量黄字警告和红字错误