erictik / midjourney-api

MidJourney client. Unofficial Node.js client
Apache License 2.0
1.65k stars 271 forks source link

When using the /imagine command, it receives the /setting command #213

Open kenshincui opened 11 months ago

kenshincui commented 11 months ago

the code that reproduces this issue or a replay of the bug

The message is: Adjust your settings here. Current suffix:

Describe the bug

When using the /imagine command, it receives the /setting command

error log

imagine start: girl, 18 years old, student, seaside, girl, white dress, sunshine, light, 35mm focal length, angle, natural light, bright, soft, minimalist, clear subject, captured with a half-body lens. --ar 9:16 --v 5 open.time 0 2023-08-11T05:23:33.028Z event READY 2023-08-11T05:23:35.397Z 🎊 ws ready!!! Hi: null event READY_SUPPLEMENTAL 2023-08-11T05:23:35.400Z open.time 1 2023-08-11T05:23:35.652Z event READY 2023-08-11T05:23:37.872Z event READY_SUPPLEMENTAL 2023-08-11T05:23:37.874Z open.time 2 2023-08-11T05:23:38.140Z event READY 2023-08-11T05:23:40.065Z event READY_SUPPLEMENTAL 2023-08-11T05:23:40.071Z open.time 3 2023-08-11T05:23:40.323Z heartbeat 0 2023-08-11T05:23:50.325Z heartbeat 1 2023-08-11T05:24:30.326Z heartbeat 2 2023-08-11T05:25:10.327Z heartbeat 3 2023-08-11T05:25:50.331Z heartbeat 4 2023-08-11T05:26:30.332Z heartbeat 5 2023-08-11T05:27:10.333Z

Lujango commented 11 months ago

Try it out

await client.init(); await Sleep(3000); client.Imagine()

kprodinfo commented 8 months ago

Use Connect() method instead of client.init() because init() always calls Settings()