#Embed images and thumbnail suddenly stop working
1 messages · Page 1 of 1 (latest)
Can you send your code that you’re using?
An image not showing up can be caused by many things, but common ones are:
• Image url is invalid
• Url isn’t returning an image
• Image isn’t type jpg, png, or other valid image types
@bot.command(name="test")
async def cmd_test(ctx: Context):
print("test")
embed = discord.Embed(
title="🥰 Test Message",
description=f"This is a test message.",
color=0xffa500
)
embed.set_thumbnail(url="https://i.imgur.com/ERx2CQk.png")
embed.set_image(url="https://i.imgur.com/PX056ml.png")
await ctx.reply(embed=embed)
tried on py-cord 2.0.0... thought it was maybe due to some policy change so upgraded to 2.1.1 but still not working :/
wait how
how bullet points
Wdym
.
on ios so:
wait how is the image not valid?
Well like if it doesn’t show up in discord as an image like above
oh, I thought it was fancy discord markdown
i wish
I should probably stop talking here. Bye,
ye... the question is why.... cause before it worked....
but I guess I should change the place where the image is hosted? 🤔
Hm
^
discord is a valid media storage system (under 100 MB)
you have black background? XDDD
interesting is that my OLD embed with imgur images works.
Yup... after countless testing... it seems that imgur is not working anymore..... other media storage systems work. Thanks for the help guys!
/close
This thread was archived by the user that opened it.
