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

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

Open
3 tasks done
SORROWMX opened this issue Aug 23, 2024 · 2 comments

Comments

@SORROWMX
Copy link

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

@xFGhoul
Copy link
Owner

xFGhoul commented Dec 18, 2024

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
Copy link
Owner

xFGhoul commented Dec 18, 2024

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

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

2 participants