Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. [21/06/2018 00:41] ERROR owner load 69: ('invalid syntax', ('/home/pi/python3/Python-3.5.1/red-discordbot/cogs/test.py', 18, 14, ' await self.bot.say(rc)\n'))
  2. Traceback (most recent call last):
  3. File "/home/pi/python3/Python-3.5.1/red-discordbot/cogs/owner.py", line 946, in _load_cog
  4. mod_obj = importlib.import_module(cogname)
  5. File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module
  6. return _bootstrap._gcd_import(name[level:], package, level)
  7. File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  8. File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  9. File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  10. File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  11. File "<frozen importlib._bootstrap_external>", line 674, in exec_module
  12. File "<frozen importlib._bootstrap_external>", line 781, in get_code
  13. File "<frozen importlib._bootstrap_external>", line 741, in source_to_code
  14. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  15. File "/home/pi/python3/Python-3.5.1/red-discordbot/cogs/test.py", line 18
  16. await self.bot.say(rc)
  17. ^
  18. SyntaxError: invalid syntax
  19.  
  20. During handling of the above exception, another exception occurred:
  21.  
  22. Traceback (most recent call last):
  23. File "/home/pi/python3/Python-3.5.1/red-discordbot/cogs/owner.py", line 65, in load
  24. self._load_cog(module)
  25. File "/home/pi/python3/Python-3.5.1/red-discordbot/cogs/owner.py", line 950, in _load_cog
  26. raise CogLoadError(*e.args)
  27. cogs.owner.CogLoadError: ('invalid syntax', ('/home/pi/python3/Python-3.5.1/red-discordbot/cogs/test.py', 18, 14, ' await self.bot.say(rc)\n'))
  28. Traceback (most recent call last):
  29. File "/home/pi/python3/Python-3.5.1/red-discordbot/cogs/owner.py", line 946, in _load_cog
  30. mod_obj = importlib.import_module(cogname)
  31. File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module
  32. return _bootstrap._gcd_import(name[level:], package, level)
  33. File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  34. File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  35. File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  36. File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  37. File "<frozen importlib._bootstrap_external>", line 674, in exec_module
  38. File "<frozen importlib._bootstrap_external>", line 781, in get_code
  39. File "<frozen importlib._bootstrap_external>", line 741, in source_to_code
  40. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  41. File "/home/pi/python3/Python-3.5.1/red-discordbot/cogs/test.py", line 18
  42. await self.bot.say(rc)
  43. ^
  44. SyntaxError: invalid syntax
  45.  
  46. During handling of the above exception, another exception occurred:
  47.  
  48. Traceback (most recent call last):
  49. File "/home/pi/python3/Python-3.5.1/red-discordbot/cogs/owner.py", line 65, in load
  50. self._load_cog(module)
  51. File "/home/pi/python3/Python-3.5.1/red-discordbot/cogs/owner.py", line 950, in _load_cog
  52. raise CogLoadError(*e.args)
  53. cogs.owner.CogLoadError: ('invalid syntax', ('/home/pi/python3/Python-3.5.1/red-discordbot/cogs/test.py', 18, 14, ' await self.bot.say(rc)\n'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement