Bug: TypeError: ProtectorObservable.dispatch() missing 1 required positional argument: 'module'
Prerequisites
- [X] I have read the Contributing Guidelines.
- [X] I agree to follow the Code of Conduct.
- [X] I have searched for existing issues that already report this problem, without success.
Current Behavior
when pyrotector detect pefile installed i got this error
Expected Behavior
close programm idk
Steps to Reproduce
install pefile
Full Traceback
Traceback (most recent call last): File "C:\Users\SORROW\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1045, in _bootstrap_inner self.run() File "C:\Users\SORROW\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 982, in run self._target(*self._args, **self._kwargs) File "C:\Users\SORROW\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyprotector\modules\miscellaneous.py", line 387, in StartChecks self.CheckImports() File "C:\Users\SORROW\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyprotector\modules\miscellaneous.py", line 223, in CheckImports self.event.dispatch( TypeError: ProtectorObservable.dispatch() missing 1 required positional argument: 'module'
Additional Information
No response
can you try again on master and tell me if this still happens?
edit: I will be updating this module tomorrow godwilling with it's much needed patches and fixes
Hey there, just pushed an commit to master that should hopefully update this module to a somewhat usable version..going to bed now.