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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: