dnaextrim / python_zklib

Attendance Machine Libraries for python with a connection to the network using the UDP protocol and port 4370
GNU General Public License v2.0
78 stars 122 forks source link

getAttendance() not complete working #4

Open amar989ms opened 8 years ago

amar989ms commented 8 years ago

when i get attadance list, but last one record not get it. example: 10record attendance on ZK terminal, get it 9 record arrived

iwantantono commented 8 years ago

Same problem

Pesan Platform: ~Platform=ZEM560_TFT Pesan Platform Version: ~ZKFPVersion=10

omarouhari commented 8 years ago

same problem. did you found a solution. If yes please let me know.

mohala562 commented 8 years ago

I was able to fix it take a look

ienasaj commented 8 years ago

Hello, happened same to me, the last record from device not received, i using iface202. Some one know how to fix?

fananimi commented 8 years ago

Hi all, I was develop a new zk library, you may try this one pyzk , some code copy from python_zklib . Currently still on development process. I also create django app to manage multiple zk terminal in single web application, zkcluster , it's works with ZEM560_TFT .

egrovepython12 commented 7 years ago

@Hi all,I used pyzk package ,as I used the get_attendance method to getting whole attendance log details
in python unicode string as socket output data, as I want to read that data and proceed it further to get the attendance log of user check-in and check -out time details.Please help me with any solution...

keith88 commented 5 years ago

Hi, how do we fix the issue of last record not able to update ?