Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

抓取hash值期间总是会报错 #4

Open
Richrain opened this issue Jun 23, 2015 · 1 comment
Open

抓取hash值期间总是会报错 #4

Richrain opened this issue Jun 23, 2015 · 1 comment

Comments

@Richrain
Copy link

Exception happened during processing of request from ('78.37.74.47', 27200)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/SocketServer.py", line 582, in process_request_thread
self.finish_request(request, client_address)
File "/usr/local/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/lib/python2.7/SocketServer.py", line 639, in init
self.handle()
File "/opt/DHT-woodworm/btdht/btdht.py", line 37, in handle
msg_type = message["y"]
KeyError: 'y

@NanYoMy
Copy link
Owner

NanYoMy commented Jun 24, 2015

try except一下

发自我的 Windows Phone


发件人: Richmailto:[email protected]
发送时间: ‎2015/‎6/‎24 0:08
收件人: NanYoMy/DHT-woodwormmailto:[email protected]
主题: [DHT-woodworm] 抓取hash值期间总是会报错 (#4)

Exception happened during processing of request from ('78.37.74.47', 27200)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/SocketServer.py", line 582, in process_request_thread
self.finish_request(request, client_address)
File "/usr/local/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/lib/python2.7/SocketServer.py", line 639, in init
self.handle()
File "/opt/DHT-woodworm/btdht/btdht.py", line 37, in handle
msg_type = message["y"]
KeyError: 'y


Reply to this email directly or view it on GitHub:
#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants