google-code-export / wallproxy-plugins

Automatically exported from code.google.com/p/wallproxy-plugins
0 stars 0 forks source link

出现错误 #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
------------------------------------------------------------------------------
main_ver: 1.0.6
listen: 127.0.0.1:8086
keep_alive: True
------------------------------------------------------------------------------
Initializing "plugins.hosts#0.0.4" with "hosts": local dns mapping
 updated 0,1 dns mapping
Initializing "plugins.rawproxy#0.0.1" with "rawproxy": General Proxy
Initializing "plugins.fakehttps#0.0.3" with "fakehttps": https to http
 SSL module support: YES
 OpenSSL module support: NO
Initializing "plugins.gaeproxy#0.0.6" with "gaeproxy": Proxy based on GAE
Traceback (most recent call last):
  File "/home/jadeity/wallproxy/src.zip/plugins/gaeproxy.py", line 351, in init
    server[i] = cls(v)
  File "/home/jadeity/wallproxy/src.zip/plugins/gaeproxy.py", line 30, in __init__
    setattr(self.__class__, k, v(config[k]))
  File "/home/jadeity/wallproxy/src.zip/util/crypto.py", line 66, in __init__
    cipherlib = __import__('Crypto.Cipher.'+self.cipher, fromlist='x')
ImportError: No module named Crypto.Cipher.AES
 http://jlrtum.appspot.com/fetch.php XOR--32 100000 500000 5
 http://loxtmo.appspot.com/fetch.php XOR--32 100000 500000 5
 http://oajqzt.appspot.com/fetch.php XOR--32 100000 500000 5
 http://ojictu.appspot.com/fetch.php XOR--32 100000 500000 5
 http://puqrha.appspot.com/fetch.php XOR--32 100000 500000 5
Initializing "plugins.autoproxy#0.0.1" with "autoproxy": AutoProxy
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 52234)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 582, in process_request_thread
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 639, in __init__
    self.handle()
  File "/home/jadeity/wallproxy/src.zip/ProxyServer.py", line 93, in handle
    self.handle_http_request()
  File "/home/jadeity/wallproxy/src.zip/ProxyServer.py", line 235, in handle_http_request
    self._handle_with_plugin(handler)
  File "/home/jadeity/wallproxy/src.zip/ProxyServer.py", line 141, in _handle_with_plugin
    handler.handle(obj, self)
AttributeError: 'NoneType' object has no attribute 'handle'
----------------------------------------
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 52235)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 582, in process_request_thread
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 639, in __init__
    self.handle()
  File "/home/jadeity/wallproxy/src.zip/ProxyServer.py", line 93, in handle
    self.handle_http_request()
  File "/home/jadeity/wallproxy/src.zip/ProxyServer.py", line 235, in handle_http_request
    self._handle_with_plugin(handler)
  File "/home/jadeity/wallproxy/src.zip/ProxyServer.py", line 141, in _handle_with_plugin
    handler.handle(obj, self)
AttributeError: 'NoneType' object has no attribute 'handle'
----------------------------------------
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 52236)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 582, in process_request_thread
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 639, in __init__
    self.handle()
  File "/home/jadeity/wallproxy/src.zip/ProxyServer.py", line 93, in handle
    self.handle_http_request()
  File "/home/jadeity/wallproxy/src.zip/ProxyServer.py", line 235, in handle_http_request
    self._handle_with_plugin(handler)
  File "/home/jadeity/wallproxy/src.zip/ProxyServer.py", line 141, in _handle_with_plugin
    handler.handle(obj, self)
AttributeError: 'NoneType' object has no attribute 'handle'
----------------------------------------
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 52237)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 582, in process_request_thread
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 639, in __init__
    self.handle()
  File "/home/jadeity/wallproxy/src.zip/ProxyServer.py", line 93, in handle
    self.handle_http_request()
  File "/home/jadeity/wallproxy/src.zip/ProxyServer.py", line 235, in handle_http_request
    self._handle_with_plugin(handler)
  File "/home/jadeity/wallproxy/src.zip/ProxyServer.py", line 141, in _handle_with_plugin
    handler.handle(obj, self)
AttributeError: 'NoneType' object has no attribute 'handle'
----------------------------------------
 Writing PAC to file...
 Done!
------------------------------------------------------------------------------

Original issue reported on code.google.com by jadeitym...@gmail.com on 2 Jun 2011 at 9:51

GoogleCodeExporter commented 9 years ago
错误提示是这条:ImportError: No module named Crypto.Cipher.AES
说明你的系统上缺少pyopenssl库,你用的是linux吧?
到包管理器中搜索pyopenssl安装即可

或者到服务端把加密模式改为XOR--32的

Original comment by dtma...@163.com on 6 Jun 2011 at 3:32