You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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
midjourney-api/src/discord.ws.ts
Line 635 in 1346be2
midjourney-api/src/discord.ws.ts
Line 640 in 1346be2
The text was updated successfully, but these errors were encountered: