Redhawk18 / Bongo-Bot

A discord bot that can play music among other features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Queued up songs have their interactions expire

Redhawk18 opened this issue · comments

2022-12-08 00:50:49 ERROR    discord.client Ignoring exception in on_wavelink_track_end
Traceback (most recent call last):
  File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\client.py", line 409, in _run_event
    await coro(*args, **kwargs)
  File "C:\Users\user\Documents\Code\Bongo-Bot\src\cogs\play.py", line 48, in on_wavelink_track_end
    await self.delete_view(player.guild.id)
  File "C:\Users\user\Documents\Code\Bongo-Bot\src\cogs\play.py", line 69, in delete_view
    await playing_view.delete()
  File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\message.py", line 806, in delete
    await self._state.http.delete_message(self.channel.id, self.id)
  File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\http.py", line 740, in request
    raise NotFound(response, data)
discord.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message