Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find and save not working #161

Open
kniknik2442 opened this issue Mar 19, 2024 · 0 comments
Open

find and save not working #161

kniknik2442 opened this issue Mar 19, 2024 · 0 comments

Comments

@kniknik2442
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant