Getting this error on the console on Shack's hourly income.
[2023-06-04 17:00:00] [ERROR] discord.ext.tasks: Unhandled exception in internal background task 'hourly_income'.
11 | Traceback (most recent call last):
12 | File "/home/ubuntu/redenv/lib/python3.11/site-packages/discord/ext/tasks/__init__.py", line 239, in _loop
13 | await self.coro(*args, **kwargs)
14 | File "/home/ubuntu/data/starship_main/cogs/CogManager/cogs/tacoshack/tacoshack.py", line 163, in hourly_income
15 | await schedule.run_pending()
16 | File "/home/ubuntu/data/starship_main/cogs/Downloader/lib/aioschedule/__init__.py", line 544, in run_pending
17 | await default_scheduler.run_pending()
18 | File "/home/ubuntu/data/starship_main/cogs/Downloader/lib/aioschedule/__init__.py", line 111, in run_pending
19 | return await asyncio.wait(jobs, *args, **kwargs)
20 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21 | File "/usr/local/lib/python3.11/asyncio/tasks.py", line 415, in wait
22 | raise TypeError("Passing coroutines is forbidden, use tasks explicitly.")
23 | TypeError: Passing coroutines is forbidden, use tasks explicitly.
Getting this error on the console on Shack's
hourly income.[2023-06-04 17:00:00] [ERROR] discord.ext.tasks: Unhandled exception in internal background task 'hourly_income'.