Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Jackenmen/3d40c289fde36e9d059202f8e68ce475 to your computer and use it in GitHub Desktop.
Save Jackenmen/3d40c289fde36e9d059202f8e68ce475 to your computer and use it in GitHub Desktop.
May 12 17:38:26 lucifer-bot python[13512]: [2020-05-12 17:38:26] [ERROR] red: Exception in command 'leaderboard'
May 12 17:38:26 lucifer-bot python[13512]: Traceback (most recent call last):
May 12 17:38:26 lucifer-bot python[13512]: File "/home/ubuntu/red-venv/lib/python3.8/site-packages/redbot/core/utils/menus.py", line 92, in menu
May 12 17:38:26 lucifer-bot python[13512]: react, user = await ctx.bot.wait_for(
May 12 17:38:26 lucifer-bot python[13512]: File "/usr/lib/python3.8/asyncio/tasks.py", line 490, in wait_for
May 12 17:38:26 lucifer-bot python[13512]: raise exceptions.TimeoutError()
May 12 17:38:26 lucifer-bot python[13512]: asyncio.exceptions.TimeoutError
May 12 17:38:26 lucifer-bot python[13512]: During handling of the above exception, another exception occurred:
May 12 17:38:26 lucifer-bot python[13512]: Traceback (most recent call last):
May 12 17:38:26 lucifer-bot python[13512]: File "/home/ubuntu/red-venv/lib/python3.8/site-packages/discord/ext/commands/core.py", line 83, in wrapped
May 12 17:38:26 lucifer-bot python[13512]: ret = await coro(*args, **kwargs)
May 12 17:38:26 lucifer-bot python[13512]: File "/home/ubuntu/red-venv/lib/python3.8/site-packages/redbot/cogs/economy/economy.py", line 529, in leaderboard
May 12 17:38:26 lucifer-bot python[13512]: await menu(ctx, highscores, DEFAULT_CONTROLS)
May 12 17:38:26 lucifer-bot python[13512]: File "/home/ubuntu/red-venv/lib/python3.8/site-packages/redbot/core/utils/menus.py", line 100, in menu
May 12 17:38:26 lucifer-bot python[13512]: await message.clear_reactions()
May 12 17:38:26 lucifer-bot python[13512]: File "/home/ubuntu/red-venv/lib/python3.8/site-packages/discord/message.py", line 1030, in clear_reactions
May 12 17:38:26 lucifer-bot python[13512]: await self._state.http.clear_reactions(self.channel.id, self.id)
May 12 17:38:26 lucifer-bot python[13512]: File "/home/ubuntu/red-venv/lib/python3.8/site-packages/discord/http.py", line 225, in request
May 12 17:38:26 lucifer-bot python[13512]: raise HTTPException(r, data)
May 12 17:38:26 lucifer-bot python[13512]: discord.errors.HTTPException: 503 Service Unavailable (error code: 0): upstream connect error or disconnect/reset before headers. reset reason: connection failure
May 12 20:32:18 lucifer-bot python[13512]: [2020-05-12 20:32:18] [ERROR] red.cogs.adventure: Error with the countdown timer
May 12 20:32:18 lucifer-bot python[13512]: Traceback (most recent call last):
May 12 20:32:18 lucifer-bot python[13512]: File "/home/ubuntu/red-data/cogs/CogManager/cogs/adventure/adventure.py", line 4660, in _choice
May 12 20:32:18 lucifer-bot python[13512]: await asyncio.wait_for(timer, timeout=timeout + 5)
May 12 20:32:18 lucifer-bot python[13512]: File "/usr/lib/python3.8/asyncio/tasks.py", line 483, in wait_for
May 12 20:32:18 lucifer-bot python[13512]: return fut.result()
May 12 20:32:18 lucifer-bot python[13512]: File "/home/ubuntu/red-data/cogs/CogManager/cogs/adventure/adventure.py", line 6053, in adv_countdown
May 12 20:32:18 lucifer-bot python[13512]: await message_adv.edit(content=f"⏳ [{title}] {timer}s")
May 12 20:32:18 lucifer-bot python[13512]: File "/home/ubuntu/red-venv/lib/python3.8/site-packages/discord/message.py", line 829, in edit
May 12 20:32:18 lucifer-bot python[13512]: data = await self._state.http.edit_message(self.channel.id, self.id, **fields)
May 12 20:32:18 lucifer-bot python[13512]: File "/home/ubuntu/red-venv/lib/python3.8/site-packages/discord/http.py", line 225, in request
May 12 20:32:18 lucifer-bot python[13512]: raise HTTPException(r, data)
May 12 20:32:18 lucifer-bot python[13512]: discord.errors.HTTPException: 405 Method Not Allowed (error code: 0): <html>
May 12 20:32:18 lucifer-bot python[13512]: <head><title>405 Not Allowed</title></head>
May 12 20:32:18 lucifer-bot python[13512]: <body>
May 12 20:32:18 lucifer-bot python[13512]: <center><h1>405 Not Allowed</h1></center>
May 12 20:32:18 lucifer-bot python[13512]: <hr><center>nginx</center>
May 12 20:32:18 lucifer-bot python[13512]: </body>
May 12 20:32:18 lucifer-bot python[13512]: </html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment