Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Ignoring exception in command getcard
  2. Traceback (most recent call last):
  3. File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\site-packages\discord\ext\commands\core.py", line 50, in wrapped
  4. ret = yield from coro(*args, **kwargs)
  5. File "C:/Users/User/PycharmProjects/bot1.1/botBase.py", line 365, in getcard
  6. card = scrython.cards.Named(fuzzy=getCard)
  7. File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\site-packages\scrython\cards\named.py", line 18, in __init__
  8. super(Named, self).__init__(self.url)
  9. File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\site-packages\scrython\cards\cards_object.py", line 25, in __init__
  10. loop.run_until_complete(main(loop))
  11. File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\asyncio\base_events.py", line 454, in run_until_complete
  12. self.run_forever()
  13. File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\asyncio\base_events.py", line 408, in run_forever
  14. raise RuntimeError('This event loop is already running')
  15. RuntimeError: This event loop is already running
  16.  
  17. The above exception was the direct cause of the following exception:
  18.  
  19. Traceback (most recent call last):
  20. File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\site-packages\discord\ext\commands\bot.py", line 846, in process_commands
  21. yield from command.invoke(ctx)
  22. File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\site-packages\discord\ext\commands\core.py", line 374, in invoke
  23. yield from injected(*ctx.args, **ctx.kwargs)
  24. File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\site-packages\discord\ext\commands\core.py", line 54, in wrapped
  25. raise CommandInvokeError(e) from e
  26. discord.ext.commands.errors.CommandInvokeError: Command raised an exception: RuntimeError: This event loop is already running
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement