#Embed images and thumbnail suddenly stop working

1 messages · Page 1 of 1 (latest)

loud mesa
#

2 days ago, embed.set_thumbnail(url=img_url) and embed.set_image(url=img_url) were working normally, but today, suddenly they stop working. The embed created just simply does not have the image nor the thumbnail and no exception, errors, or warnings were printed out. Can anyone confirm that they have the same issue?

orchid coral
loud mesa
#
@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 :/

orchid coral
#

Yeah the image isn’t valid

orchid coral
storm grail
orchid coral
#

on ios so:

loud mesa
orchid coral
storm grail
orchid coral
orchid coral
storm grail
#

I should probably stop talking here. Bye,

loud mesa
#

ye... the question is why.... cause before it worked....

orchid coral
loud mesa
#

but I guess I should change the place where the image is hosted? 🤔

orchid coral
#

Hm

orchid coral
#

^

storm grail
#

discord is a valid media storage system (under 100 MB)

loud mesa
#

interesting... probably imgur got blacklisted or something 🤔

storm grail
#

¯_(ツ)_/¯

#

for amoled I only see a green dot doggokek

loud mesa
#

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!

storm grail
#

np

#

feel free to close this thread with </close lock:True :1009144375709814897>

loud mesa
#

/close

deft flintBOT
#

This thread was archived by the user that opened it.