proxybroker2 icon indicating copy to clipboard operation
proxybroker2 copied to clipboard

find and save not working

Open kniknik2442 opened this issue 1 year ago • 0 comments

I've been using proxybroker for about a day, and I am running through the examples and I noticed that the find_and_save example is not working for me. I'm inputting the exact same file but I added a line to fix the #147 error as well as import sys, but I don't think these are the issue. FYI, I'm running 3.9.6 on a pretty scuffed version of the command prompt because I'm not admin on this computer and the command line is blocked so I'm using a workaround. That's beside the point, but I don't think this is the cause either. So I'm entering this code: image and getting this output:

C:\Windows\system32\cmd.exe \Enter Command:python find_and_save.py 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. DeprecationWarning: Enable tracemalloc to get the object allocation traceback asyncio\trsock.py:20: DeprecationWarning: Using recv() 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. DeprecationWarning: Enable tracemalloc to get the object allocation traceback asyncio\trsock.py:20: DeprecationWarning: Using close() 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. DeprecationWarning: Enable tracemalloc to get the object allocation traceback

Anyone know how to fix this?

kniknik2442 avatar Mar 19 '24 01:03 kniknik2442