Embed image doesn't show since couple of days.
I am not sure if it is discord.js problem.
My bot once a day posts 3 embeds with images.
In 2 of 3 embeds images are displayed correctly, in last embed image is not displayed at all since 5 days.
I checked embed source, image url and proxy_url are set correctly, however image width and height is 0.
When i open that image url (from not working embed) in the browser it clearly shows image is 560 x 400 px. When i open image from working embed it shows the same thing.
Even weirder is that, if i request exactly the same embed with slash command, it displays image correctly, problem exists only with automated posts with cron.
discord.js - 14.16.3
node.js - 20.16.0
OS - Ubuntu 20.04
Is there any way i can force width and height of that image inside embed?
My bot once a day posts 3 embeds with images.
In 2 of 3 embeds images are displayed correctly, in last embed image is not displayed at all since 5 days.
I checked embed source, image url and proxy_url are set correctly, however image width and height is 0.
When i open that image url (from not working embed) in the browser it clearly shows image is 560 x 400 px. When i open image from working embed it shows the same thing.
Even weirder is that, if i request exactly the same embed with slash command, it displays image correctly, problem exists only with automated posts with cron.
discord.js - 14.16.3
node.js - 20.16.0
OS - Ubuntu 20.04
Is there any way i can force width and height of that image inside embed?