lihas / NeuroPy

NeuroPy library written in python to connect, interact and get data from neurosky's MindWave EEG headset.
88 stars 54 forks source link

Index OutofBound #16

Closed dweidai closed 5 years ago

dweidai commented 5 years ago

I am constantly receiving this error running the sample program

Unhandled exception in thread started by <bound method NeuroPy.packetParser of <NeuroPy.NeuroPy.NeuroPy object at 0x10f3471d0>> Traceback (most recent call last): File "/Users/apple/Desktop/NeuroPy-0.1/NeuroPy/NeuroPy.py", line 106, in packetParser i=i+1; self.attention=int(payload[i],16) IndexError: list index out of range

Is there any fix to this?

dataplayer12 commented 5 years ago

@dweidai Did you find a solution to this problem? I am getting the same error.