-
-
Notifications
You must be signed in to change notification settings - Fork 298
Open
Description
Hi. I noticed a problem, when I run sequence V1 -> U1 (on new picture) with websocket. I don't see results.
I found the problem here: messageCreate -> done -> filterMessages -> getEventByContent. getEventByContent works wrong because waitMjEvents contains old values. I also found the cause of this inconsistence (variable shadowing):
midjourney-api/src/discord.ws.ts
Line 655 in 1346be2
| var nonce = await onmodal(oldnonce, id); |
midjourney-api/src/discord.ws.ts
Line 635 in 1346be2
| this.removeWaitMjEvent(nonce); |
midjourney-api/src/discord.ws.ts
Line 640 in 1346be2
| this.removeWaitMjEvent(nonce); |
Metadata
Metadata
Assignees
Labels
No labels