Python Forum
zklib fingerprint attendance problem - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: zklib fingerprint attendance problem (/thread-11861.html)



zklib fingerprint attendance problem - daemonsh - Jul-29-2018

Hello, i need some help about zklib library which link below. zkMachine.py is working but if machines finger id 2 digits. when 3 digits or 4 digits, fail. if finger id is 35 in machines, code normally working and i can see uid is 35 in raspberry. but if finger id is 350, i can see 35, if finger id 455, i can see 45 in rasberry pi. i think some parsing problem. i searched in zklib.py but i couldnt find any problem. i tried to reach owner of codes but he didnt answer to me :( i need to take all of finger uid. not only 2 digits. maybe you can help. thanks :)

https://github.com/Codefans-fan/zklib


RE: zklib fingerprint attendance problem - daemonsh - Jul-29-2018

ok. i made it. parsing problem. thanks