You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to check realtime for my Zkteco F18/ID machine. When I try to run I get following conclusion.
What I Did
D:\xampp\htdocs\tad-php-mysql\pyzatt-master\tests>python test_realtime.py
running manual test
?[1m?[32m
################################################################################
# TEST OF REALTIME FUNCTIONS
?[0m
?[1m?[32m
################################################################################
# 1.Realtime Test
?[0m
Invalid checksum
Bad start tag
Bad start tag
?[1m?[32mReady to receive events from the machine?[0m
Bad start tag
##################################################
Received event
Unknown event:
Traceback (most recent call last):
File "test_realtime.py", line 134, in <module>
test_realtime(opts)
File "test_realtime.py", line 123, in test_realtime
misc.print_hex(z.get_last_packet())
AttributeError: module 'pyzatt.misc' has no attribute 'print_hex'
The text was updated successfully, but these errors were encountered:
After digging out, I found the issue with z.read_all_user_id() function. When My machine get user more thean 940 then this function returns :
Invalid checksum
Bad start tag
Bad start tag
?[1m?[32mReady to receive events from the machine?[0m
Bad start tag
Description
I wanted to check realtime for my Zkteco F18/ID machine. When I try to run I get following conclusion.
What I Did
The text was updated successfully, but these errors were encountered: