Advertisement
SimonDKiller

Untitled

Apr 3rd, 2022
1,181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.57 KB | None | 0 0
  1. [INFO] launcher: Starting sanity checks
  2. [INFO] launcher: Checking for Python 3.8+
  3. [INFO] launcher: Checking console encoding
  4. [INFO] launcher: Setting console encoding to UTF-8
  5. [INFO] launcher: Ensuring we're in the right environment
  6. [INFO] launcher: Adding local bins/ folder to path
  7. [INFO] launcher: Required checks passed.
  8. [INFO] launcher: Optional checks passed.
  9. [INFO] launcher: Moving old musicbot log
  10.  
  11. Starting MusicBot release-151221-1-g1df26df
  12. Loaded autoplaylist with 2531 entries
  13. WARNING: The config did not have Spotify app credentials, attempting to use guest mode.
  14. Authenticated with Spotify successfully using guest mode.
  15. [ERROR:bot] Error in cleanup
  16. Traceback (most recent call last):
  17.  File "C:\Users\Simon Predator\Documents\Fourre tout\MusicBot\musicbot\bot.py", line 1070, in run
  18.    self.loop.run_until_complete(self.start(*self.config.auth))
  19.  File "C:\Users\Simon Predator\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 646, in run_until_complete
  20.    return future.result()
  21.  File "C:\Users\Simon Predator\AppData\Roaming\Python\Python310\site-packages\discord\client.py", line 666, in start
  22.    await self.connect(reconnect=reconnect)
  23.  File "C:\Users\Simon Predator\AppData\Roaming\Python\Python310\site-packages\discord\client.py", line 601, in connect
  24.    raise PrivilegedIntentsRequired(exc.shard_id) from None
  25. discord.errors.PrivilegedIntentsRequired: Shard ID None is requesting privileged intents that have not been explicitly enabled in the developer portal. It is recommended to go to https://discord.com/developers/applications/ and explicitly enable the privileged intents within your application's page. If this is not possible, then consider disabling the privileged intents instead.
  26.  
  27. During handling of the above exception, another exception occurred:
  28.  
  29. Traceback (most recent call last):
  30.   File "C:\Users\Simon Predator\Documents\Fourre tout\MusicBot\musicbot\bot.py", line 1082, in run
  31.     self._cleanup()
  32.   File "C:\Users\Simon Predator\Documents\Fourre tout\MusicBot\musicbot\bot.py", line 1057, in _cleanup
  33.     pending = asyncio.all_tasks()
  34.   File "C:\Users\Simon Predator\AppData\Local\Programs\Python\Python310\lib\asyncio\tasks.py", line 45, in all_tasks
  35.     loop = events.get_running_loop()
  36. RuntimeError: no running event loop
  37. [ERROR] launcher: Error starting bot
  38. Traceback (most recent call last):
  39.   File "C:\Users\Simon Predator\Documents\Fourre tout\MusicBot\run.py", line 416, in main
  40.     m.run()
  41.   File "C:\Users\Simon Predator\Documents\Fourre tout\MusicBot\musicbot\bot.py", line 1070, in run
  42.     self.loop.run_until_complete(self.start(*self.config.auth))
  43.   File "C:\Users\Simon Predator\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 646, in run_until_complete
  44.     return future.result()
  45.   File "C:\Users\Simon Predator\AppData\Roaming\Python\Python310\site-packages\discord\client.py", line 666, in start
  46.     await self.connect(reconnect=reconnect)
  47.   File "C:\Users\Simon Predator\AppData\Roaming\Python\Python310\site-packages\discord\client.py", line 601, in connect
  48.     raise PrivilegedIntentsRequired(exc.shard_id) from None
  49. discord.errors.PrivilegedIntentsRequired: Shard ID None is requesting privileged intents that have not been explicitly enabled in the developer portal. It is recommended to go to https://discord.com/developers/applications/ and explicitly enable the privileged intents within your application's page. If this is not possible, then consider disabling the privileged intents instead.
  50.  
  51. [INFO] launcher: All done.
  52.  
  53. C:\Users\Simon Predator\Documents\Fourre tout\MusicBot>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement