Advertisement
GuyWithACleverName

Untitled

Jan 21st, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. The bot is now loading, please wait...
  2. Running on Python 3.6.0.final.0
  3. - Detecting uvloop...
  4. - Could not load uvloop
  5. - Loading bot code
  6. - Ready to start bot!
  7. INFO:bot:Init: Starting IO flusher
  8. fatal: Not a git repository (or any of the parent directories): .git
  9. ERROR:asyncio:Creating a client session outside of coroutine
  10. client_session: <aiohttp.client.ClientSession object at 0x03C425D0>
  11. INFO:bot:Init: Loading cogs
  12. INFO:bot:Init: Loading cog: cogs
  13. Traceback (most recent call last):
  14. File "goldmine.py", line 46, in <module>
  15. retval = core.main(use_uvloop)
  16. File "C:\Users\stunt\Downloads\goldmine-master\goldmine-master\core.py", line 146, in main
  17. bot = init_bot()
  18. File "C:\Users\stunt\Downloads\goldmine-master\goldmine-master\core.py", line 118, in init_bot
  19. bot.load_extension('default_cogs.' + cog)
  20. File "C:\Users\stunt\AppData\Roaming\Python\Python36\site-packages\discord\ext\commands\bot.py", line 734, in load_extension
  21. lib = importlib.import_module(name)
  22. File "C:\Users\stunt\AppData\Local\Programs\Python\Python36-32\lib\importlib\__init__.py", line 126, in import_module
  23. return _bootstrap._gcd_import(name[level:], package, level)
  24. File "<frozen importlib._bootstrap>", line 978, in _gcd_import
  25. File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  26. File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  27. File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  28. File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  29. File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
  30. File "C:\Users\stunt\Downloads\goldmine-master\goldmine-master\default_cogs\cogs.py", line 14, in <module>
  31. from cogs.utils.dataIO import dataIO
  32. ModuleNotFoundError: No module named 'cogs.utils'
  33.  
  34. C:\Users\stunt\Downloads\goldmine-master\goldmine-master>py goldmine.py
  35. The bot is now loading, please wait...
  36. Running on Python 3.6.0.final.0
  37. - Detecting uvloop...
  38. - Could not load uvloop
  39. - Loading bot code
  40. Traceback (most recent call last):
  41. File "goldmine.py", line 44, in <module>
  42. core = __import__('core')
  43. File "C:\Users\stunt\Downloads\goldmine-master\goldmine-master\core.py", line 13, in <module>
  44. from util.token import bot_token, selfbot
  45. ModuleNotFoundError: No module named 'util'
  46.  
  47. C:\Users\stunt\Downloads\goldmine-master\goldmine-master>py goldmine.py
  48. The bot is now loading, please wait...
  49. Running on Python 3.6.0.final.0
  50. - Detecting uvloop...
  51. - Could not load uvloop
  52. - Loading bot code
  53. - Ready to start bot!
  54. INFO:bot:Init: Starting IO flusher
  55. fatal: Not a git repository (or any of the parent directories): .git
  56. ERROR:asyncio:Creating a client session outside of coroutine
  57. client_session: <aiohttp.client.ClientSession object at 0x038B25D0>
  58. INFO:bot:Init: Loading cogs
  59. INFO:bot:Init: Loading cog: cogs
  60. Making repo downloads folder...
  61. Creating default data/downloader/repos.json
  62. Cloning into 'data/downloader/community'...
  63. remote: Counting objects: 533, done.
  64. remote: Total 533 (delta 0), reused 0 (delta 0), pack-reused 533
  65. Receiving objects: 100% (533/533), 261.63 KiB | 0 bytes/s, done.
  66. Resolving deltas: 100% (244/244), done.
  67. INFO:bot:Init: Loading cog: admin
  68. INFO:bot:Init: Loading cog: cosmetic
  69. INFO:bot:Init: Loading cog: luck
  70. INFO:bot:Init: Loading cog: misc
  71. INFO:bot:Init: Loading cog: roleplay
  72. INFO:bot:Init: Loading cog: utility
  73. - Loading PIL...
  74. - Could not load PIL!
  75. INFO:bot:Init: Loading cog: voice
  76. INFO:bot:Init: Loading cog: repl
  77. INFO:bot:Init: Loading cog: game_night
  78. INFO:bot:Init: Loading cog: quotes
  79. INFO:bot:Init: Loading cog: pokemon
  80. INFO:bot:Init: Loading cog: custom_commands
  81. INFO:bot:Init: Loading cog: cleverbot
  82. Traceback (most recent call last):
  83. File "goldmine.py", line 46, in <module>
  84. retval = core.main(use_uvloop)
  85. File "C:\Users\stunt\Downloads\goldmine-master\goldmine-master\core.py", line 146, in main
  86. bot = init_bot()
  87. File "C:\Users\stunt\Downloads\goldmine-master\goldmine-master\core.py", line 118, in init_bot
  88. bot.load_extension('default_cogs.' + cog)
  89. File "C:\Users\stunt\AppData\Roaming\Python\Python36\site-packages\discord\ext\commands\bot.py", line 740, in load_extension
  90. lib.setup(self)
  91. File "C:\Users\stunt\Downloads\goldmine-master\goldmine-master\default_cogs\cleverbot.py", line 127, in setup
  92. bot.add_cog(Cleverbot(bot))
  93. File "C:\Users\stunt\Downloads\goldmine-master\goldmine-master\default_cogs\cleverbot.py", line 25, in __init__
  94. self.cb = RealCleverbot(self.BOTNAME)
  95. TypeError: object() takes no parameters
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement