更新后“http“的网址都无法访问
Closed this issue · 20 comments
What steps will reproduce the problem?
1.更新后“http“的网址都无法访问,“https”的没有问题 。
2.点选“国内路由”后,和访问国内的网站,国外“http”的��
�址依然无法访问。
What version of the product are you using? On what operating system?
android 2.3.5,goagent 0.15.x
Please provide any additional information below.
换回之前的版本0.14.5没有问题。
Original issue reported on code.google.com by xmzhuang...@gmail.com
on 24 Dec 2011 at 4:34
安装0.15.X版之前请卸载之前的版本。
Original comment by max.c...@gmail.com
on 24 Dec 2011 at 4:40
试过了,刚刚又卸载了旧版,重新用新版本(0.15.3)安装了��
�遍,还是一样的问题。
Original comment by xmzhuang...@gmail.com
on 24 Dec 2011 at 5:39
错误的提示
Original comment by xmzhuang...@gmail.com
on 24 Dec 2011 at 6:16
Attachments:
1. 你的手机型号?
2.
重启你的设备,启动GAEProxy,选中“全局代理”、“HTTPS代理�
��选项,启用代理。
3. 执行
adb logcat > c:\log.txt
将log文件发上来。
4. 接着在 adb shell 中执行以下命令:
su
cd /sdcard/
ps | grep gaeproxy
ps | grep python
ps | grep redsocks
netstat
http_proxy=http://127.0.0.1:1984 wget http://twitter.com
cat index.html | grep twitter.com
同样把结果发上来。
Original comment by max.c...@gmail.com
on 24 Dec 2011 at 6:26
[deleted comment]
[deleted comment]
第一条写错了,应该是
ls -l /data/data/org.gaeproxy/python/bin/python
Original comment by max.c...@gmail.com
on 24 Dec 2011 at 7:16
[deleted comment]
Traceback (most recent call last):
File "/data/data/org.gaeproxy/goagent.py", line 907, in <module>
main()
File "/data/data/org.gaeproxy/goagent.py", line 903, in main
httpd = LocalProxyServer((common.LISTEN_IP, common.LISTEN_PORT), LocalProxyH
andler)
File "/home/robbie/python-for-android/python-build/output/usr/lib/python2.6/So
cketServer.py", line 400, in __init__
File "/home/robbie/python-for-android/python-build/output/usr/lib/python2.6/Ba
seHTTPServer.py", line 108, in server_bind
File "/home/robbie/python-for-android/python-build/output/usr/lib/python2.6/So
cketServer.py", line 411, in server_bind
File "<string>", line 1, in bind
socket.error: [Errno 98] Address already in use
你手机上已经有程序占用了1984端口,导致goagent模块无法启动
。
Original comment by max.c...@gmail.com
on 24 Dec 2011 at 7:25
换了一个端口,问题还是一样
Original comment by xmzhuang...@gmail.com
on 24 Dec 2011 at 7:30
而且一换回旧版就好了
Original comment by xmzhuang...@gmail.com
on 24 Dec 2011 at 7:31
[deleted comment]
[deleted comment]
在GAEProxy中把端口改为8088,再试试看能否使用。
Original comment by max.c...@gmail.com
on 24 Dec 2011 at 7:46
不行
麻烦你了,如果是我个别问题就算了吧
Original comment by xmzhuang...@gmail.com
on 24 Dec 2011 at 7:51
最后能麻烦你把回复中的用户名和密码删除吗
Original comment by xmzhuang...@gmail.com
on 24 Dec 2011 at 8:00
观察到的一些问题:
1. 端口占用情况异常,甚至低位端口上也出现占用,比如 53
端口。
2.
从Log中看,python无法由程序启动,但从adb下启动没有问题。
帮你调整了一下脚本,试试附件中的版本。
密码相关的内容,我会删除的。
Original comment by max.c...@gmail.com
on 24 Dec 2011 at 8:06
Attachments:
好了,问题解决了。非常感谢你的帮助。
我想可能是rom的问题
Original comment by xmzhuang...@gmail.com
on 24 Dec 2011 at 8:14
Original comment by max.c...@gmail.com
on 28 Dec 2011 at 2:55
- Changed state: Done
查看端口占用:sudo netstat -antup
杀进程:kill -9 进程号
Original comment by yao...@gmail.com
on 14 Apr 2012 at 4:49