MusicBot: Bot not running

Please tick all applicable boxes.

  • [ x ] I am using Python 3.5.3 or higher (run python --version on the command line)
  • [ x ] I have followed the official guides to install the bot for my system
  • [ x ] I have updated my dependencies to the latest version using the appropriate update script

Which version are you using?

  • [ x ] The latest master version (release-260419)
  • The latest review version

What type of issue are you creating?

  • [ x ] Bug
  • Feature request
  • Question

Description of issue

Bot will not run via the run.bat

CMD Prompt is as follow

[INFO] launcher: Starting sanity checks [INFO] launcher: Checking for Python 3.5+ [INFO] launcher: Checking console encoding [INFO] launcher: Setting console encoding to UTF-8 [INFO] launcher: Ensuring we’re in the right environment [INFO] launcher: Adding local bins/ folder to path [INFO] launcher: Required checks passed. [INFO] launcher: Optional checks passed. [INFO] launcher: Moving old musicbot log

Starting MusicBot release-260819-5-gc87dc05 Loaded autoplaylist with 77 entries [ERROR] launcher: Error starting bot Traceback (most recent call last): File “run.py”, line 373, in main m.run() File “C:\Users\thatf\OneDrive\Desktop\Sprite-Bot\musicbot\bot.py”, line 902, in run self.loop.run_until_complete(self.start(*self.config.auth)) File “C:\Users\thatf\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py”, line 568, in run_until_complete return future.result() File “C:\Users\thatf\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\client.py”, line 543, in start await self.connect(reconnect=reconnect) File “C:\Users\thatf\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\client.py”, line 457, in connect await self._connect() File “C:\Users\thatf\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\client.py”, line 421, in _connect await self.ws.poll_event() File “C:\Users\thatf\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\gateway.py”, line 469, in poll_event await self.received_message(msg) File “C:\Users\thatf\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\gateway.py”, line 423, in received_message func(data) File “C:\Users\thatf\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\state.py”, line 663, in parse_guild_create guild = self._get_create_guild(data) File “C:\Users\thatf\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\state.py”, line 638, in _get_create_guild guild._from_data(data) File “C:\Users\thatf\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\guild.py”, line 391, in _from_data self._sync(guild) File “C:\Users\thatf\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\guild.py”, line 418, in _sync self._add_channel(TextChannel(guild=self, data=c, state=self._state)) File “C:\Users\thatf\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\channel.py”, line 107, in init self._update(guild, data) File “C:\Users\thatf\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\channel.py”, line 131, in _update self._fill_overwrites(data) File “C:\Users\thatf\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\abc.py”, line 271, in _fill_overwrites self._overwrites.append(_Overwrites(id=overridden_id, **overridden)) TypeError: new() got an unexpected keyword argument ‘deny_new’

[INFO] launcher: All done.

Steps to reproduce

  1. Run run.bat

Log file

Please attach your MusicBot log file (located at logs/musicbot.log) to this issue. You can do so by dragging and dropping the file here. If you do not include your log file, you WILL be asked to provide one.

musicbot.log

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 21 (3 by maintainers)

Most upvoted comments

I Fixed that error with@BritishBenji#0420 on discord here is toturial: you must replace everything in requirements.txt with this text:

pynacl==1.4.0 discord.py[voice]==1.3.4 pip youtube_dl colorlog

Then run python -m pip install -U -r requirements.txt A When install is downloaded run update.bat say n and y and after you run update.bat run run.bat and works good

Thats all!