UrielCh / midjourney-client

midjourney-client in deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blendUrl() stuck after finishing the job

fadiakkad opened this issue · 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);

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