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

AsyncStealthSession Windows #2

Open
MrGrasss opened this issue Nov 25, 2024 · 0 comments
Open

AsyncStealthSession Windows #2

MrGrasss opened this issue Nov 25, 2024 · 0 comments

Comments

@MrGrasss
Copy link

Anytime I try to use AsyncStealthSession I get this warning which I can't seem to remove:

RuntimeWarning:
Proactor event loop does not implement add_reader family of methods required.
Registering an additional selector thread for add_reader support.
To avoid this warning use:
asyncio.set_event_loop_policy(WindowsSelectorEventLoopPolicy())

self.loop = _get_selector(loop if loop is not None else asyncio.get_running_loop())

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