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
I had added two id's of pokemons in the level.txt file but the first one leveled and the second one didn't. There is also one more issue, when we get level up alerts this error comes in the console and spammer stops working.
Here is the error:
Ignoring exception in on_message
Traceback (most recent call last):
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py", line 301, in _run_event
await coro(*args, **kwargs)
File "main.py", line 80, in on_message
spam.start()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/tasks/init.py", line 205, in start
raise RuntimeError('Task is already launched and is not completed.')
RuntimeError: Task is already launched and is not completed.
Overall your code is amazing but fixing this issue would help.
My contacts: nishanthalampally3@gmail.com
Discord: TheMinecrafter#3012
The text was updated successfully, but these errors were encountered:
I had added two id's of pokemons in the level.txt file but the first one leveled and the second one didn't. There is also one more issue, when we get level up alerts this error comes in the console and spammer stops working.
Here is the error:
Ignoring exception in on_message
Traceback (most recent call last):
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py", line 301, in _run_event
await coro(*args, **kwargs)
File "main.py", line 80, in on_message
spam.start()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/tasks/init.py", line 205, in start
raise RuntimeError('Task is already launched and is not completed.')
RuntimeError: Task is already launched and is not completed.
Overall your code is amazing but fixing this issue would help.
My contacts: nishanthalampally3@gmail.com
Discord: TheMinecrafter#3012
The text was updated successfully, but these errors were encountered: