-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi,
proxyhub is giving error. When I use the cmd it gives the following error:
\AppData\Local\Programs\Python\Python311\Lib\site-packages\proxyhub\cli.py:449: DeprecationWarning: There is no current event loop loop.run_until_complete(asyncio.gather(*tasks)) C:\Users\nirjo\AppData\Local\Programs\Python\Python311\Lib\site-packages\proxyhub\providers.py:77: DeprecationWarning: The object should be created within an async function async with aiohttp.ClientSession( C:\Users\nirjo\AppData\Local\Programs\Python\Python311\Lib\site-packages\aiohttp\connector.py:776: DeprecationWarning: The object should be created within an async function super().__init__( C:\Users\nirjo\AppData\Local\Programs\Python\Python311\Lib\site-packages\aiohttp\cookiejar.py:84: DeprecationWarning: The object should be created within an async function super().__init__(loop=loop)