ferranfg / midjourney-discord-api-php

Generate images using Midjourney Bot through the Discord API.
https://ferranfigueredo.com
MIT License
135 stars 35 forks source link

400 Unknown Channel #4

Closed bydbyt-ops closed 1 year ago

bydbyt-ops commented 1 year ago

I get a 400 unknown channel error

data: { message: 'Unknown Channel', code: 10003 }

bydbyt-ops commented 1 year ago

I have a mid journey bot on my own server, and verified if its the right channel id

ferranfg commented 1 year ago

@bydbyt-ops From what I've read seems there may be some sort of corruption on this channel/server (not sure if this may apply here though).

I haven't experienced anything similar or found a way to reproduce it, so I would need your help here. I would recommend doing some tests to find the reason, like creating a new channel and using that new ID or (if you have the chance) creating a new server and installing there the mj bot.

Thanks!

bydbyt-ops commented 1 year ago

Wonders of async js. I wrote a small port into js since I'm not so familiar with PHP. Works like a charm.