You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the CurlImpersonateHttpClient adds this warning message upon program start, which doesn't seem to be fixed if I add in the command that it asks for
.venv\Lib\site-packages\curl_cffi\aio.py:137: 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())
Using the
CurlImpersonateHttpClient
adds this warning message upon program start, which doesn't seem to be fixed if I add in the command that it asks forOriginally posted by @MrTyton in #486 (comment)
The text was updated successfully, but these errors were encountered: