Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jarquafelmu/a6f2f8d4916f3c9c5ebb188ef1867ae4 to your computer and use it in GitHub Desktop.
Save jarquafelmu/a6f2f8d4916f3c9c5ebb188ef1867ae4 to your computer and use it in GitHub Desktop.
Jul 25 00:41:48 3botplus python[730]: Invite URL: https://discordapp.com/oauth2/authorize?client_id=484366614486319124&scope=bot
Jul 25 00:41:50 3botplus python[730]: [2020-07-25 00:41:50] [CRITICAL] red.main: The main bot task didn't handle an exception and has crashed
Jul 25 00:41:50 3botplus python[730]: Traceback (most recent call last):
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/redbot/__main__.py", line 458, in red_exception_handler
Jul 25 00:41:50 3botplus python[730]: red_task.result()
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/redbot/__main__.py", line 384, in run_bot
Jul 25 00:41:50 3botplus python[730]: await red.start(token, bot=True, cli_flags=cli_flags)
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/redbot/core/bot.py", line 682, in start
Jul 25 00:41:50 3botplus python[730]: return await super().start(*args, **kwargs)
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/discord/client.py", line 585, in start
Jul 25 00:41:50 3botplus python[730]: await self.connect(reconnect=reconnect)
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/discord/client.py", line 499, in connect
Jul 25 00:41:50 3botplus python[730]: await self._connect()
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/discord/shard.py", line 275, in _connect
Jul 25 00:41:50 3botplus python[730]: f.result()
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/discord/shard.py", line 78, in poll
Jul 25 00:41:50 3botplus python[730]: await self.ws.poll_event()
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/discord/gateway.py", line 471, in poll_event
Jul 25 00:41:50 3botplus python[730]: await self.received_message(msg)
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/discord/gateway.py", line 425, in received_message
Jul 25 00:41:50 3botplus python[730]: func(data)
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/discord/state.py", line 750, in parse_guild_create
Jul 25 00:41:50 3botplus python[730]: guild = self._get_create_guild(data)
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/discord/state.py", line 725, in _get_create_guild
Jul 25 00:41:50 3botplus python[730]: guild._from_data(data)
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/discord/guild.py", line 297, in _from_data
Jul 25 00:41:50 3botplus python[730]: self._sync(guild)
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/discord/guild.py", line 324, in _sync
Jul 25 00:41:50 3botplus python[730]: self._add_channel(TextChannel(guild=self, data=c, state=self._state))
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/discord/channel.py", line 107, in __init__
Jul 25 00:41:50 3botplus python[730]: self._update(guild, data)
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/discord/channel.py", line 131, in _update
Jul 25 00:41:50 3botplus python[730]: self._fill_overwrites(data)
Jul 25 00:41:50 3botplus python[730]: File "/home/bot/redenv/lib/python3.8/site-packages/discord/abc.py", line 294, in _fill_overwrites
Jul 25 00:41:50 3botplus python[730]: self._overwrites.append(_Overwrites(id=overridden_id, **overridden))
Jul 25 00:41:50 3botplus python[730]: TypeError: __new__() got an unexpected keyword argument 'deny_new'
Jul 25 00:41:50 3botplus python[730]: [2020-07-25 00:41:50] [WARNING] red.main: Attempting to die as gracefully as possible...
Jul 25 00:41:50 3botplus python[730]: [2020-07-25 00:41:50] [INFO] red.main: Shutting down from unhandled exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment