Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. Ignoring exception in command ping
  2. Traceback (most recent call last):
  3. File "/usr/local/lib/python3.6/site-packages/discord/ext/commands/core.py", line 50, in wrapped
  4. ret = yield from coro(*args, **kwargs)
  5. File "bot.py", line 18, in ping
  6. ip = await socket.gethostbyname(arg)
  7. socket.gaierror: [Errno -2] Name or service not known
  8.  
  9. The above exception was the direct cause of the following exception:
  10.  
  11. Traceback (most recent call last):
  12. File "/usr/local/lib/python3.6/site-packages/discord/ext/commands/bot.py", line 846, in process_commands
  13. yield from command.invoke(ctx)
  14. File "/usr/local/lib/python3.6/site-packages/discord/ext/commands/core.py", line 374, in invoke
  15. yield from injected(*ctx.args, **ctx.kwargs)
  16. File "/usr/local/lib/python3.6/site-packages/discord/ext/commands/core.py", line 54, in wrapped
  17. raise CommandInvokeError(e) from e
  18. discord.ext.commands.errors.CommandInvokeError: Command raised an exception: gaierror: [Errno -2] Name or service not known
  19. Ignoring exception in command ping
  20. Traceback (most recent call last):
  21. File "/usr/local/lib/python3.6/site-packages/discord/ext/commands/core.py", line 50, in wrapped
  22. ret = yield from coro(*args, **kwargs)
  23. File "bot.py", line 18, in ping
  24. ip = await socket.gethostbyname(arg)
  25. socket.gaierror: [Errno -2] Name or service not known
  26.  
  27. The above exception was the direct cause of the following exception:
  28.  
  29. Traceback (most recent call last):
  30. File "/usr/local/lib/python3.6/site-packages/discord/ext/commands/bot.py", line 846, in process_commands
  31. yield from command.invoke(ctx)
  32. File "/usr/local/lib/python3.6/site-packages/discord/ext/commands/core.py", line 374, in invoke
  33. yield from injected(*ctx.args, **ctx.kwargs)
  34. File "/usr/local/lib/python3.6/site-packages/discord/ext/commands/core.py", line 54, in wrapped
  35. raise CommandInvokeError(e) from e
  36. discord.ext.commands.errors.CommandInvokeError: Command raised an exception: gaierror: [Errno -2] Name or service not known
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement