xp4xbox / Puffader

Python 2.7 is obsolete, please use https://github.com/xp4xbox/Python-Keylogger
MIT License
50 stars 27 forks source link

Logging keyboard error. #49

Closed ArlenRicard closed 6 years ago

ArlenRicard commented 6 years ago

I compiled the file, and I'm running the test on local computer, and configured to save the logs to a file. Recompiling a script multiple times after the problem, but the same error persisted in all tests, and no log file was generated. The following tests are performed on virtual machines on the Windows 10 and Windows 7 operating systems. The following error is displayed by the Puffader log:

`Exception in thread Thread-5: Traceback (most recent call last): File "threading.pyc", line 801, in __bootstrap_inner File "threading.pyc", line 754, in run TypeError: StoreMessagesLocal() takes exactly 1 argument (138 given)

Exception in thread Thread-7: Traceback (most recent call last): File "threading.pyc", line 801, in __bootstrap_inner File "threading.pyc", line 754, in run TypeError: StoreMessagesLocal() takes exactly 1 argument (185 given)

Exception in thread Thread-11: Traceback (most recent call last): File "threading.pyc", line 801, in __bootstrap_inner File "threading.pyc", line 754, in run TypeError: StoreMessagesLocal() takes exactly 1 argument (349 given)`

xp4xbox commented 6 years ago

I have seen this before, for some reason it is passing in all of the characters as arguments.

xp4xbox commented 6 years ago

Try the latest commit.

ArlenRicard commented 6 years ago

@xp4xbox thanks for the speed in solving the problem! The last commit, solved my problem, thank you!