2012-05-17

谷歌浏览器Google Chrome连接重置错误101超时118 GoAgent 500


谷歌浏览器Google Chrome错误101 net::ERR_CONNECTION_RESET连接已重置 错误118 (net::ERR_CONNECTION_TIMED_OUT)连接超时 GoAgent Return Code: 500

使用谷歌chrome浏览器有段时间了,并同时用着GoAgent.
经常出现“错误 101 (net::ERR_CONNECTION_RESET):连接已重置”,今天又出现了,于是专门查查究竟因为甚了。

症状:
1.使用google chrome直接连接,显示:
“无法显示此网页
与 wenhua.eco.gov.cn 的连接已中断。
错误 101 (net::ERR_CONNECTION_RESET):连接已重置。”
2.google chrome使用GoAgent代理连接显示:
“Python Server Fetch Info
GET 'http://wenhua.eco.gov.cn/3/4/2/4/20090525/23791.html'
Return Code: 500
Message: Python Server: Urlfetch error: ['ApplicationError: 2 ', 'ApplicationError: 2 ', 'ApplicationError: 2 ']
3.使用微软IE显示:
 Internet Explorer 无法显示该网页  
最可能的原因是:
•未连接到 Internet。
•该网站遇到了问题。

网上有很多说法是,chrome出现错误101是可能因为GFW墙,可能网站本身出问题,可能网站禁止自身的IP。
但我用着GoAgent,浏览很多境外网站没问题。
所以考虑不是墙的原因,而很可能是网站自身出了问题。

但还有疑问,随便输入一个不存在的网址,chorme反馈的是:
“糟糕!谷歌浏览器无法找到 dasdfawe.com
建议:在 Google 上搜索:”
所以错误101与地址有错也有区别,但究竟是什么也不清楚。

而有个被墙网站www.sugarsync.com就更奇怪了,
直接连接显示:
“错误 118 (net::ERR_CONNECTION_TIMED_OUT):操作超时。 ”
用GoAgent也无法打开,同样显示:“Return Code: 500 Message: Python Server: Urlfetch error: ['ApplicationError: 2 ', 'ApplicationError: 2 ', 'ApplicationError: 2 ']”
不知是网站有问题,还是禁止了某些IP。

如果是直接用chorme打开被墙网站U2B,则显示:
“无法显示此网页  由于 www.youtube.com 响应时间过长,导致“Google Chrome 浏览器”无法加载网页。该网站可能已崩溃,或者您的互联网连接出现了问题。错误 118 (net::ERR_CONNECTION_TIMED_OUT):操作超时。”
直接打开twitter,同样是提示错误 118 (net::ERR_CONNECTION_TIMED_OUT):操作超时。

所以我很疑惑,被墙网站显示的错误到底是什么,是连接超时的118 (net::ERR_CONNECTION_TIMED_OUT),还是连接重置的101 (net::ERR_CONNECTION_RESET).
网上有人说被墙后两种情况都有,可能吧。

使用tracert和Ping命令查了半天,但我对这些没什么研究完全外行。不明白到底表明了什么。
tracert和Ping wenhua.eco.gov.cn的结果,与正常网站一样。但为何用不用代理都打不开。
tracert和Ping www.sugarsync.com的结果,与被墙网站一样。但为何用不用代理都打不开。

看来得请教专家。
----------------------
【wenhua.eco.gov.cn】网站的tracert和Ping结果与正常网站雷同
tracert wenhua.eco.gov.cn
Tracing route to wenhua.eco.gov.cn [122.70.144.136]
over a maximum of 30 hops:
  1    70 ms    73 ms    72 ms  ip144.hichina.com [122.70.144.136]
Trace complete.

Pinging wenhua.eco.gov.cn [122.70.144.136] with 32 bytes of data:
Ping statistics for 122.70.144.136:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 71ms, Maximum = 73ms, Average = 72ms
----------------
ping不存在的网址
ping sdfasfasd.com
Ping request could not find host sdfasfasd.com. Please check the name and try ag
ain.不能找到主机

tracert不存在的网址
tracert sdfasfasd.com
Unable to resolve target system name sdfasfasd.com.不能解析域名
----------------------
【www.sugarsync.com】网站的tracert&ping结果都与被墙网站相似。
tracert www.sugarsync.com
Tracing route to www.sugarsync.com [74.201.86.21]
over a maximum of 30 hops:
  1     *        *        *     Request timed out.
  2     *        *        *     Request timed out.
     ………………………………………
 30     *        *        *     Request timed out.
Trace complete.

Pinging www.sugarsync.com [74.201.86.21] with 32 bytes of data:
Request timed out.
Ping statistics for 74.201.86.21:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
-----------------------
tracert正常网站
tracert baidu.com
Tracing route to baidu.com [220.181.111.85]
over a maximum of 30 hops:
  1   212 ms   210 ms   212 ms  220.181.111.85
Trace complete.

ping正常网站
ping baidu.com
Pinging baidu.com [123.125.114.144] with 32 bytes of data:
Ping statistics for 123.125.114.144:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 23ms, Maximum = 26ms, Average = 23ms
---------------------
tracert被墙网站
tracert youtube.com
Tracing route to youtube.com [78.16.49.15]
over a maximum of 30 hops:
1     *        *        *     Request timed out.
2     *        *        *     Request timed out.
     ………………………………………
30    *        *        *     Request timed out.
Trace complete.

ping被墙网站
ping youtube.com
Pinging youtube.com [78.16.49.15] with 32 bytes of data:
Request timed out.
Ping statistics for 78.16.49.15:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
-------------------------------------------------
错误101 (net::ERR_CONNECTION_RESET):连接已重置
飞鸟寒天  发布于:2012-3-28 9:31
网上搜索一下,这段代码的解释全都是被墙的意思。
而本篇文章要说明的是:出现这种情况,并不一定是被墙。
得出的结论是只有60.*.*.87和60.*.*.88这两个IP地址无法访问,应该是服务器屏蔽了这两个IP,具体原因未知;
今早进入空间的控制面板,却没有发现哪里的设置对IP进行了访问限制;
手动把60.*.*.87和60.*.*.88这两个IP地址加入“禁止IP访问”列表中,打开aooat.com,看到的是正常的错误403;
再将60.*.*.87和60.*.*.88这两个IP地址从“禁止IP访问”列表中移除,刷新Aooat社区,哇,居然访问正常了。
一般重启电脑后,均可以正常访问。
博博工作室http://www.bobo520.net/post-92.html#7739

评论失败:验证码错误
Warning: array_search() expects parameter 2 to be array, null given in /home/vhosts/www.bobo520.net/content/plugins/anti_spam_comment/anti_spam_comment.php on line 75

pal 1. [口语]伙伴,好友,同志
pen pal 笔友(等于pen friend)
http://www.interpals.net/

tracert IP查看经过了几个路由器
Tracert(跟踪路由)

2 条评论:

What the Hell 说...

求教啊!我登陸twitter和PLUS GOOGLE最近就會出現錯誤118,用了goagent的。不知道是怎麼回事。。。請求教~eyreyang1018@gmail.com謝謝啦~~

辛德林记 说...

从来如此还是刚变成这样?

从来如此可能你设置还没正确。
刚变成这样,貌似不太可能,因为我用没问题啊。可能你刚更改了设置。