PythonProtector icon indicating copy to clipboard operation
PythonProtector copied to clipboard

Bug: TypeError: ProtectorObservable.dispatch() missing 1 required positional argument: 'module'

Open SORROWMX opened this issue 1 year ago • 2 comments

Prerequisites

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

SORROWMX avatar Aug 23 '24 13:08 SORROWMX

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

xFGhoul avatar Dec 18 '24 04:12 xFGhoul

Hey there, just pushed an commit to master that should hopefully update this module to a somewhat usable version..going to bed now.

xFGhoul avatar Dec 18 '24 04:12 xFGhoul