Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when I type the password correctly. #3

Open
Rongyu68 opened this issue Mar 29, 2022 · 0 comments
Open

Error when I type the password correctly. #3

Rongyu68 opened this issue Mar 29, 2022 · 0 comments

Comments

@Rongyu68
Copy link

~/keystroke-dynamics-datagen$ python3 record_keystroke.py
Enter your name: alex_rep1
enter 2 times more!
Enter '.tie5Roanl' : .tie5Roanl
pwd correct!
Traceback (most recent call last):
File "record_keystroke.py", line 99, in
key_timings[key.lower()]["keyDown"] - key_timings[key]["keyUp"]
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "record_keystroke.py", line 102, in
key_timings[key]["keyDown"] - key_timings[key]["keyUp"]
TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'

Could you please tell me how to debug with that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant