Skip to content

blendUrl() stuck after finishing the job #23

@fadiakkad

Description

@fadiakkad

When I run the blendUrl() it succesffuly generated the image, and I can see the image generated in the discord. but the function stuck and keeps returning the following :

2023-08-11 20:37:45 Info: waitMessage 1st request gets 0 messages, Will retry one per sec up to 3000 times
2023-08-11 20:37:46 Info: waitMessage 1th request gets 1 messages
2023-08-11 20:38:21 Info: waitMessage 30th request gets 1 messages

Here is my function and it doesn't even reach the console.log()

const msg = await client.blendUrl(
uploadedImageUrls
);
console.log("you find your result here: ", msg.attachments[0].url);
console.log("msg.attachments[0].id: ", msg.attachments[0].id);
console.log("you msg.id: ", msg.id);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions