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
/home/user/.local/lib/python3.10/site-packages/proxybroker/cli.py:379: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() Traceback (most recent call last): File "/home/user/.local/bin/proxybroker", line 8, in <module> sys.exit(cli()) File "/home/user/.local/lib/python3.10/site-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
#199
Open
m0x61h0x64i opened this issue
Jul 15, 2023
· 0 comments
/home/user/.local/lib/python3.10/site-packages/proxybroker/cli.py:379: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
Traceback (most recent call last):
File "/home/user/.local/bin/proxybroker", line 8, in
sys.exit(cli())
File "/home/user/.local/lib/python3.10/site-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
i ran the following command on a linux system after installing the dependencies and i got the top error:
proxybroker find --types HTTP HTTPS --lvl High --countries US --strict -l 10
i have python3 & pip3 installed
The text was updated successfully, but these errors were encountered:
/home/user/.local/lib/python3.10/site-packages/proxybroker/cli.py:379: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
Traceback (most recent call last):
File "/home/user/.local/bin/proxybroker", line 8, in
sys.exit(cli())
File "/home/user/.local/lib/python3.10/site-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
i ran the following command on a linux system after installing the dependencies and i got the top error:
proxybroker find --types HTTP HTTPS --lvl High --countries US --strict -l 10
i have python3 & pip3 installed
The text was updated successfully, but these errors were encountered: