PDA

View Full Version : setoolkit attributeError



Pabasara
2020-01-28, 08:44
Exception happened during processing of request from ('192.168.8.113', 39100)
Traceback (most recent call last):
File "/usr/lib/python3.7/socketserver.py", line 720, in __init__
self.handle()
File "/usr/lib/python3.7/http/server.py", line 426, in handle
self.handle_one_request()
File "/usr/lib/python3.7/http/server.py", line 394, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
AttributeError: 'SETHandler' object has no attribute 'rfile'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.7/socketserver.py", line 650, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python3.7/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python3.7/socketserver.py", line 722, in __init__
self.finish()
File "/usr/lib/python3.7/socketserver.py", line 777, in finish
if not self.wfile.closed:
AttributeError: 'SETHandler' object has no attribute 'wfile'
----------------------------------------
----------------------------------------
Exception happened during processing of request from ('192.168.8.113', 39102)
Traceback (most recent call last):
File "/usr/lib/python3.7/socketserver.py", line 720, in __init__
self.handle()
File "/usr/lib/python3.7/http/server.py", line 426, in handle
self.handle_one_request()
File "/usr/lib/python3.7/http/server.py", line 394, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
AttributeError: 'SETHandler' object has no attribute 'rfile'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.7/socketserver.py", line 650, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python3.7/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python3.7/socketserver.py", line 722, in __init__
self.finish()
File "/usr/lib/python3.7/socketserver.py", line 777, in finish
if not self.wfile.closed:
AttributeError: 'SETHandler' object has no attribute 'wfile'
----------------------------------------
----------------------------------------
Exception happened during processing of request from ('192.168.8.113', 39104)
Traceback (most recent call last):
File "/usr/lib/python3.7/socketserver.py", line 720, in __init__
self.handle()
File "/usr/lib/python3.7/http/server.py", line 426, in handle
self.handle_one_request()
File "/usr/lib/python3.7/http/server.py", line 394, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
AttributeError: 'SETHandler' object has no attribute 'rfile'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.7/socketserver.py", line 650, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python3.7/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python3.7/socketserver.py", line 722, in __init__
self.finish()
File "/usr/lib/python3.7/socketserver.py", line 777, in finish
if not self.wfile.closed:
AttributeError: 'SETHandler' object has no attribute 'wfile'
----------------------------------------
----------------------------------------
Exception happened during processing of request from ('192.168.8.113', 39106)
Traceback (most recent call last):
File "/usr/lib/python3.7/socketserver.py", line 720, in __init__
self.handle()
File "/usr/lib/python3.7/http/server.py", line 426, in handle
self.handle_one_request()
File "/usr/lib/python3.7/http/server.py", line 394, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
AttributeError: 'SETHandler' object has no attribute 'rfile'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.7/socketserver.py", line 650, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python3.7/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python3.7/socketserver.py", line 722, in __init__
self.finish()
File "/usr/lib/python3.7/socketserver.py", line 777, in finish
if not self.wfile.closed:
AttributeError: 'SETHandler' object has no attribute 'wfile'
----------------------------------------

how to fix this?:confused::confused: