beacontools icon indicating copy to clipboard operation
beacontools copied to clipboard

Index out of range error in scanner.py

Open jslay77 opened this issue 3 years ago • 0 comments

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/home/jslay/.local/lib/python3.8/site-packages/beacontools/scanner.py", line 153, in run
    subevent = to_int(pkt[3])
IndexError: index out of range

jslay77 avatar Aug 15 '21 11:08 jslay77