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
Intents
xxx
System Information
Python v3.12.0-final
discord.py v2.4.0-final
aiohttp v3.11.7
system info: Windows 11 10.0.22631
Checklist
[X] I have searched the open issues for duplicates.
[X] I have shown the entire traceback, if possible.
[X] I have removed my token from display, if visible.
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.
Summary
Image never shows in the embed message
Reproduction Steps
xxx
Minimal Reproducible Code
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
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.