2023-06-16T14:49:33.619 [CRITICAL] Unhandled exception: Passing coroutines is forbidden, use tasks explicitly. Traceback (most recent call last): File "/home/ben/workspace/bitbot/bitbotd", line 157, in bot.run() File "/home/ben/workspace/bitbot/src/IRCBot.py", line 284, in run self._event_loop() File "/home/ben/workspace/bitbot/src/IRCBot.py", line 315, in _event_loop self._check() File "/home/ben/workspace/bitbot/src/IRCBot.py", line 433, in _check poll_timeout.call() File "/home/ben/workspace/bitbot/src/Timers.py", line 124, in call timer.callback(timer) File "/home/ben/workspace/bitbot/modules/rss.py", line 106, in _timer pages = utils.http.request_many(requests) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ben/workspace/bitbot/src/utils/http.py", line 309, in request_many loop.run_until_complete(task) File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/tasks.py", line 415, in wait raise TypeError("Passing coroutines is forbidden, use tasks explicitly.") TypeError: Passing coroutines is forbidden, use tasks explicitly.