Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 tasks done
Zyziek055 opened this issue Nov 25, 2024 · 1 comment
Open
3 tasks done

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

Zyziek055 opened this issue Nov 25, 2024 · 1 comment
Labels
unconfirmed bug A bug report that needs triaging

Comments

@Zyziek055
Copy link

Zyziek055 commented Nov 25, 2024

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

  • Python v3.12.0-final
  • discord.py v2.4.0-final
  • aiohttp v3.11.7
  • system info: Windows 11 10.0.22631

Checklist

  • I have searched the open issues for duplicates.
  • I have shown the entire traceback, if possible.
  • 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.

@Zyziek055 Zyziek055 added the unconfirmed bug A bug report that needs triaging label Nov 25, 2024
@MCausc78
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unconfirmed bug A bug report that needs triaging
Projects
None yet
Development

No branches or pull requests

2 participants