UrielCh / midjourney-client

midjourney-client in deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with the filterMessages method when doing msg.upscale

d400800 opened this issue · comments

Hello,
I encountered an issue with the upscale method results in the following error: "waitMessage still waiting for a 100% processed status after 0 refresh".
upscale-issue-debug

I debugged the code and found out, that the issue is related to this line:
matches = matches.filter((item) => item.prompt!.name.includes(#${imgId}));

In this case, item.prompt.name is '' (empty string), and imgId is part of the "source" property.

Error stack:
Error: waitMessage still waiting for a 100% processed status after 0 refresh
at Midjourney.waitMessageInternal (C:\exposebox-git\miscellanea\node_modules\midjourney-discord-api\script\src\Midjourney.js:807:15)
at async Midjourney.waitComponents (C:\exposebox-git\miscellanea\node_modules\midjourney-discord-api\script\src\Midjourney.js:567:21)
at async Midjourney.callCustomComponents (C:\exposebox-git\miscellanea\node_modules\midjourney-discord-api\script\src\Midjourney.js:502:16)
at async run (C:\exposebox-git\miscellanea\midjourney\discord-midjourney-api.js:42:22)

Fixed.

Will be release within the day

fixed in 1.0.5