Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
1.7 kB
2
Indexable
Never
https://cdn.discordapp.com/avatars/535053403223621633/6196554043f0f22cee2e49bd2595ced6.png?size=1024
Ignoring exception in slash command 'statistic':
Traceback (most recent call last):
  File "D:\common\python\discord-subscription\venv\lib\site-packages\disnake\ext\commands\slash_core.py", line 681, in invoke
    await call_param_func(self.callback, inter, self.cog, **kwargs)
  File "D:\common\python\discord-subscription\venv\lib\site-packages\disnake\ext\commands\params.py", line 827, in call_param_func
    return await maybe_coroutine(safe_call, function, **kwargs)
  File "D:\common\python\discord-subscription\venv\lib\site-packages\disnake\utils.py", line 580, in maybe_coroutine
    return await value
  File "D:\common\python\discord-subscription\cogs\slash-commands.py", line 49, in statistic
    image.paste(response, (15, 15, 100, 100))
  File "D:\common\python\discord-subscription\venv\lib\site-packages\PIL\Image.py", line 1630, in paste
<PIL.Image.Image image mode=RGBA size=46x46 at 0x1CBC14CEF20>
    self.im.paste(im, box)
ValueError: images do not match

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "D:\common\python\discord-subscription\venv\lib\site-packages\disnake\ext\commands\interaction_bot_base.py", line 1262, in process_application_commands
    await app_command.invoke(interaction)
  File "D:\common\python\discord-subscription\venv\lib\site-packages\disnake\ext\commands\slash_core.py", line 690, in invoke
    raise CommandInvokeError(exc) from exc
disnake.ext.commands.errors.CommandInvokeError: Command raised an exception: ValueError: images do not match