Rapptz / discord.py

An API wrapper for Discord written in Python.
http://discordpy.rtfd.org/en/latest
MIT License
14.92k stars 3.77k forks source link

Image never shows in the embed message send with webhook #10024

Open Zyziek055 opened 2 days ago

Zyziek055 commented 2 days ago

Summary

Image never shows in the embed message

Reproduction Steps

xxx

Minimal Reproducible Code

webhook = SyncWebhook.from_url(webhook_url)
e = Embed()
e.set_image(url="https://squad.gamepedia.com/Special:FilePath/Kamdesh_Invasion_V1_CAF.jpg")
webhook.send(embed=e)

Expected Results

It should send embed image to the server. No matter what kind of photo (url or local file) I use it's just not there.

Actual Results

image

Intents

xxx

System Information

Checklist

Additional Context

Even when I try to send it using discohook.com it the same. When I send just an image, not in embed it works fine. I also tried it on other server and other PC.

MCausc78 commented 2 days ago

This is Discord bug and thus nothing can be done on library side. Wait for them to fix this issue.