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
List characteristics shows a error instead of the characteristics:
>> 06 09 05 00 04 00 1b 4b 00 4c 00
btlejack> Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/btlejack-2.0.0-py3.8.egg/btlejack/__init__.py", line 355, in main
supervisor.process_packets()
File "/usr/lib/python3.8/site-packages/btlejack-2.0.0-py3.8.egg/btlejack/supervisors.py", line 38, in process_packets
self.on_packet_received(pkt)
File "/usr/lib/python3.8/site-packages/btlejack-2.0.0-py3.8.egg/btlejack/ui.py", line 663, in on_packet_received
super().on_packet_received(packet)
File "/usr/lib/python3.8/site-packages/btlejack-2.0.0-py3.8.egg/btlejack/supervisors.py", line 331, in on_packet_received
self.on_ll_packet(packet)
File "/usr/lib/python3.8/site-packages/btlejack-2.0.0-py3.8.egg/btlejack/ui.py", line 628, in on_ll_packet
self._pt.on_ll_packet(packet)
File "/usr/lib/python3.8/site-packages/btlejack-2.0.0-py3.8.egg/btlejack/ui.py", line 274, in on_ll_packet
response = L2CAP.from_bytes(packet.data[12:]).payload.payload
AttributeError: 'NoneType' object has no attribute 'payload'
I get this error nearly everytime I use it. I rarely get the desired output.
Thanks & best regards,
Emanuel
The text was updated successfully, but these errors were encountered:
No, the device does not pair at all. I'm able to sniff new connections and also use the write command in hijacked connections. Only the discover command does not work.
Hi
Issue
The
discover
command in a hijacked connection does not always work.Steps to reproduce
Hijack a connection:
List characteristics shows a error instead of the characteristics:
I get this error nearly everytime I use it. I rarely get the desired output.
Thanks & best regards,
Emanuel
The text was updated successfully, but these errors were encountered: