fingertec-tool icon indicating copy to clipboard operation
fingertec-tool copied to clipboard

error: socket.timeout: timed out

Open linsir opened this issue 8 years ago • 0 comments

I use the tool and get it:

Traceback (most recent call last):
  File "./fingerpick.py", line 320, in <module>
    args.func(args)
  File "./fingerpick.py", line 37, in brute_force
    f.connect(bf='bf_enabled', start=args.start, end=args.end)
  File "./fingerpick.py", line 185, in connect
    self.send_command(1000, bf=bf, start=start, end=end)
  File "./fingerpick.py", line 122, in send_command
    data, address = self.sock.recvfrom(1024)
socket.timeout: timed out

I use the zktime5.0 ,and use wireshark look at the packet. and they seem communicated over port TCP 4370.

any thoughts?

linsir avatar Mar 08 '17 07:03 linsir