Programming-Study-Group / Dalle-Bot

A discord bot generating images using dalle-mini
3 stars 0 forks source link

Images not Displayed Properly #3

Open CahidArda opened 2 years ago

CahidArda commented 2 years ago

When I viewed the channel of the bot, I saw that some of the images in the response are displayed while others simply have a download button: image

When I click on the download button, I am directed to a page where nothing is shown and no image is downloaded.

KarahanS commented 2 years ago

Related to the second problem mentioned in #2. I think it tries to fetch the image before it is written on the disk. I tried to check if images are not fetched from Dall-E AI properly but it's not the case. I think the screenshot you shared belongs to the previous implementation of the command. It was updated. Could you please confirm if the problem still exist? Keep in mind that current implementation still relies on the disk storage - we have to implement another approach to display the images (without saving them on storage).