Images randomly not loading
I have a code to log removed images. However, sometimes the image is displayed correctly, and sometimes it's just not showing in the embed.
Here's my code:
7 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPI also just tried to send the image without putting it into an embed, and it's just an empty one
That's exactly what I've done, isn't it?
I mean, the image has been removed so
The url might not be pointing to anything
What I'm confused about is that it does sometimes work, but sometimes there's no image.
But there's nothing I can do about this?
image might be cached is what im guessing, if an image gets deleted, its gone so unless it is stored on some sort of external host
I'll just remove that feature then. Thanks!