lnln1111 / smartladder

Automatically exported from code.google.com/p/smartladder
0 stars 0 forks source link

今天打开 GoAgent+突然发生exception了 #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
昨天还是好用来着,今天就杯具了。
控制台输出如下:

正在生成代理配置
Traceback (most recent call last):
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\urllib\request.py", line 1248, in do_open
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\http\client.py", line 1061, in request
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\http\client.py", line 1099, in _send_request
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\http\client.py", line 1057, in endheaders
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\http\client.py", line 902, in _send_output
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\http\client.py", line 840, in send
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\http\client.py", line 1194, in connect
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\socket.py", line 417, in create_connection
socket.gaierror: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\Python33\lib\site-packages\cx_Freeze\initscripts\Console3.py", line 2
7, in <module>
  File "python33.py", line 86, in <module>
  File "lovejiani", line 8, in <module>
    f = urllib.request.urlopen(url="https://66.wf/v/").read().translate(fly)
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\urllib\request.py", line 156, in urlopen
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\urllib\request.py", line 469, in open
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\urllib\request.py", line 487, in _open
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\urllib\request.py", line 447, in _call_chain
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\urllib\request.py", line 1283, in https_open
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\urllib\request.py", line 1251, in do_open
urllib.error.URLError: <urlopen error [Errno 11001] getaddrinfo failed>
代理已启动
Traceback (most recent call last):
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\configparser.py", line 779, in get
  File "D:\Python33\lib\collections\__init__.py", line 790, in __getitem__
  File "D:\Python33\lib\collections\__init__.py", line 782, in __missing__
KeyError: 'password'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\Python33\lib\site-packages\cx_Freeze\initscripts\Console3.py", line 2
7, in <module>
  File "python33.py", line 86, in <module>
  File "proxy.py", line 1016, in <module>
    common = Common()
  File "proxy.py", line 897, in __init__
    self.GAE_PASSWORD = self.CONFIG.get('gae', 'password').strip()
  File "C:\Users\Administrator\Downloads\smartladder-master\Goagent+\Goagent+\py
thon33.zip\configparser.py", line 782, in get
configparser.NoOptionError: No option 'password' in section: 'gae'
请按任意键继续. . .

Original issue reported on code.google.com by legendar...@gmail.com on 29 May 2013 at 3:47

GoogleCodeExporter commented 9 years ago
过了几天,运行正常了又~

Original comment by legendar...@gmail.com on 1 Jun 2013 at 4:29