We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running the bot on Python ver3.11.3 throws an error in the karen terminal as shown below.
Error:
05-26-23 23:07:16 [asyncio] ERROR: Task exception was never retrieved future: <Task finished name='Task-31' coro=<MechaKaren._connect_callback() done, defined at C:\Users\prana\OneDrive\Desktop\Villager-Bot\karen\karen.py:155> exception=TypeError('Passing coroutines is forbidden, use tasks explicitly.')> Traceback (most recent call last): File "C:\Users\prana\OneDrive\Desktop\Villager-Bot\karen\karen.py", line 157, in _connect_callback await self._update_guild_diffs() File "C:\Users\prana\OneDrive\Desktop\Villager-Bot\karen\karen.py", line 181, in _update_guild_diffs itertools.chain.from_iterable(await self.server.broadcast(PacketType.FETCH_GUILD_IDS)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\prana\OneDrive\Desktop\Villager-Bot\common\coms\server.py", line 112, in broadcast await asyncio.wait(broadcast_coros) File "E:\Program Files\Python311\Lib\asyncio\tasks.py", line 415, in wait raise TypeError("Passing coroutines is forbidden, use tasks explicitly.") TypeError: Passing coroutines is forbidden, use tasks explicitly. E:\Program Files\Python311\Lib\asyncio\base_events.py:1923: RuntimeWarning: coroutine 'Server._send' was never awaited handle = None # Needed to break cycles when an exception occurs. RuntimeWarning: Enable tracemalloc to get the object allocation traceback```
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe Bug
Running the bot on Python ver3.11.3 throws an error in the karen terminal as shown below.
Error:
The text was updated successfully, but these errors were encountered: