You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`HTTP requests: Exception in thread Thread-1 (_listen):
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/scapy/packet.py", line 372, in getattr
fld, v = self.getfield_and_val(attr)
TypeError: cannot unpack non-iterable NoneType object
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1009, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 946, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.10/dist-packages/wifiphisher-1.4-py3.10.egg/wifiphisher/common/extensions.py", line 368, in _listen
dot11.sniff(
File "/usr/lib/python3/dist-packages/scapy/sendrecv.py", line 1036, in sniff
sniffer._run(*args, **kwargs)
File "/usr/lib/python3/dist-packages/scapy/sendrecv.py", line 989, in _run
session.on_packet_received(p)
File "/usr/lib/python3/dist-packages/scapy/sessions.py", line 82, in on_packet_received
result = self.prn(pkt)
File "/usr/local/lib/python3.10/dist-packages/wifiphisher-1.4-py3.10.egg/wifiphisher/common/extensions.py", line 338, in _process_packet
ext_pkts = extension.get_packet(pkt)
File "/usr/local/lib/python3.10/dist-packages/wifiphisher-1.4-py3.10.egg/wifiphisher/extensions/deauth.py", line 166, in get_packet
channel = ord(packet[dot11.Dot11Elt][2].info)
File "/usr/lib/python3/dist-packages/scapy/packet.py", line 374, in __getattr__
return self.payload.__getattr__(attr)
File "/usr/lib/python3/dist-packages/scapy/packet.py", line 372, in __getattr__
fld, v = self.getfield_and_val(attr)
File "/usr/lib/python3/dist-packages/scapy/packet.py", line 1600, in getfield_and_val
raise AttributeError(attr)
AttributeError: info `
The text was updated successfully, but these errors were encountered:
hey, can someone tell me what this issue is?
`HTTP requests: Exception in thread Thread-1 (_listen):
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/scapy/packet.py", line 372, in getattr
fld, v = self.getfield_and_val(attr)
TypeError: cannot unpack non-iterable NoneType object
The text was updated successfully, but these errors were encountered: