-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Issues: constverum/ProxyBroker
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
#203
opened Apr 8, 2024 by
jfrenl
TypeError: Queue.__init__() got an unexpected keyword argument 'loop'
#200
opened Jul 20, 2023 by
tainguyen7696
/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
opened Jul 15, 2023 by
m0x61h0x64i
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
#194
opened Aug 3, 2022 by
sova32
TypeError: function() argument 'code' must be code, not str
#191
opened Dec 23, 2021 by
AirHeadsbuirse
Previous Next
ProTip!
Adding no:label will show everything without a label.