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
root@nextcounts:/ProxyBroker-master# proxybroker find --types HTTP HTTPS --lvl High --countries US --strict -l 10
Traceback (most recent call last):
File "/usr/local/bin/proxybroker", line 8, in
sys.exit(cli())
File "/usr/local/lib/python3.10/dist-packages/proxybroker/cli.py", line 380, in cli
proxies = asyncio.Queue(loop=loop)
File "/usr/lib/python3.10/asyncio/queues.py", line 34, in init
super().init(loop=loop)
File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in init
raise TypeError(
TypeError: As of 3.10, the loop parameter was removed from Queue() since it is no longer necessary
root@nextcounts:/ProxyBroker-master#
The text was updated successfully, but these errors were encountered:
root@nextcounts:
/ProxyBroker-master# proxybroker find --types HTTP HTTPS --lvl High --countries US --strict -l 10/ProxyBroker-master#Traceback (most recent call last):
File "/usr/local/bin/proxybroker", line 8, in
sys.exit(cli())
File "/usr/local/lib/python3.10/dist-packages/proxybroker/cli.py", line 380, in cli
proxies = asyncio.Queue(loop=loop)
File "/usr/lib/python3.10/asyncio/queues.py", line 34, in init
super().init(loop=loop)
File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in init
raise TypeError(
TypeError: As of 3.10, the loop parameter was removed from Queue() since it is no longer necessary
root@nextcounts:
The text was updated successfully, but these errors were encountered: