midjourney-api icon indicating copy to clipboard operation
midjourney-api copied to clipboard

MidJourney client. Unofficial Node.js client

Results 128 midjourney-api issues
Sort by recently updated
recently updated
newest added

### the code that reproduces this issue or a replay of the bug 我这边 curl www.google 是可以的。说明代理没问题 ![image](https://github.com/erictik/midjourney-api/assets/86272142/9a14522a-de1d-47f2-8de5-ccc2ac1f148b) 但是当我执行 npx tsx .\example\info.ts 的时候他就会 connect timeout . ![image](https://github.com/erictik/midjourney-api/assets/86272142/9021134f-ebd1-4089-85b1-5a2c3da00c91) ### Describe the...

bug

有交流群吗

### the code that reproduces this issue or a replay of the bug ### error log Error: msgId is empty upscale 方法报错 { "code": 0, "msg": "参数错误!Error: msgId is empty",...

bug

### the code that reproduces this issue or a replay of the bug In `examples/vary.ts` change `Vary (Strong)` to `Vary (Subtle)`. ``` npx tsx examples/vary.ts ``` ### Describe the bug...

bug

**Is your feature request related to a problem? Please describe.** The module hangs forever when Midjourney bot responds "Failed to process your command :c" ![Screenshot 2023-08-15 092809](https://github.com/erictik/midjourney-api/assets/15384/0641728d-1cc7-47ab-a042-86acf95ff37f) **Describe the solution...

### the code that reproduces this issue or a replay of the bug I am trying to run the sample app - npx tsx example/imagine-ws.ts getting the error with command.ts...

bug

### the code that reproduces this issue or a replay of the bug ``` try { const imagine = await this.client.Imagine( jobData.prompt, async (uri, progress) => { console.debug("imagine in progress",...

bug

### the code that reproduces this issue or a replay of the bug ``` const { Midjourney } = require("midjourney"); const client = new Midjourney({ ServerId: process.env.SERVER_ID, ChannelId: process.env.CHANNEL_ID, SalaiToken:...

bug

### the code that reproduces this issue or a replay of the bug I have followed the instructions to get the USER_TOKEN, BOT_TOKEN, ServerID and Channel_ID (note, I've saved the...

bug