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
Not sure if this is hindering any functionality of tool I get results as expected but this shows up everytime I run this tool
/usr/local/lib/python3.10/dist-packages/proxybroker/cli.py:443: DeprecationWarning: There is no current event loop
loop.run_until_complete(asyncio.gather(*tasks))
/usr/lib/python3.10/asyncio/trsock.py:20: DeprecationWarning: Using send() method on sockets returned from get_extra_info('socket') will be prohibited in asyncio 3.9. Please report your use case to bugs.python.org.
warnings.warn(
The text was updated successfully, but these errors were encountered:
Not sure if this is hindering any functionality of tool I get results as expected but this shows up everytime I run this tool
/usr/local/lib/python3.10/dist-packages/proxybroker/cli.py:443: DeprecationWarning: There is no current event loop
loop.run_until_complete(asyncio.gather(*tasks))
/usr/lib/python3.10/asyncio/trsock.py:20: DeprecationWarning: Using send() method on sockets returned from get_extra_info('socket') will be prohibited in asyncio 3.9. Please report your use case to bugs.python.org.
warnings.warn(
The text was updated successfully, but these errors were encountered: