-
Notifications
You must be signed in to change notification settings - Fork 223
Description
Exception happened during processing of request from ('10.0.0.3', 5172) Traceback (most recent call last): File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 652, in __init__ self.handle() File "dnschef.py", line 329, in handle response = self.parse(data) File "dnschef.py", line 101, in parse response.add_answer(RR(qname, getattr(QTYPE,qtype), rdata=RDMAP[qtype](ipv6_hex_tuple))) File "/usr/local/lib/python2.7/dist-packages/dnslib/dns.py", line 1184, in __init__ self.data = tuple(data) File "/usr/local/lib/python2.7/dist-packages/dnslib/ranges.py", line 124, in setter (attr,n,val)) ValueError: Attribute 'data' must be tuple with 16 elements [(10, 0, 0, 2)]