vinaychandraka / Fingerprint_module_R305---Python_and_MySQL

Fingers enrolled using the R305 module and stored in a database along with the person's name. Next just by typing the persons name, his/her finger template can be stored or deleted in the R305 module ready for authentication.
9 stars 11 forks source link

List Index Out of Range error #7

Closed QuantumZer0 closed 3 years ago

QuantumZer0 commented 5 years ago

I have connected the reader to arduino mega 2560. i have created a database as mentioned. but i get this error.

F:\Fingerprint_module_R305---Python_and_MySQL-master>python upload.py Type done to exit Enter name : m Traceback (most recent call last): File "upload.py", line 142, in <module> if verifyFinger(): # if password is correct zero gets returned , else a non zero value (13H) gets returned and 'Verification Error' gets printed File "upload.py", line 106, in verifyFinger return s[4] IndexError: list index out of range