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