lihas / NeuroPy

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

Exception in thread Thread-1: #11

Open zoyaazhar opened 6 years ago

zoyaazhar commented 6 years ago

I am getting the following error after running the script Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 505, in run self.target(*self.args, **self.kwargs) File "/home/pi/NeuroPy/NeuroPy/NeuroPy.py", line 146, in packetParser p1 = self.__srl.read(1).encode("hex") # read first 2 packets

rockangator commented 4 years ago

Where you able to solve it?