midjourney-client icon indicating copy to clipboard operation
midjourney-client copied to clipboard

blendUrl() stuck after finishing the job

Open fadiakkad opened this issue 2 years ago • 1 comments

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);

fadiakkad avatar Aug 11 '23 19:08 fadiakkad

Hi my midjourney subscribtion is over, so I can not denug that.

UrielCh avatar Sep 02 '23 13:09 UrielCh