goagent更新错误404 Error /2 not found 服务器端上传未用Google应用专用密码

【更新GoAgent】使用新版打开被封网站报错Error: Not Found The requested URL /2 was not found on this server ,原来是上传GoAgent服务器端出问题。当时上传时提示AttributeError: can’t set attribute Exception KeyError: KeyError,只当是得用VPN上传,原来只是因未用Google应用专用密码

local\proxy.ini
server\uploader.bat

—————————

昨日“下载新版goagent-v2.1.0-0,配置本地端,并上传服务器端后,发现使用Go代理访问被封网站时,无法打开,提示:Error: Not Found The requested URL /2 was not found on this server.”
说来也怪,在新版GoAgent代理模式下,打开Google站点可以,但打开其他网站如Youtube、Twitter不行,提示上面的Not Found。

在GoAgent命令行窗口可看到404记录

INFO – [Oct 24 14:06:46] 127.0.0.1:49682 “GET http://www.youtube.com/favicon.ico
HTTP/1.1″ 404 –

通过GAE官网https://appengine.google.com/,查看应用程序Logs,可见代码404,及警告No handlers matched this URL

2012-10-23 18:40:12.971 /2 404 31ms 0kb
183.187.23.90 – – [23/Oct/2012:18:40:12 -0700] “POST /2 HTTP/1.1” 404 0 – – “xl55380855.appspot.com” ms=32 cpu_ms=0
W 2012-10-23 18:40:12.971
No handlers matched this URL.
[Legend:D-Debug (least severe) I-Info W-Warning E-Error C-Critical (most severe)]

而正常时候,如过去,提示代码是200

2012-10-23 01:46:51.671 /fetch.py 200 61ms 21kb
60.223.37.77 – – [23/Oct/2012:01:46:51 -0700] “POST /fetch.py HTTP/1.1” 200 21883 – – “xl55380855.appspot.com” ms=62 cpu_ms=0 cpm_usd=0.002663 instance=00c61b117c386990dda242bf76314eb00cdb8b

原来以为是没使用VPN上传所致,因为2.1.0 测试版提示“上传失败请挂 VPN/SSH 再上传”,但幸好在goagent官网Issues上看到了原因,原来只是因为未使用Google应用专用密码

Issue 5965:    无论如何都上传不了啊2.1.2版,开VPN也不行(附提示)›
File “uploader.zip\google\appengine\tools\appengine_rpc.py”, line 94, in __ini
t__
AttributeError: can’t set attribute
Exception KeyError: KeyError(13052064,) in <module ‘threading’ from ‘D:\goagent-
goagent-3f882f7\local\proxy.exe\threading.pyo’> ignored
Comment 1 by jko…@gmail.com, Today (20 minutes ago)
和我一样的问题。。如果有解决的把方法贴上来。。。谢谢。。。。
Comment 2 by iloveHKl…@gmail.com, Today (7 minutes ago)
proxy属于chrome浏览器以外的应用程序,要用应用程序专用密码,所以你要生成一个应用程序专用密码(谷歌账户中自己开通),然后运行update时,输入gmail密码那一行,就输入那个生成的密码(16位),而不是gmail本身的密码……你试试看
Delete comment Comment 3 by xl55380…@gmail.com, Today (moments ago)
非常多谢LS  iloveHKl…@gmail.com,
换用应用程序专用密码后成功,看来是这么回事。
新版上传不成后,我还又试过上传1.8.4,但旧版会提示输入应用程序专用密码。新版不提示,所以出错了。
https://code.google.com/p/goagent/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&groupby=&sort=&id=5965

之所以出现这个问题,可能是新版goagent的BUG,因为旧版goagent-1.8.4上传时,是会提示使用应用专用密码,而新版如goagent-v2.1.0上传时,只说是输入Password

在goagent官网Project Home常见问题FAQ中,其实对错误404也有的说明。出现404,两个原因,一个是appid填写错误,一个服务器端部署错误。如果appid端填对,那就无疑是服务端搞砸了。

404: Not Found 一般是proxy.ini里面appid没有填对,或者服务端没有部署成功。

★不使用谷歌应用专用密码不正常上传python服务端的日志

提示AttributeError: can’t set attribute和Exception KeyError: KeyError(24204752,) 。
其中,KeyError不是问题,因为在正常上传也出现,作者提示“请忽略Exception KeyError错误”。所以,真正的错误是AttributeError属性错误:不能设置属性。

运行uploader.bat 上传python服务端
===============================================================
GoAgent服务端部署程序, 开始上传python服务端
===============================================================
请输入您的appid, 多个appid请用|号隔开
APPID:xl55380855|xl55380854|xl55380853
Application: xl55380855
Host: appengine.google.com
Rolling back the update.
Email: xl55380855@gmail.com
Password for xl55380855@gmail.com: **********
Traceback (most recent call last):
  File “boot.py”, line 45, in <module>
  File “C:\Users\XueXX\AppData\Local\Temp\goagent-bootstrap.py”, line 1, in <mod
ule>
    import sys;sys.path.insert(0, ‘uploader.zip’);import appcfg;appcfg.main()
  File “uploader.zip\appcfg.py”, line 81, in main
  File “uploader.zip\appcfg.py”, line 72, in upload
  File “uploader.zip\google\appengine\tools\appcfg.py”, line 3873, in main
  File “uploader.zip\google\appengine\tools\appcfg.py”, line 2443, in Run
  File “uploader.zip\google\appengine\tools\appcfg.py”, line 3638, in __call__
  File “uploader.zip\google\appengine\tools\appcfg.py”, line 3141, in Rollback
  File “uploader.zip\google\appengine\tools\appcfg.py”, line 3158, in _Rollback
  File “uploader.zip\google\appengine\tools\appcfg.py”, line 2018, in Rollback
  File “uploader.zip\google\appengine\tools\appcfg.py”, line 1698, in Send
  File “uploader.zip\google\appengine\tools\appengine_rpc.py”, line 378, in Send

  File “uploader.zip\google\appengine\tools\appengine_rpc.py”, line 436, in _Aut
henticate
  File “uploader.zip\google\appengine\tools\appengine_rpc.py”, line 280, in _Aut
henticate
  File “uploader.zip\google\appengine\tools\appengine_rpc.py”, line 232, in _Get
AuthToken
  File “uploader.zip\google\appengine\tools\appengine_rpc.py”, line 94, in __ini
t__
AttributeError: can’t set attribute
Exception KeyError: KeyError(24204752,) in <module ‘threading’ from ‘D:\Program
Files\GoAgent\goagent-v2.1.0-0-gb881730\local\proxy.exe\threading.pyo’> ignored

★使用谷歌应用专用密码成功上传python服务端的日志

===============================================================
GoAgent服务端部署程序, 开始上传python服务端
===============================================================
请输入您的appid, 多个appid请用|号隔开
APPID:xl55380855|xl55380854|xl55380853
Application: xl55380855
Host: appengine.google.com
Rolling back the update.
Email: xl55380855@gmail.com
Password for xl55380855@gmail.com: ****************
Application: xl55380855; version: 1
Host: appengine.google.com

Starting update of app: xl55380855, version: 1
Scanning files on local disk.
Cloning 1 static file.
Cloning 9 application files.
Compilation starting.
Compilation completed.
Starting deployment.
Checking if deployment succeeded.
Will check again in 1 seconds.
Checking if deployment succeeded.
Will check again in 2 seconds.
Checking if deployment succeeded.
Will check again in 4 seconds.
Checking if deployment succeeded.
Will check again in 8 seconds.
Checking if deployment succeeded.
Will check again in 16 seconds.
Checking if deployment succeeded.
Will check again in 32 seconds.
Checking if deployment succeeded.
Deployment successful.
Checking if updated app version is serving.
Will check again in 1 seconds.
Checking if updated app version is serving.
Will check again in 1 seconds.
Checking if updated app version is serving.
Will check again in 1 seconds.
Checking if updated app version is serving.
Will check again in 1 seconds.
Checking if updated app version is serving.
Will check again in 1 seconds.
Checking if updated app version is serving.
Completed update of app: xl55380855, version: 1

Application: xl55380854
Host: appengine.google.com
Rolling back the update.
Application: xl55380854; version: 1
Host: appengine.google.com
……
Completed update of app: xl55380853, version: 1
Exception KeyError: KeyError(25253088,) in <module ‘threading’ from ‘D:\Program
Files\GoAgent\goagent 2.1.2 正式版[goagent-goagent-3f882f7]\local\proxy.exe\thre
ading.pyo’> ignored

上传成功,请忽略Exception KeyError错误, 编辑proxy.ini把你的appid填进去,谢谢。请
按任意键退出程序。

★goagent-1.8.4提示使用应用专用密码application-specific password

当输入Google账号密码时,提示Use an application-specific password instead of your regular account password,当输入错误密码时,提示Invalid username or password,错误两次,即会保存cookies”Saving authentication cookies to ./.appcfg_cookies”,并返回错误友Error 401

===============================================================
GoAgent服务端部署程序, 开始上传python服务端
如果需要上传golang服务端, 请修改本文件的uploaddir的值为golang
===============================================================
请输入您的appid, 多个appid请用|号隔开
APPID:xl55380855|xl55380854|xl55380853
Application: xl55380855
Host: appengine.google.com
INFO – – [Oct 24 14:49:11] Loaded authentication cookies from ./.appcfg_cookies
INFO – – [Oct 24 14:49:11] Server: appengine.google.com
Rolling back the update.
Email: xl55380855@gmail.com
Password for xl55380855@gmail.com: **********
Use an application-specific password instead of your regular account password.
See http://www.google.com/support/accounts/bin/answer.py?answer=185833
Email: xl55380855@gmail.com
Password for xl55380855@gmail.com: ***
Invalid username or password.
Email: xl55380855@gmail.com
Password for xl55380855@gmail.com: **********
Use an application-specific password instead of your regular account password.
See http://www.google.com/support/accounts/bin/answer.py?answer=185833
INFO – – [Oct 24 14:50:31] Saving authentication cookies to ./.appcfg_cookies
Error 401: — begin server output —
Must authenticate first.
— end server output —

在输入一次应用专用密码后,如若再次上传,则无需再次输入任何密码,因为已经自动保存cookies到文件goagent-1.8.4\server\appcfg_cookies中。

★goagent-v2.1.0-0  2.0.14 1.8.4 \local\proxy.ini  hosts比较

显然,是由IP地址段203.208.46.*换成了203.208.47.*
我分析,可能自己找上些速度快的大陆Google IP,填入其中,效果会好。

goagent-v2.1.0-0 goagent 2.0.14  \local\proxy.ini
[google_cn]
mode = http
hosts = 203.208.47.1|203.208.47.2|203.208.47.3|203.208.47.4|203.208.47.5|203.208.47.6|203.208.47.7|203.208.47.8
sites = .google.com|.googleusercontent.com|.googleapis.com|.google-analytics.com|.googlecode.com|.google.com.hk|.appspot.com|.android.com|.googlegroups.com
forcehttps = groups.google.com|code.google.com|mail.google.com|docs.google.com|profiles.google.com|developer.android.com
withgae = plus.google.com|plusone.google.com|reader.googleusercontent.com|music.google.com|apis.google.com|books.google.com

goagent-1.8.4
[google_cn]
mode = http
hosts = 203.208.46.1|203.208.46.2|203.208.46.3|203.208.46.4|203.208.46.5|203.208.46.6|203.208.46.7|203.208.46.8
sites = .google.com|.googleusercontent.com|.googleapis.com|.google-analytics.com|.googlecode.com|.google.com.hk|.appspot.com|.android.com|.googlegroups.com
forcehttps = groups.google.com|code.google.com|mail.google.com|docs.google.com|profiles.google.com|developer.android.com
withgae = plus.google.com|plusone.google.com|reader.googleusercontent.com|music.google.com|apis.google.com

★Google GoAgent相关

  1. GoAgent不能用原因:108大前Google谷歌中国大陆服务器IP部分被封
    作者: xuexx 日期: 2012/10/24
    http://www.xuexx.com/archives/2365
  2. GoAgent不能用了可能原因及解决方法
    作者: xuexx 日期: 2012/10/23
    http://www.xuexx.com/archives/2361
  3. Google谷歌中国大陆服务器IP地址数据中心考
    作者: xuexx 日期:     2012/06/22
    http://www.xuexx.com/archives/1287

A    203.208.46.241    北京市 谷歌(中国)公司    30
A    203.208.46.242    北京市 谷歌(中国)公司    30
A    203.208.46.243    北京市 谷歌(中国)公司    30
A    203.208.46.244    北京市 谷歌(中国)公司    30
A    203.208.46.240    北京市 谷歌(中国)公司    30
203.208.46.240|203.208.46.241|203.208.46.242|203.208.46.243|203.208.46.244|

GoAgent不能用原因:108大前Google谷歌中国大陆服务器IP部分被封

昨天发现GoAgent不能用了,当时也看到几个可能的解决方法。于是今天傍晚得空试用。

起先我想,GoAgent不能用,无法翻墙,那就使用无界浏览UltraSurl吧。但进一步想,那干脆通过Proxy SwitchySharp,在Chrome上使用UltraSurf。

[微博]准备下载更新新版GoAgent,大概是在墙外才有。把Ultra-surf新建为SwitchySharp的新情景模式,设置手动配置“HTTP代理 127.0.0.1 端口9666”,如此即可作临时翻墙工具,比在线代理好使,凑合也能看YouTube。Ultra-Surf最新版已到12.04
今天16:15
无界浏览UltraSurf  SwitchySharp情景模式

但后来并不好使,于是使用先更改旧版goagent的proxy.ini中的IP地址方式,临时使用GoAgent。但也方便,如此可以正常使用Go代理。不过好像,不用代理也可以打开GAE。

后来明白,之所以Chrome中的UltraSurf代理不好用,是因为我不会用。要使用UltraSurf,就只能先用全局UltraSurf代理,难以使用自动切换代理的UltraSurf,因为代理切换规则之前都是针对GoAgent的,当访问被墙网站时,都是设置成切换为GoAgent。
全局使用UltraSurf代理,当在UltraSurf代理下,打开一些国内网站即会困难。而如果也想自动切换UltraSurf代理,就需要更改切换规则,这一来更改麻烦,二来以后再用GoAgent还得再改,更麻烦。

当下载新版goagent-v2.1.0-0,配置本地端,并上传服务器端后,发现使用Go代理访问被封网站时,无法打开,提示:
Error: Not Found The requested URL /2 was not found on this server.

搞不清楚是怎回事,可能是上传服务器端出问题,可能是需要VPN下上传。明天有时间再试验。

★GoAgent新版下载地址

goagent-goagent-v2.1.0-0-gb881730.zip
https://nodeload.github.com/goagent/goagent/zipball/v2.1.0
2.1.0 测试版, 智能判断 cn/hk 选择, 使用二进制协议, 请务必重传 GAE 服务端后使用(上传失败请挂 VPN/SSH 再上传)。

goagent-goagent-v2.0.14-2-g546de84.zip
https://nodeload.github.com/goagent/goagent/zipball/2.0

★GoAgent不能用的原因:Google中国大陆部分IP被封

昨天我想GoAgent不能用,可能只是“只是因为谷歌中国IP段更改,导致原有GoAgent无法使用”,但看月光博客微博,看起来GoAgent失效,很可能不是谷歌公司自己改变了中国大陆服务器的一些IP地址,而是一些IP被墙奸了。
喜迎十八大!看起来真的是GFW要搞Google了。

这似乎也算不得新闻,因为政府GFW本来就一直在封Google IP。似乎一个IP被使用人多后,就会引来被封。

看起来,得考虑购买VPN了!倒是也不贵,一看也就100来块……人民币!

——————–

@月光博客  : 【Google的Hosts无法访问】今天,多个Google在国内的Hosts的IP地址失效,其IP地址无法访问,导致的现象是,用户无法访问Google的所有服务,包括搜索和Gmail邮箱。… http://t.cn/zlmV5en
 http://ww3.sinaimg.cn/large/59183920jw1dy5aa39bwjj.jpg
转发(561) | 评论(240) 今天17:51 来自iPad客户端
http://weibo.com/1494759712/z1PbY2zNM

@月光博客  : 今天,多个Google在国内的Hosts的IP地址失效,其IP地址无法访问,经过使用tracert追踪,均是到了某几个中国骨干网路由器的IP后不通的,初步确认应该是国内骨干网防火墙把Google在国内的IP地址给封了。
 http://ww1.sinaimg.cn/large/59183920gw1dy58uuoau1j.jpg
转发(1300) | 评论(495) 今天17:02 来自新浪微博
http://weibo.com/1494759712/z1PbY2zNM

Google的Hosts无法访问 2012-10-23 17:28:37
作者:月光 | 分类:业界动态 | 标签:审查 | 评论:0 | 浏览:4060
  今天,多个Google在国内的Hosts的IP地址失效,其IP地址无法访问,导致的现象是,用户无法访问Google的所有服务,包括搜索和Gmail邮箱。
  众所周知,如果Google搜索不使用Hosts的话,会不太稳定,经常无法访问,很多词,甚至连“钓鱼岛”都无法搜索,而使用Hosts之后可以解决这个搜索问题。
  而现在,Hosts的IP却无法访问了,经过使用tracert追踪,均是到了某几个中国骨干网路由器的IP后不通的,初步确认应该是国内骨干网防火墙把Google在国内的IP地址给封了。

  解决的方法有几种:
  1、使用https的google搜索,如果使用https的google自动跳转到google.com.hk的,解决方法是登录google account或者在地址后添加ncr后缀。
  2、更换Hosts IP,根据观察,还有少数Hosts IP是可用的,可以更换这些Hosts IP来继续使用Google,因为众所周知的原因,这些有效的IP地址我就不公布了,大家可以自己找一下看看。
  3、删除Host,这样的结果是可以暂时访问Google的首页,但Google+无法访问,而且很多词都无法在Google上搜索。
http://www.williamlong.info/archives/3259.html

GoAgent不能用了可能原因及解决方法

家里装吊炕一整天,夜来打开电脑,Google一下,居然打不开。原先以为是Google的问题,但使用IE打开没的问题,然后停用Chrome的SwitchySharp,使用Chrome就也可打开Google。如此,无疑是Goagent的故障了。

使用新浪微博搜索,一下就可找到解决方法,及疑似原因。说是只是因为谷歌中国IP段更改,导致原有GoAgent无法使用,更新GoAgent或者更改其配置即可解决问题。

原以为是因党的十八大召开,GFW要加强管制呢。

GoAgent不能用的原因及解决方法

@百度开发者中心  : 很多坏孩子每天都用goagent翻出去看看外面的世界,今天goagent挂了,上不去了吧?悄悄告诉你们,在proxy.ini中把所有的 203.208.46.X 替换成203.208.47.X,重启goagent就搞定啦。【http://weibo.com/baidudev】
GoAgent不能用的原因及解决方法
转发(513) | 评论(201) 10月22日19:31 来自专业版微博
http://weibo.com/2711736393/z1GqjcO8G
真的是挂了!党发威了?这个会开的!搞什么了?

不过好像cn速度好 //@二迷糊000000:@幽幽之雨 的方法好: 修改proxy.ini 文件,把 profile = google_cn 改为 profile = google_hk 保存后重启goagent
http://weibo.com/n/%E4%BA%8C%E8%BF%B7%E7%B3%8A000000

@郭春龙_颤 : 王家骏 : goagent瘫痪?原因:谷歌中国IP段改变;解决方法:1.更新到2.0.14就可以,并且不用上传,2.修改老版本下的proxy.ini文件,把203.208.46.X换成203.208.47.X,或者203.208.46.208到212,203.208.46.176到180都可以2012-10-22 17:58
转发(1) | 评论(1) 10月22日22:10 来自新浪微博
http://weibo.com/2526362765/z1Hsz383B

★更新:GoAgent新版可用 旧版不能用可升级到新版

2012-11-4 23:06:28

goagent新版2.1.3发布可用
goagent故障原因GFW封锁google大陆北京IP
作者: xuexx 日期: 2012/10/25
http://www.xuexx.com/archives/2379

goagent 2.1.7 正式版下载
[1102 否] 2.1.7正式版,二次复用空闲的 https 连接, 比较明显提高 google_hk 速度, 修复uploader错误
[1102 否] 2.1.6正式版,修复 google 连接断开错误以及跳转白屏的问题, 详见http://it.solidot.org/article.pl?sid=12/10/31/0510237

goagent-goagent-v2.1.7-11-gf58765c.zip 下载地址:
https://nodeload.github.com/goagent/goagent/legacy.zip/2.0

谷歌浏览器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(跟踪路由)

时间:2012-05-17 下午4:31:00 
标签: chrome, gfw, goagent, google, ping, tracert

2014-01-09 19:44:54 Migrated From Blogger

120427 GoAgent翻墙与WinRar合并MP3

今天FiveThink赶会.
M相跟上L和XX先去了.
F等送饲料的.但没等到.开电三轮走了.

昨天看到说用修改HOSTS方法登录google drive.
以前虽有听过,试着用过.但并非成功,可能当时设置不对.

今天试着搜索最新的HOSTS,在google code上找到.
更改HOSTS后,发现确实可以正常使用很多google服务了.

登录了Google+,添加了几个人.
加了中国数字时代.看到有说几种翻墙方法,就去试.

试了才发现,这是一种很好的翻墙方式.
这是使用GoAgent来翻墙,基于GAE.但什么原理还不太清楚.
总之速度比没有界浏览快很多.Ultras–f速度太慢,Youtube根本没法在线看视频,而使用GoAgent却速度很快.

因为从视频网站下载的全本晋剧有分好几个视频的,所以想着合并起来.
我是用格式工厂先转的MP3音频,格式工厂本身就有合并音频的功能,但合并很慢.
所以又google音频合并.
找到居然使用winRar就可以,而且效果很不错,速度快且可还原.

昨晚看过<流星花园>
虽然以前正其流行之时,在网吧好似看过一些.但现在已经没甚印象.
重看了下,感觉里面情节有些地方,非常幼稚.

2012-4-27 22:14:55
时间:2012-04-28 上午9:38:00   
标签: GAE, HOSTS, log, 晋剧, 翻墙, 赶会

2014-01-02 15:08:09 Migrated From Blogger